/awesome-agents

Awesome Agents

Primary LanguageTypeScript

Awesome Agents Awesome

A curated list of awesome projects (AI agents/MCPs etc) using the Cloudflare Agents SDK

The Cloudflare Agents SDK enables developers to build powerful, distributed AI agents that run on Cloudflare's global network. This repository is a curated collection of AI agent projects and tools that showcase the capabilities and potential of building with the SDK.

Contents

Projects

Communication & Messaging

  • Slack Agent - An AI agent for Slack integration and automation

Getting Started

To explore or run any of these projects:

  1. Clone this repository:

    git clone https://github.com/cloudflare/awesome-agents.git
    cd awesome-agents
  2. Navigate to the specific project directory:

    cd agents/[project-name]
  3. Follow the project-specific README for setup instructions

Contributing

We welcome contributions! If you've built an awesome project with the Cloudflare Agents SDK, we'd love to feature it here.

Submission Guidelines

  1. Fork this repository
  2. Create a new directory under agents/ for your project
  3. Include a comprehensive README with:
    • Project description
    • Features
    • Setup instructions
    • Usage examples
    • Screenshots/demos (if applicable)
  4. Ensure your code is well-documented and follows best practices
  5. Submit a pull request with a clear description of your project

Quality Standards

Projects should:

  • Be functional and well-tested
  • Include clear documentation
  • Follow TypeScript/JavaScript best practices

Resources

License

This repository is licensed under the MIT License - see individual project directories for specific project licenses.