agentica-server

Configure and debug the Agentica server with a local Claude proxy.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentica-server
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/agentica-server
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to setting up and running the Agentica SDK with a local Claude proxy, enabling Python agents to use the Claude CLI as their inference backend.

Core Features & Use Cases

  • Environment Setup: Step-by-step instructions for configuring the Claude proxy and Agentica server.
  • Debugging: Common errors and their solutions for connection issues, module not found, and tool access problems.
  • Architecture Overview: Visual representation of how the SDK, server, proxy, and Claude CLI interact.
  • Use Case: Developers starting new Agentica projects with Claude as their LLM backend can use this skill to quickly establish a working environment and troubleshoot initial setup issues.

Quick Start

Follow the startup sequence to launch the Claude proxy, Agentica server, and your agent script in separate terminals.

Frequently Asked Questions about agentica-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a local Claude proxy for Python agent development?

To set up a local Claude proxy for Python agent development, configure the Agentica server environment variables and follow the startup sequence to launch the proxy, server, and agent script in separate terminals.

Why does my Agentica server fail to connect to the Claude CLI?

Agentica server connection failures to the Claude CLI often stem from incorrect environment variable configuration or improper startup sequencing, which can be resolved by verifying your proxy setup and running health checks.

How do I fix module not found errors when starting my Agentica project?

Module not found errors in Agentica projects typically indicate missing dependencies or incorrect Python environment paths, which you can resolve by debugging the environment setup and verifying module imports.

Can I use the Agentica SDK with Claude as my LLM backend for new projects?

Yes, you can use the Agentica SDK with Claude as your LLM backend for new projects by establishing a working environment with the local Claude proxy and following the provided architecture overview.

What should I do when my Python agent experiences tool access problems or hallucination?

To resolve tool access problems or agent hallucination in Python, debug your Agentica server configuration and verify that the Claude proxy properly forwards tool access requests.

What is the architecture for integrating the Agentica SDK with a Claude proxy?

The architecture for integrating the Agentica SDK with a Claude proxy involves the SDK, server, proxy, and Claude CLI interacting to enable Python agents to use the Claude CLI as their inference backend.