- Added locale support in various components, including the Assistant's execution context and agent tools, to improve internationalization. - Updated the `pickNodeByFilter` function to include a fallback mechanism for host_exec nodes when no container nodes are available. - Introduced a new `agent_reference` tool for downloading agent source code for read-only study, alongside updates to the `agent_download` tool to restrict downloads to the 'smith' namespace. - Enhanced documentation and tests to reflect the new functionalities and ensure robust locale extraction and handling.
12 lines
410 B
JSON
12 lines
410 B
JSON
{
|
|
"name": "yao-agent",
|
|
"transport": "process",
|
|
"description": "Agent management tools for listing, downloading, deploying agents, and querying connector matrix",
|
|
"tools": {
|
|
"agent_list": "tools.agent_list",
|
|
"agent_download": "tools.agent_download",
|
|
"agent_reference": "tools.agent_reference",
|
|
"agent_deploy": "tools.agent_deploy",
|
|
"agent_connectors": "tools.agent_connectors"
|
|
}
|
|
}
|