Local-First AI Observability
AI reasoning, replayed like a debugger.
Step through thoughts, tool calls, memory retrieval, and self-correction in a timeline your engineering team can actually trust.
Works with
NODES
7 active
EDGE FLOW
Animated
STATUS
Telemetry safe
AI agents are becoming
impossible to debug
with logs alone.
Linear stdout logs were built for deterministic, sequential software. But AI agents think in multi-step branches, parallel tools, and dynamic hallucinations. Aether turns opaque, chaotic reasoning trees into visual, replayable cognition maps.
Endless JSON streams, hard-to-parse terminal stacktraces, and opaque nested dictionaries. Zero visual context on agent decisions.
Cinematic traversal trees mapping thoughts, parallel tools, and real-time self correction branches. Spot security issues in 1 second.
Control
Complex Codebases
Trace exactly how your code works end-to-end. Understand AI-generated code without reading line-by-line. See the execution flow that connects your entire system.
Interactive Cognition Replay
Watch AI reasoning unfold step by step. Drag & drop your local agent trace JSON file directly onto the canvas to replay your own custom runs.
Hallucination Detection & self correction
Watch Aether intercept a dangerous wildcard deletion command in real time, slow down execution, and safely guide the agent to a correct resolution.
AI Initiates Trajectory
A DevOps agent (DevOpsGPT) receives a prompt to clean up stale log files. It initializes a thread, analyzing the local file structure and directory parameters.
Behind the Replay: How it Flows
Understand the complete lifecycle of AI observability. Trace how cognition events flow from the core agent to a cinematic playback UI in six lightweight steps.
SDK Instrumentation Flow
• Drop-in context captureThe lightweight AgentTracer library automatically instruments agent cognitive loops, tracing nested thoughts, tool arguments, and results with zero overhead.
Local-First Replay Runtime
• 100% offline and secureReplay Reconstruction Pipeline
• Cognitive DAG assemblySDK Instrumentation Flow
Drop-in context capture
- Context Managers
- @observe Decorators
- Parent-Child UUID linking
Real SDK Onboarding
No fake install cards or mocked mockups. Discover the exact workflow to install the SDK, instrument your agent, run the replay server, and visualize cognition graphs locally.
pip install aether-observe
Aether is fully open-source and structured as a lightweight Python library. Instantly bring the visualizer core into your dev environment.
Framework Integrations
Clean integrations for popular developer agent platforms, wrapping executors in zero-effort callbacks.
from aether import AetherTracer
# Initialize minimal reasoning logger
tracer = AetherTracer(agent_name="research-agent")
# Log sequential thoughts, tool calls, and results
tracer.thought("Planning approach")
tracer.tool("web_search", query="best fine tuning methods")
tracer.result("Retrieved 5 papers")Observability Fully Local-First
Aether runs entirely inside your development space. No databases to host, no cloud credentials to configure, and absolutely no external telemetry.
100% Privacy Sealed
No cloud telemetry or external logging. Your reasoning loops, logs, API payloads, and prompt histories never leave your machine.
Zero Infrastructure Cost
Zero external databases to provision, scale, or fund. Pure client-side calculations mean zero hosting overhead.
True Offline Execution
Run diagnostic replays in isolated local containers, offline sandbox setups, or secure air-gapped corporate subnets.
Human-Readable JSON Traces
Traces are stored as standard JSON schema files inside `.aether/traces/`. Fully queryable, portable, and git-shareable.
Local folder-system
Integrates directly with a clean, local `.aether/` hidden directory. Auto-provisions logs, cached sessions, and diagnostic traces.
Privacy-Safe Debugging
Fully compliant with enterprise data protection constraints. Debug agent loops containing proprietary customer PII safely.
Git-Friendly & Zero Overhead
Because Aether saves raw event dumps inside standard JSON files, you can commit trace streams directly to Git to trace reasoning regressions alongside source code diffs.
~ project-root/ ├── .aether/ │ ├── traces/ │ │ ├── session_research-agent.json │ │ └── session_chat-agent.json │ ├── sessions/ │ └── cache/ └── main.py
Curated Replay Stories
Discover real agent execution stories. Watch how opaque thought sequences transform into structured replay timelines.
Multi-Tool Research Agent
Performs deep-dive retrieval across memory stores
Autonomous DevOps Assistant
Instruments and monitors production containers
Multi-Agent Coordinator
Orchestrates complex multi-agent debates
Built for the Community
Aether is open source and community-driven. Join thousands of developers shaping the future of AI observability.
Roadmap
Get Involved
Contributions welcome! Check out our contribution guide to get started.