initial client + server for agentic system

This commit is contained in:
Ashwin Bharambe 2024-07-09 22:17:36 -07:00
parent 13e1667e7a
commit beb2870750
8 changed files with 166 additions and 3 deletions

View file

@ -96,6 +96,28 @@
}
}
},
"/agentic_system/delete": {
"delete": {
"responses": {
"200": {
"description": "OK"
}
},
"tags": [
"AgenticSystem"
],
"parameters": [
{
"name": "agent_id",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
]
}
},
"/chat_completion": {
"post": {
"responses": {
@ -1440,10 +1462,10 @@
],
"tags": [
{
"name": "Inference"
"name": "AgenticSystem"
},
{
"name": "AgenticSystem"
"name": "Inference"
},
{
"name": "ShieldConfig",