9e8307d8bc
UUID refactoring: self-identification by member_id, mention filtering by ID instead of slug
2026-03-02 09:03:09 +01:00
6871fdb443
Config split: agent.json (connection) + config.json (LLM)
...
- loadAgentConfig() reads both files with priority: env > config.json > agent.json
- Remote config merge from auth.ok (model, provider, prompt)
- Local config.json overrides remote values
- Transport default changed to 'ws'
2026-02-27 16:30:37 +01:00
4c7a41494a
Collect and send tool_log with final message
...
Router collects tool calls (name + truncated result) during agent run.
Sends tool_log array with final chat.send via WS.
2026-02-27 11:55:19 +01:00
6dcae9a320
Phase 1: streaming via WS + thinking support
...
- Router streams text deltas via WS (agent.stream.delta)
- Router streams tool calls (agent.stream.tool)
- Auto-reply via WS chat.send (not REST)
- Thinking blocks collected and sent with final message
- WsClientTransport: sendStreamEvent + sendChatMessage with thinking
- Router receives WS transport reference via setWsTransport()
2026-02-27 06:56:44 +01:00
e76e84ffc0
refactor: убрана ручная project.subscribe (Tracker auto-subscribes)
2026-02-24 23:24:55 +01:00
f97aa64142
fix: align with AGENT-PROTOCOL v1.0 — correct WS types, heartbeat, REST auth
2026-02-23 13:57:32 +01:00
Eugene
368b9abf69
update
2026-02-23 15:48:14 +03:00
Eugene
0525cea647
init
2026-02-21 02:41:39 +03:00