Guides¶
Step-by-step implementation guides for building with JarvisCore — from your first AutoAgent to production deployments.
-
AutoAgent
The fastest path to a working agent — just define role, capabilities, and system_prompt.
-
CustomAgent
Full control over agent lifecycle, message handling, and tool execution.
-
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.