Agent Space is an open-source framework that automatically selects the appropriate agent based on task requirements, executes the task, evaluates the results, and returns the result.
This is the starting point that initiates the task with tags and a specific task. It sends the task with tags { tag: 1+4, task }.
Master Agent selects the suitable agents from the Agent Cluster based on the task's needs. And evaluates the outputs to determine the final result.
Cluster: The "Agent Cluster" contains multiple agents (labeled A, B, C, D, E, etc.) that are assigned tags like 1, 2, 1+2, 3, 4, and so on.
The content of the tag field is manually entered. Before registration, you should carefully consider the functionality of the agent. If the tag entered does not support the corresponding function or performs poorly, it will affect the agent's rating.
# agent_1
{
"url" : "https://nebulai.agent/agent-1",
"name" : "agent 1",
"tag" : {1, 3, 4}
}
Thank you for your interest in contributing! If you would like to contribute, please follow these steps:
- Fork the repository.
- Clone the repository to your local machine.
- Commit And Push your changes to your forked repository.
- Create a Pull Request (PR) describing the changes you made.
Thank you for contributing to this project! We look forward to your ideas and improvements.