-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add use-case driven examples #131
Comments
Hi @mmurad2 , Customer Support Chatbot: This example would show how to set up an agent to handle common customer questions with a predefined knowledge base. It could help users build a chatbot that answers FAQs, like order status, returns, and shipping info. We could even include a coding-related extension for tech support issues, like troubleshooting login problems or setup instructions. Task Management and Assignment: This example would demonstrate an agent that categorizes tasks based on keywords and assigns them to the right team members. This would be useful in project management apps where tasks must be organized and distributed. For coding workflows, the agent could also classify tasks as “bug fixes,” “feature requests,” or “documentation,” and assign them to the appropriate developer. I would also like to propose a couple more coding-focused use cases that could add value: Automated Refactoring Suggestions: An agent that reviews code and suggests refactoring opportunities, like breaking up large functions or consolidating repeated code. This would help keep the codebase clean and organized, especially in large projects. I think these examples would give users practical templates to start with and show how the framework can help with real-world tasks, especially for support and coding workflows. Let me know if you think this approach sounds good or if there’s anything else you’d like to see. Thanks! |
I love this proposal @Tejaswini21nalla ! I just assigned you the ticket. |
Thank you @mmurad2 . Will start working on it. Just wanted to check, do we have any groups where I can post my questions if I'm struck some where when working on this? |
@Tejaswini21nalla we're working on bringing a Discord channel. In the meantime you could use this issue thread for your questions. |
Is your feature request related to a problem? Please describe.
We need more relevant examples of Bees customizes for important use cases. The pain point to solve is the blank page problem.
Describe the solution you'd like
Add several use-case driven implementations in the agent example folder.
Use case ideas
The text was updated successfully, but these errors were encountered: