I think it would be helpful to have some practical, real-world examples that show how to build different types of agents using this framework. This would help people understand the possibilities and get started faster.
Here are some examples I'd suggest:
1. PDF Analysis Agent
- Allows users to upload PDF files (exposed via endpoint)
- Extracts and analyzes content
- Answers questions about the document
- Could use RAG for better context handling
2. Multi-Tool Research Agent
- Combines multiple MCP servers (e.g., filesystem + database)
- Uses built-in tools alongside MCP tools
3. Web Search Agent
- Performs web searches based on user queries
- Summarizes findings
- Provides sources and citations
Each example could be a separate folder in an examples/ directory with a README explaining what it does and how to run it.
I think it would be helpful to have some practical, real-world examples that show how to build different types of agents using this framework. This would help people understand the possibilities and get started faster.
Here are some examples I'd suggest:
1. PDF Analysis Agent
2. Multi-Tool Research Agent
3. Web Search Agent
Each example could be a separate folder in an examples/ directory with a README explaining what it does and how to run it.