Update README

This commit is contained in:
Ettore Di Giacinto
2025-03-11 22:57:19 +01:00
parent 7486e68a17
commit 1e484d7ccd

View File

@@ -192,6 +192,8 @@ Connect to IRC networks:
| `/start/:name` | PUT | Resume a paused agent | [Example](#start-agent) | | `/start/:name` | PUT | Resume a paused agent | [Example](#start-agent) |
| `/settings/export/:name` | GET | Export agent config | [Example](#export-agent) | | `/settings/export/:name` | GET | Export agent config | [Example](#export-agent) |
| `/settings/import` | POST | Import agent config | [Example](#import-agent) | | `/settings/import` | POST | Import agent config | [Example](#import-agent) |
| `/api/agent/:name/config` | GET | Get agent configuration | |
| `/api/agent/:name/config` | PUT | Update agent configuration | |
### Chat Interactions ### Chat Interactions