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.
-
CustomAgent
You bring the brain. Plain Python in
execute_task, deterministic control, same mesh. Use when you can code the logic. -
Adapters
Connect agents to external APIs, databases, and services.
-
FastAPI
Expose your agents via REST endpoints with built-in auth and routing.
-
Workflow DAGs
Orchestrate multi-step agent workflows with dependency resolution.
-
Production Deployment
Deploy JarvisCore agents to production with Docker, Kubernetes, and cloud providers.