feat: chat api

This commit is contained in:
Acbox
2026-01-28 15:15:57 +08:00
parent 0711b1f086
commit 39215309da
26 changed files with 673 additions and 1873 deletions
+6 -1
View File
@@ -33,4 +33,9 @@ sslmode = "disable"
base_url = "http://127.0.0.1:6334"
api_key = ""
collection = "memory"
timeout_seconds = 10
timeout_seconds = 10
## Agent Gateway
[agent_gateway]
host = "127.0.0.1"
port = 8081