Examples
This section consists of real-world examples built around practical use cases.
Each example shows how to use Agents Foundry and the CAIP Agents SDK in production-oriented scenarios, including agent workflows, RAG, tool integration, and multi-agent orchestration.
Documentation
Documentation Assistant Agent
A complete example demonstrating how to build a documentation assistant using the CAIP Agents SDK.
Email Agent
An example demonstrating how to build an email automation agent using the CAIP Agents SDK with context injection and Gmail integration.
RAG Agent
A complete example demonstrating how to build a RAG (Retrieval-Augmented Generation) agent using vector stores and semantic search.
FAISS Search
A complete example demonstrating how to use your own FAISS index with CAIP's KnowledgeBaseSearchTool for semantic search and Q&A — without uploading data to a remote…
LangGraph Customer Support
This example shows how to build a customer support workflow with CAIP Agents SDK and LangGraph.
MCP Integration
Examples showing how to connect MCP (Model Context Protocol) servers to agents built with CAIP Agents SDK, using PydanticAI, LangChain, and LangGraph.