How to Develop Agents
Following the rules below, develop a new agent to run on the AIOS.
The structure of agent-related files
For example, your author name is ‘example’, and you have developed an agent called academic_agent used for searching and summarizing articles. Your local folder will be like the following:
Configurations and dependencies
You are required to include a JSON file with the following attributes:
If your agent requires extra libraries (in addition to the AIOS-dependent libraries) to run, you must put them in the meta_requirements.txt.
Last updated