Concepts
Documentation
The building blocks of the CAIP Agents SDK: agents, threads, messages, request context, tools, and RAG / vector stores.
Agents
Agents are the core building blocks of the CAIP Agents SDK. Think of an agent as an AI teammate for your app: it understands your instructions, remembers conversation context, and uses tools to complete real tasks.
Threads
Threads are conversation containers that store and manage the history of interactions between users and agents.
Messages
Messages are the fundamental units of communication in the CAIP Agents SDK.
Request Context
RequestContext and RequestContextBuilder help you attach request-scoped metadata to an agent execution.
Tools
Tools extend the capabilities of your AI agents by allowing them to perform specific actions, access external data, or execute custom logic.
RAG & Vector Stores
3 items
Multi-Agentic Systems
2 items