picogent/src
Markov b2a620185f fix: stable session IDs for chat/task context persistence
- Chat messages use 'chat-{chat_id}' session → conversation history preserved
- Task messages use 'task-{task_id}' session → task context preserved
- Previously every message created a new random session (no memory)
2026-02-23 22:25:57 +01:00
..
tools feat: MCP-compatible tracker tools (Function Calling hybrid) 2026-02-23 21:51:02 +01:00
tracker feat: MCP-compatible tracker tools (Function Calling hybrid) 2026-02-23 21:51:02 +01:00
transport fix: align with AGENT-PROTOCOL v1.0 — correct WS types, heartbeat, REST auth 2026-02-23 13:57:32 +01:00
agent.ts feat: MCP-compatible tracker tools (Function Calling hybrid) 2026-02-23 21:51:02 +01:00
config.ts update 2026-02-23 15:48:14 +03:00
index.ts feat: MCP-compatible tracker tools (Function Calling hybrid) 2026-02-23 21:51:02 +01:00
logger.ts init 2026-02-21 02:41:39 +03:00
router.ts fix: stable session IDs for chat/task context persistence 2026-02-23 22:25:57 +01:00
sandbox.ts init 2026-02-21 02:41:39 +03:00
session.ts init 2026-02-21 02:41:39 +03:00