renjianbo
f1326bff95
CI/CD Pipeline / Backend — Lint & Test (push) Has been cancelled
CI/CD Pipeline / Frontend — Lint & Build (push) Has been cancelled
CI/CD Pipeline / Docker — Build Check (push) Has been cancelled
fix: memory scope_id column overflow and API read mismatch
...
AgentRuntime writes scope_id as {user_id}:{agent_id} (73 chars) but:
- DB columns were CHAR(36)/VARCHAR(36), causing Data too long errors
- Memory API queried with agent_id only, returning empty results
- Add _mem_scope() helper to build correct scope_id format
- Update all CRUD queries in agent_memory.py to use _mem_scope()
- Enhance login failure logging in auth.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-07-01 08:05:23 +08:00
..
2026-01-19 00:09:36 +08:00
2026-06-29 01:17:21 +08:00
2026-06-30 22:09:03 +08:00
2026-06-29 01:17:21 +08:00
2026-07-01 08:05:23 +08:00
2026-05-01 19:32:59 +08:00
2026-05-05 08:57:00 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00
2026-01-19 00:09:36 +08:00
2026-05-10 19:50:20 +08:00
2026-06-29 01:17:21 +08:00
2026-07-01 08:05:23 +08:00
2026-01-19 00:09:36 +08:00
2026-01-19 00:09:36 +08:00
2026-01-19 00:09:36 +08:00
2026-06-29 01:17:21 +08:00
2026-04-09 21:58:53 +08:00
2026-04-13 20:17:18 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00
2026-05-06 00:36:40 +08:00
2026-05-10 19:50:20 +08:00
2026-05-01 22:30:46 +08:00
2026-06-29 01:17:21 +08:00
2026-01-19 00:09:36 +08:00
2026-01-19 00:09:36 +08:00
2026-04-30 00:57:13 +08:00
2026-04-30 00:57:13 +08:00
2026-05-02 16:17:49 +08:00
2026-05-06 22:13:41 +08:00
2026-01-19 00:09:36 +08:00
2026-06-29 01:17:21 +08:00
2026-05-06 21:44:45 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00
2026-06-18 07:47:03 +08:00
2026-01-19 00:09:36 +08:00
2026-06-29 01:17:21 +08:00
2026-04-13 22:52:36 +08:00
2026-06-29 01:17:21 +08:00
2026-05-10 19:50:20 +08:00
2026-05-05 00:00:51 +08:00
2026-06-29 01:17:21 +08:00
2026-06-29 01:17:21 +08:00