We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I want to run a bee agent as a service, I would like to be able to do that.
There's a variety of ways that could be done:
agent = BeeAgent() agent.serve()
@serve def my_agent(): ...
The text was updated successfully, but these errors were encountered:
agent.serve()
I like this a lot since it means agents in a flow could be executing in different hives :)
Sorry, something went wrong.
I've been playing around in this space a lot, so will assign to myself. Happy for others to help as well
No branches or pull requests
If I want to run a bee agent as a service, I would like to be able to do that.
There's a variety of ways that could be done:
The text was updated successfully, but these errors were encountered: