From b68d1e132ae7f4f4eb5c0051ac010888ad1d9461 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 9 Sep 2024 14:55:18 +0800 Subject: [PATCH] add multi agent support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e04d18..efd8174 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ LLM `AI Agent` multi session HTTP/WebSocket service - Request body: - LLM config: baseUrl, apiKey, model - System Prompt: Agent character, ToDo/NotToDo description - - Tools Description: (Optional) openapi, openrpc, openmodbus Spec. According to third APIs in Spec to set `apiKey` or net - - Session List: (Optional) for multi agents supported. Init other agents, and add their sessionIds in this field. + - Tools Description: (Optional) openapi, openrpc, openmodbus Spec. According to third APIs in Spec to set `apiKey` or not + - Session List: (Optional) for multi agents supported. Init other agents, and add their sessionIds in this field - Timeout:3600 seconds in default. When agent stopped, massages context will be clear - Sample: ```json