eqxwow
eqxwow
We need a protocol for agent to communicate with other agents.
An agent can have its own task queue to pick and execute tasks. For agent clusters, there can be a shared task queue accessible to multiple agents.
There should be a way to create a cluster of agents which can pick tasks from task queue and run in parallel.
If Agent goes into a loop, it should detect it and find ways to come out of it and proceed to the next step.
Resource Manager for agent
Need a Budget Manager manage to manage costs like api usage
CLI
SuperAGI command line. The args and params can be similar to REST apis