Real-time tracing, live metrics, cost tracking, and production monitoring. The observability platform for AI agents.
Total Runs
1,247
Avg Latency
342ms
Total Tokens
2.4M
Error Rate
0.3%
Active Sessions
Research Agent
Active 1m ago
RAG Pipeline
Active 2m ago
Analyst Tool
Active 3m ago
Trace Tree Explorer
One import, one function call. Pure simplicity.
import {collector, trace }from '@orka-js/collector'; // Start the collector dashboard const { tracer } = await collector({ port: 3001 }); // Wrap your agent calls const result = await trace.wrap('agent', 'research', async () => { return agent.run('Analyze market trends'); }); // → Open http://localhost:3001 to see traces
Visualize execution trees with nested runs, latency, and costs.
Monitor latency, token usage, error rates, and costs in real-time.
Send traces from production to a central collector. Debug live issues.
Organize traces into sessions and export execution history.
See traces appear in real-time as your agents execute.
One import, one function call. Works with all OrkaJS components.
Autonomous reasoning loops
Context-aware knowledge retrieval
Complex workflow orchestration
Collaborative agent systems
Sequential task automation
External API & function calling
Install @orka-js/collector and start visualizing your LLM traces in minutes.