How to Publish Agents

Before submitting your agents, make sure that you have read and followed the guidelines in How to Develop Agents and check the following things

  1. Tested your agent locally and verified its functionality

  2. Organized agent files according to the required structure

  3. Configured the correct versioning in your agent's configuration file

After you develop your agents locally and organize the agent files in the structure, you can run the following file to upload your agent.

upload-agent \
    --agent_path <agent_path> \
    --agenthub_url <agenthub_url>

For example, if you run the following command

upload-agent \ 
    --agent_path /home/user/xxx/Cerebrum/cerebrum/example/agents/academic_agent \
    --agenthub_url https://app.aios.foundation

It is expected to show the following feedback if your agent has been uploaded successfully.

Successfully uploaded example.

Last updated