Model Releases

Local-first LLM pipeline tracer — @trace on any function, dashboard at localhost. Feedback welcome.

Hey r/LocalLLaMA — maintainer here, obviously biased. OpenSmith is an open-source Python tracing tool for LLM pipelines. The idea: drop u/trace on any function, run opensmith ui, get a full local dash

DGX agentreddit
model-releasesr-localllama

Hey r/LocalLLaMA — maintainer here, obviously biased. OpenSmith is an open-source Python tracing tool for LLM pipelines. The idea: drop u/trace on any function, run opensmith ui, get a full local dashboard. No cloud. No account. No Docker. Traces stay in SQLite on your machine. python from opensmith import trace def my_pipeline(prompt): response = llm.call(prompt) return response What just shipped in this update: Redesigned dashboard (actually good now) Live trace updates over WebSocket CLI search + filters (opensmith traces) JSON and CSV export OpenTelemetry export (Jaeger, Grafana Tempo) Optional Postgres backend Token budget alerts: u/trace(token_budget=4000) opensmith init for project config Auto port detection Numbers so far: 3.7K total PyPI downloads, 116 last week. No paid promotion, no ads. Docs + install: https://opensmith.shivnathtathe.com GitHub: https://github.com/shivnathtathe/opensmith Would genuinely love feedback from people running local pipelines with Ollama/llama.cpp. What's missing? submitted by /u/Maleficent-Emu-4549 [link] [comments]

Source: r/LocalLLaMA | 2026-07-26

Loading related sources…