Commit Graph

17 Commits

Author SHA1 Message Date
k88936 7b31e736d1 move code 2026-07-15 14:49:24 +08:00
k88936 9ff8e0a297 split code 2026-07-15 11:13:37 +08:00
k88936 2b7f4ffe19 fix terminate cond 2026-07-10 15:07:32 +08:00
k88936 337d358ede move context to tool own. fix memory not update. 2026-07-10 14:21:58 +08:00
k88936 5499af9ac1 remove llm_chat_agent example and unused dependencies from module-editor-agent 2026-07-10 06:02:18 +08:00
k88936 73d2b07d52 refactor: simplify agent memory handling and improve message flow logic 2026-07-10 05:43:06 +08:00
k88936 36ac392fdc fix return value 2026-07-09 22:16:16 +08:00
k88936 476a555f22 refactor: rename flow enums and improve tool interaction logic 2026-07-09 21:55:23 +08:00
k88936 71a00056bf improve tool call logging and error messaging 2026-07-09 20:02:59 +08:00
k88936 d3c4b3fe0c refactor: simplify memory trait requirements and remove unused tool hooks 2026-07-09 19:40:36 +08:00
k88936 c3493d5458 refactor: enhance system prompt handling and tool integration in LlmChatAgent 2026-07-09 18:24:33 +08:00
k88936 b1851c0ab8 improve error handling for tools: add classification and handling for recoverable and fatal tool failures 2026-07-09 17:51:16 +08:00
k88936 d0a4581683 continue and retry instead of crash encounter invalid json output 2026-07-09 16:49:50 +08:00
k88936 6d13239c1c tool out put include id 2026-07-09 16:49:25 +08:00
k88936 d639f0207f agent module 2026-07-09 16:43:07 +08:00
k88936 964e7e040a at least it runs 2026-07-09 11:49:28 +08:00
kdletters 8dad52f040 实现画布Agent侧边栏聊天
新增画布Agent会话契约、领域规则、SpacetimeDB元数据表和生成绑定。
新增api-server画布Agent会话CRUD、OSS消息文档读写、SSE消息流和生成工具编排。
新增前端右侧Agent对话面板、会话状态hook、SSE客户端、BFF客户端和相关测试。
调整画布侧栏、任务栏、小地图默认状态和面板互斥交互。
补齐画布Agent、OSS消息存储、SSE收口、后端契约和项目记忆文档。
2026-07-04 12:03:58 +08:00