Add bridge API server (GET /session-id, POST /send) on port 8082

This commit is contained in:
Lucy
2026-05-16 12:14:25 +02:00
parent 751584c99d
commit 52b1b59264
4 changed files with 126 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
"agent_retries": 3,
"max_message_length": 40000,
"processed_ids_limit": 200,
"agent_response_timeout": 300
"agent_response_timeout": 300,
"api_host": "127.0.0.1",
"api_port": 8082
}
}