Skip to content

Commit 8a32f4d

Browse files
docs: add agent ideas section (#1510)
Signed-off-by: Matous Havlena <[email protected]>
1 parent dd61d21 commit 8a32f4d

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

.github/ISSUE_TEMPLATE/agent_idea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Agent Idea"
33
about: Suggest an agent idea to build
4-
title: "[Agent] <agent name>"
4+
title: "[Agent]: <agent name>"
55
labels: ["agent-idea"]
66
---
77

README.md

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Agent Stack
33
</h1>
44

5-
<h4 align="center">Open infrastructure for deploying and sharing agents without vendor lock-in</h4>
6-
75
<div align="center">
86

97
[![Apache 2.0](https://img.shields.io/badge/Apache%202.0-License-EA7826?style=plastic&logo=apache&logoColor=white)](https://github.com/i-am-bee/beeai-framework?tab=Apache-2.0-1-ov-file#readme)
@@ -13,11 +11,14 @@
1311

1412
</div>
1513

14+
<h4 align="center">Open infrastructure for deploying and sharing agents without vendor lock-in</h4>
15+
1616
<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>
2122
</p>
2223

2324
<div align="center">
@@ -118,6 +119,42 @@ A growing collection of community-built agents showcasing various use cases and
118119
119120
---
120121

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+
121158
## Documentation
122159

123160
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
150187

151188
- [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/) - The open standard enabling cross-framework agent communication
152189
- [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
155190

156191
We're grateful to these communities for advancing the state of agent infrastructure and interoperability.
157192

0 commit comments

Comments
 (0)