Skip to content

Guides

Step-by-step implementation guides, from your first agent to production deployment.

  • AutoAgent

    The framework brings the brain. Describe the task; the agent plans, generates code in a sandbox, and self-repairs. Use when you can describe the work but not code it.

    Read more →

  • CustomAgent

    You bring the brain. Plain Python in execute_task, deterministic control, same mesh. Use when you can code the logic.

    Read more →

  • Adapters

    Connect agents to external APIs, databases, and services.

    Read more →

  • FastAPI

    Expose your agents via REST endpoints with built-in auth and routing.

    Read more →

  • Workflow DAGs

    Orchestrate multi-step agent workflows with dependency resolution.

    Read more →

  • Production Deployment

    Deploy JarvisCore agents to production with Docker, Kubernetes, and cloud providers.

    Read more →