Helios gives AI teams a complete view into LLM calls, agent workflows, RAG retrieval, prompt versions, evaluations, latency, and cost, so production AI systems can be debugged, measured, and improved.
Helios is built for engineers running agents, RAG, and LLM pipelines in production. One observability console for traces, evaluations, prompts, retrieval quality, cost, and latency.
Capture every LLM call, tool call, retrieval step, and generated answer as a nested span tree with timings and metadata.
Version prompts as first-class artifacts. Diff outputs, scores, latency, and cost across model providers.
Score model output against fixed datasets with deterministic, LLM-as-judge, and code-based evaluators.
Measure retrieval hit rate, citation coverage, and missing-source analysis on production traffic.
Aggregate token usage and spend by model, prompt, environment, and customer. Set per-project budgets.
Replay agent runs from the first user input to the final response with deterministic seeds and tool inputs.
Helios sits between your application and your model provider. Spans flow in, evaluations run continuously, regressions surface as diffs you can act on.
@helios/sdk for Python, TS, Go. One line wraps your LLM client.
OpenTelemetry-compatible spans for calls, tools, retrievers.
Append-only event log with replayable inputs and outputs.
Score against datasets: code, regex, LLM-judge, custom.
Cluster by tag, prompt version, model, customer, cost band.
Promote prompts and retrieval configs, then re-run regressions.
Helios records the full request graph: spans, inputs, outputs, retrieved chunks, model settings, tool calls, errors, and cost breakdowns, and links them back to the prompt version that produced them.
Run reproducible eval suites with deterministic, LLM-as-judge, and code-based scorers. Promote the winning prompt with a single click and keep a full regression history.
Measure retrieval quality through citation coverage and missing-source analysis. Surface the top failing queries and the chunks your retriever is consistently skipping.
pip install helios-sdk import helios helios.init(api_key="hel_•••••••••") helios.trace(openai.chat.completions.create)