Skip to content
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

Remove running bee-stack as a requirement to orchestrate multiple agents #60

Open
mmurad2 opened this issue Dec 16, 2024 · 2 comments
Open
Assignees
Labels
hive Multiagent orchestration

Comments

@mmurad2
Copy link
Member

mmurad2 commented Dec 16, 2024

Goal
A simpler user experience contained in one repo, where the user can set up individual agents and then orchestrate them.

Bottleneck
Revisiting the bee-api and make it simpler for everyday use.

@psschwei
Copy link
Collaborator

psschwei commented Dec 16, 2024

I'm thinking out loud here, but if we could wrap bee-agent-framework-py in fastapi/flask/django/gunicorn/etc so that the main methods could be called using the api spec from bee-api and/or openai api (for example, create agent and run agent), that would get us most of the way there.

@psschwei psschwei added the hive Multiagent orchestration label Dec 18, 2024
@planetf1
Copy link
Collaborator

planetf1 commented Jan 9, 2025

Agree in intent. What actually runs matters less, it just needs to be simple & efficient for developer, maybe less so for prod?. We're still going to have the inference provider, code execution environment (optional), observability stack (optional).

Base capability should have full cli support imo.

@psschwei psschwei self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hive Multiagent orchestration
Projects
None yet
Development

No branches or pull requests

3 participants