Skip to content

Commit

Permalink
add multi agent support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Sep 9, 2024
1 parent c7bfeb3 commit b68d1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b68d1e1

Please sign in to comment.