Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Helloworld for agentic frameworks, minimial but runnable! LangGraph, Agno, AutoGen, Smolagents, OpenAI Agents, etc.

License

NotificationsYou must be signed in to change notification settings

ababdotai/awesome-agent-quickstart

Repository files navigation

Your fast lane to AI Agent development!

This repository helps you bypass setup complexities and dive straight into latest AI Agent frameworks. Go from zero to running your first agent in minutes, whether you're interested in LangGraph, AutoGen, Smolagents, or other popular frameworks.

🎯 Features

  • ⚡ Zero configuration needed - get started in minutes
  • 🎓 Learn by example - all examples are runnable
  • 🔄 Model-agnostic - support any LLM
  • 🛠️ Centralized configuration - shared settings across framework

🚀 Supported Frameworks

Ready-to-run templates for:

Flow control

  • LangChain
  • LangGraph (Python&JS)
  • Smolagents

Role-playing

  • LangGraph-Swarm
  • OpenAI Swarm
  • AutoGen
  • CrewAI
  • OpenAI Agents SDK

Tools

  • LangChain MCP Adapters
  • Browser-use

📁 Project Structure

Each directory is a self-contained example of an agent framework. For example:

awesome-agent-quickstart/├── langgraph/                # Framework name│   ├── config.py             # Common configurations (model params, API settings&checking)│   ├── helloworld.py         # Basic example: Simple conversational agent│   ├── requirements.txt      # Dependency management│   └── .env.example          # Environment variables template│   └── READIT.md             # The framework's original README│   └── README.md             # A step by step guide to use the framework

🐍 Setup

Since some frameworks reply on the latest Python features, we recommend create a virtual environment:

conda create -n agents-quickstart python=3.13conda activate agents-quickstart

🤝 Contributing

Contributions for more agent framework examples are welcome! Please ensure:

  1. Create examples under the respective framework directory
  2. Use common configurations fromconfig.py
  3. Provide clear documentation and comments
  4. Includerequirements.txt and.env.example
  5. Follow project code style and best practices

📝 Development Guidelines

  1. Code Structure

    • Follow modular design
    • Separate configuration from logic
    • Include proper error handling
    • Keep dependency files up-to-date
  2. Documentation

    • Add docstrings for main functions and classes
    • Include usage examples
    • Explain key concepts and design decisions
  3. Security

    • Use environment variables for sensitive data
    • Include rate limiting considerations
    • Add proper input validation

SeeContributing Guidelines for more details.

📃 License

MIT License - seeLICENSE

🌟 Community

🙏 Acknowledgments

Made with ❤️ by the AI community, for the AI community.

  • Thanks to all contributors!
  • Thanks to the framework development teams!
  • Thanks to the LLM community!

About

Helloworld for agentic frameworks, minimial but runnable! LangGraph, Agno, AutoGen, Smolagents, OpenAI Agents, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp