agentic v0.1.0
First release.
agentic wraps Claude Code in a thin local router: run your sessions on Anthropic, OpenAI, xAI, or any OpenAI-compatible backend (Ollama, vLLM, OpenRouter), with per-token spend tracking, budget caps, and LLM-triaged dynamic tier routing (/model auto).
Install
curl -fsSL https://raw.githubusercontent.com/maorbril/agentic/main/install.sh | sh
agentic setupHighlights
- No daemon — the first session hosts the router; leader election via port binding, transparent takeover
- Byte-faithful Anthropic passthrough (prompt caching intact) + full OpenAI-dialect translation (streaming, tool use, reasoning models)
- Dynamic routing — a cheap classifier assigns each task to deep/standard/light tiers
- Budgets — daily/weekly/monthly caps with hard-stop, live statusline,
agentic cost - Terminal-first config —
agentic providers/models/routing/budgetwith live hot-reload - Works with clauder for cross-instance messaging and memory