Introduction

In the "Agent Suite" sidebar interface, you can create your own "Agent Snapshots" and connect other agents or smart tools to the agent party through various interfaces.

Agent Snapshots

  1. Click "Add Agent" to save all current configurations as an archive for easy future access
  2. In the "Add Agent" dialog, you can quickly select your desired knowledge base, MCP, A2A, and partial tools. Other settings for the agent snapshot will match your current settings
  3. After creating the agent, you can use the OpenAI-style interface in agent party by changing the model name from the default super-model to either the agent ID or agent name. The agent can also be viewed through the get_agents tool in the MCP-style interface.

MCP Services

Enables large models to actively call MCP services based on query requirements. Currently supports four calling methods:

A2A Services

Enables large models to actively call A2A services based on query requirements. Simply enter the A2A URL to complete setup.

LLM Tools

LLM interfaces can be converted into LLM tools. Any project compatible with ollama format or OpenAI interface can be used as a tool.

Custom HTTP Tools

Supports converting custom HTTP requests into agent tools. Now any HTTP request can be used as an agent tool, which can be added through the Agent Suite interface.

  1. Tool name: Cannot contain any characters other than English letters
  2. Function description: Tool description for the large model, which will influence whether the model calls this tool