![logo](tools/public/logo.jpg) [![GitHub stars](https://img.shields.io/github/stars/AFK-surf/open-agent?style=social)](https://github.com/AFK-surf/open-agent/stargazers)   [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)   [![Discord](https://img.shields.io/badge/Discord-Join-blue)](https://discord.gg/your-discord-invite) [![Demo](https://img.shields.io/badge/Demo-OpenAgent.io-yellow)](http://open-agent.io) # πŸ‘‹ Open-Agent > **Open-source alternative to Claude Agent SDK, ChatGPT Agents, and Manus.** Agentic AI systems, such as Claude Agent SDK (Claude Code) or ChatGPT Agents, can perform meaningful real-world tasks by operating computers, browsers, and phones just like humans. Open source would enhance their capabilities. [**Open-Agent.io**](http://open-agent.io/) is an open Agentic AI you can use or modify. Chat with cutting-edge models while our multi-agent system completes your tasks. Play with it, deploy it, enhance it, or use it as the foundation for your next dedicated agent. We welcome all contributions. --- ## ✨ Key Features - **πŸ’‘ Idea** Have your own highly customizable Agentic AI that integrates OpenAI, Claude, Gemini, and open-source models to work together seamlessly! - **πŸ’¬ Stop prompt-chasing. Start decision-making** Spec & context engineering give agents structure to plan, score, and surface options. You stay in control of the final call. Achieve more, struggle less. - **πŸ”” Multi-agent collaboration** Instead of chatting with a single AI, all the frontier models collaborate together to finish your task with our multi-agent framework. - **🏠 Self-hostable** Open source and free to modify. --- ## πŸ’» How to deploy 1. copy `.docker/config.example.json` and `.docker/docker-compose.yml` to a separate folder. ```sh mkdir deploy cd deploy cp ../.docker/config.example.json ./config.json cp ../.docker/docker-compose.yml ./docker-compose.yml ``` 2. Edit `config.json` and add your API keys. 3. Run with Docker Compose. ```sh docker compose up -d ``` ## 🀝 Contributing We welcome all contributions, ideas, and improvements! Open issues or pull requests β€” no bureaucracy, just collaboration. Starting points: [How To Development](tools/public/dev.md) Before submitting a PR, run code checks: ```bash pre-commit run --all-files ``` --- ## 🌐 Community Join our community to connect with other developers, share feedback, and showcase your projects. > [Discord β†’](https://discord.gg/WM7PkxUaP4) --- ## ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=AFK-surf/open-agent&type=Date)](https://star-history.com/#AFK-surf/open-agent&Date) --- ## πŸ’™ Acknowledgements Open-Agent builds upon the ideas of projects like [AFFiNE](<[https://github.com/browserbase/stagehand](https://github.com/toeverything/AFFiNE)>), and the broader open-source agentic AI community. Special thanks to everyone advancing human–AI collaboration. --- Β© 2025 Open-Agent Contributors. Licensed under [Apache 2.0](https://opensource.org/licenses/Apache-2.0).