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
Worker Nodes will be used to run Agents
There one agent per node, and each agent will be bundled into a container image.
Each worked/agent image contains the following
FASTAPI-
We don't want devs to deal with the FASTAPI and instead we want them to simply provide us each custom agent in a .py file.
The cli will bundle this with a FASTAPI server into a container image. Then this will be bundles as a worker node in a cluster.
We need to design some kind of abstraction or SDK that devs can use to define agents that can communicate with the bundled server.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Worker Nodes will be used to run Agents
There one agent per node, and each agent will be bundled into a container image.
Each worked/agent image contains the following
FASTAPI-
We don't want devs to deal with the FASTAPI and instead we want them to simply provide us each custom agent in a .py file.
The cli will bundle this with a FASTAPI server into a container image. Then this will be bundles as a worker node in a cluster.
We need to design some kind of abstraction or SDK that devs can use to define agents that can communicate with the bundled server.
The text was updated successfully, but these errors were encountered: