New to AI Agents? Follow our Guided Tour to learn how to build your first AgentKit application. All the above sounds familiar? Check our Getting started section or the “How AgentKit works” section to learn more about AgentKit’s architecture.
Getting started
Quick start
Jump into the action by building your first AgentKit application.
Examples
Looking for inspiration? Check out our examples to see how AgentKit can be
used.
Concepts
Learn the core concepts of AgentKit.
SDK Reference
Ready to dive into the code? Browse the SDK reference to learn more about
AgentKit’s primitives.
How AgentKit works
AgentKit enables developers to compose simple single-agent systems or entire
systems of agents in which multiple agents can work together.
Agents are combined into
Networks which include a
Router to determine which Agent should be called.
Their system’s memory is recorded as Network State which
can be used by the Router, Agents or Tools to
collaborate on tasks.