Retrieval and Q&A
Simple RAG agent
Upload a document, index it in a vector store, and give an agent a FileSearch tool to answer from it.
New hire onboarding agent
Index your documents and answer questions with confidence ratings and cited sources.
Q&A bot with confidence scoring
Answer questions about a topic and score how much to trust each reply.
Tools and function calling
Weather agent with a custom Python tool
Give an agent a tool that runs your Python function and calls an external API.
Multi-agent
Poetry contest with a supervisor agent
Wrap a limerick writer and a haiku writer as tools and let a supervisor agent judge the results.