Skip to content

Proposal: Add some real-life examples of AI Agents #28

Description

@bartmichalak

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions