|
2 | 2 | Agent Stack |
3 | 3 | </h1> |
4 | 4 |
|
5 | | -<h4 align="center">Open infrastructure for deploying and sharing agents without vendor lock-in</h4> |
6 | | - |
7 | 5 | <div align="center"> |
8 | 6 |
|
9 | 7 | [](https://github.com/i-am-bee/beeai-framework?tab=Apache-2.0-1-ov-file#readme) |
|
13 | 11 |
|
14 | 12 | </div> |
15 | 13 |
|
| 14 | +<h4 align="center">Open infrastructure for deploying and sharing agents without vendor lock-in</h4> |
| 15 | + |
16 | 16 | <p align="center"> |
17 | | - <a href="#key-features">Key Features</a> • |
18 | | - <a href="#quickstart">Quickstart</a> • |
19 | | - <a href="#agent-catalog">Agent Catalog</a> • |
20 | | - <a href="#documentation">Documentation</a> |
| 17 | + <a href="#key-features"><b>Key Features</b></a> • |
| 18 | + <a href="#quickstart"><b>Quickstart</b></a> • |
| 19 | + <a href="#agent-catalog"><b>Agent Catalog</b></a> • |
| 20 | + <a href="#agent-ideas"><b>Agent Ideas</b></a> • |
| 21 | + <a href="#documentation"><b>Documentation</b></a> |
21 | 22 | </p> |
22 | 23 |
|
23 | 24 | <div align="center"> |
@@ -118,6 +119,42 @@ A growing collection of community-built agents showcasing various use cases and |
118 | 119 |
|
119 | 120 | --- |
120 | 121 |
|
| 122 | +## Agent Ideas |
| 123 | + |
| 124 | +Have an idea for an agent that could solve a real problem? Want to build something that others will find useful? **Agent Ideas** is where the community proposes, discusses, and builds the next generation of agents together. |
| 125 | + |
| 126 | +### How It Works |
| 127 | + |
| 128 | +1. **💡 Propose** - Share your agent idea using our [Agent Idea template](https://github.com/i-am-bee/agentstack/issues/new?template=agent_idea.md) |
| 129 | +2. **👍 Vote** - Browse [proposed ideas](https://github.com/i-am-bee/agentstack/issues?q=is%3Aissue+is%3Aopen+label%3Aagent-idea+sort%3Areactions-%2B1-desc) and upvote the ones you find exciting |
| 130 | +3. **🛠️ Build** - Pick an idea (yours or someone else's) and bring it to life |
| 131 | +4. **🎉 Share** - Show off your creation and help others benefit from your work |
| 132 | + |
| 133 | +### Why Get Involved? |
| 134 | + |
| 135 | +- **Build real agents** - Create practical agentic AI systems that solve actual problems |
| 136 | +- **Grow your AI engineering skills** - Develop expertise through hands-on projects |
| 137 | +- **Shape the ecosystem** - Help define what agents the community needs most |
| 138 | +- **Connect with others** - Collaborate with fellow builders and learn together |
| 139 | + |
| 140 | +### Current Ideas |
| 141 | + |
| 142 | +Vote with 👍 on the ideas you find most valuable! |
| 143 | + |
| 144 | +| Agent | Description | |
| 145 | +|:------|:------------| |
| 146 | +| [Q&A Builder Agent](https://github.com/i-am-bee/agentstack/issues/1506) | Watches Slack and Discord for questions, retrieves answers from docs, and proposes new Q&A entries | |
| 147 | +| [Issue Sizing Agent](https://github.com/i-am-bee/agentstack/issues/1507) | Reviews GitHub issues and provides size estimates (S, M, L, XL) based on complexity and scope | |
| 148 | +| [Issue Labeling Agent](https://github.com/i-am-bee/agentstack/issues/1509) | Automatically assigns the correct issue type and labels to GitHub issues and PRs | |
| 149 | + |
| 150 | +[Browse all ideas →](https://github.com/i-am-bee/agentstack/issues?q=is%3Aissue+is%3Aopen+label%3Aagent-idea+sort%3Areactions-%2B1-desc) |
| 151 | + |
| 152 | +### Ready to Contribute? |
| 153 | + |
| 154 | +Whether you're [proposing your first idea](https://github.com/i-am-bee/agentstack/issues/new?template=agent_idea.md) or [implementing someone else's vision](https://github.com/i-am-bee/agentstack/issues?q=is%3Aissue+is%3Aopen+label%3Aagent-idea+sort%3Areactions-%2B1-desc), we'd love to have you involved! |
| 155 | + |
| 156 | +--- |
| 157 | + |
121 | 158 | ## Documentation |
122 | 159 |
|
123 | 160 | Visit [agentstack.beeai.dev](https://agentstack.beeai.dev) for full documentation. |
@@ -150,8 +187,6 @@ Agent builds upon the foundations established by several pioneering projects in |
150 | 187 |
|
151 | 188 | - [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/) - The open standard enabling cross-framework agent communication |
152 | 189 | - [Model Context Protocol](https://github.com/modelcontextprotocol) - Advancing how AI models interact with context |
153 | | -- [Language Server Protocol](https://github.com/microsoft/language-server-protocol) - Demonstrating the power of standardized tooling protocols |
154 | | -- [JSON-RPC](https://www.jsonrpc.org/) - The specification underlying modern RPC communication |
155 | 190 |
|
156 | 191 | We're grateful to these communities for advancing the state of agent infrastructure and interoperability. |
157 | 192 |
|
|
0 commit comments