If the
name
parameter is not specified in the @server.agent
decorator, the agent’s function name will be used as the default name. Similarly, if no description
is provided, the function’s docstring will be used as the description.Configuration Example
The @server.agent decorator is used to configure an agent’s metadata when registering it with an ACP server:agent.py