Skip to content

agentic v0.1.0

Choose a tag to compare

@MaorBril MaorBril released this 17 Jul 22:03

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 setup

Highlights

  • 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 configagentic providers/models/routing/budget with live hot-reload
  • Works with clauder for cross-instance messaging and memory