Learn about AI agent frameworks
In-depth guides to the frameworks powering multi-agent AI systems. Understand how they work, when to use them, and how to deploy them to production.
CrewAI guides
Deep dives into CrewAI concepts — agents, tools, flows, memory, and deployment.
How to Deploy CrewAI to Production
Step-by-step guide to deploying CrewAI agents with Crewship. From install to live API in under 5 minutes.
TutorialDeploymentCrewship CLI
Read guide
How CrewAI Agents Work
Configure agents with roles, goals, backstories, and LLMs. Covers YAML and Python configuration approaches.
AgentsConfigurationLLMs
Read guide
Building Custom Tools for CrewAI
Build tools with @tool decorator and BaseTool class. Covers built-in tools, assignment, and production usage.
ToolsCustom ToolsBaseTool
Read guide
CrewAI Flows: Multi-Step Pipelines
Build multi-step AI pipelines with state management, @start/@listen decorators, and conditional routing.
FlowsPipelinesState Management
Read guide
CrewAI Memory and Knowledge
Understand memory types, knowledge sources, and how to configure memory for production crews.
MemoryKnowledgeShort-termLong-term
Read guide