We need to add examples of agent descriptions in various fields, as well as public API interfaces.
For example, how should a hotel agent be described, and what are its basic fields and extended fields? What about an agent for a coffee shop? Although these may be completed by AI, we may need to complete some parts to guide how AI can complete the design.
Some public API interfaces also need to be designed. For instance, the natural language interface, which is supported by most agents, can be designed as a public interface.
There are also some other interfaces, such as the purchase interface and the payment interface.
Designing examples of public interfaces can simplify the interaction between agents. If public interfaces can all be pre-trained into the model, then agents don't need to pull the API files to know how to interact with other agents.