Agentica SDK — локальный прокси и отладка Claude CLI
devops
agentica-server is a Claude Code skill that provides a complete reference for running Agentica SDK with a local Claude CLI proxy as the inference backend. It documents the three-tier architecture — Agentica SDK (port 2345) → agentica-server → claude_proxy.py (port 8080) → Claude CLI — along with the required startup sequence across three terminals and the two key environment variables: S_M_BASE_URL and INFERENCE_ENDPOINT_URL. The skill covers five common failure modes: APIConnectionError caused by missing SSE streaming format, ModuleNotFoundError from launching the server in the wrong directory, missing tool permissions in the proxy CLI call, agent hallucinations where actions are described but not executed, and call timeouts. It also lists the key files involved, including claude_proxy.py and PATTERNS.md. Developers building or debugging local Python agent stacks with Agentica and Claude CLI will find this a practical troubleshooting and setup guide.
- #agentica
- #claude-cli
- #server-setup
- #local-inference
- #debugging