GitHub
Embeddable Go Agent Runtime
Local-model-first via LM Studio. In-process tool-calling LLM loop
for build orchestrators and CI systems.
Embeddable Library
agent.Run(ctx, request) — no subprocess overhead, direct state sharing with the host.
Local-Model-First
LM Studio and Ollama support via OpenAI-compatible API. Zero marginal cost for routine tasks.
Full Observability
Every LLM turn and tool call logged to JSONL. Sessions are replayable and cost-tracked.
Structured Tools
Shipped tools — read, write, edit, bash, glob, grep, ls, patch, task. Simple, auditable, benchmark-ready.
Multi-Provider
OpenAI-compatible (LM Studio, Ollama, OpenAI, Azure) and Anthropic Claude. One interface.
Standalone CLI
ddx-agent -p ‘prompt’ proves the library works. Config, session logs, replay, usage reporting.