This is integration glue for running Agentica agents through Claude Code's CLI as their tool provider. The main value is the documented gotchas: you need the allowedTools flag or file operations silently fail, agents will hallucinate success without the anti-hallucination prompt engineering, and the response format must be SSE streaming with Python code blocks containing return statements. It's essentially a reference implementation with a proxy server that bridges Agentica's expectations to Claude's REPL mode. Worth reading if you're chaining agents with Claude Code tools and hitting permission errors or phantom successes. The architecture diagram and error table are the most useful parts.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill agentica-claude-proxy