renjianbo
a924486f26
feat: add Suyao Feishu bot and per-agent memory config support
- Create suyao_app_service.py and suyao_ws_handler.py for 苏瑶 Feishu bot
- Add SUYAO_APP_ID/SUYAO_APP_SECRET/SUYAO_AGENT_ID config fields
- Fix node config extraction bug (n.get("config") → n.get("data")) in all WS handlers
- Add _build_memory_config_from_node() to support per-agent memory settings
(max_history_messages, vector_memory_top_k, persist_to_db, etc.)
- Create 苏瑶1号 (Plan A: long context), 苏瑶2号 (Plan B: emotion tracking),
苏瑶3号 (Plan C: knowledge graph + RAG) agents with different memory strategies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 21:44:47 +08:00
..
2026-01-19 00:09:36 +08:00
2026-05-02 12:14:37 +08:00
2026-05-02 21:44:47 +08:00
2026-05-02 16:17:49 +08:00
2026-04-09 21:58:53 +08:00
2026-04-09 21:58:53 +08:00
2026-01-22 09:59:02 +08:00
2026-01-19 00:09:36 +08:00
2026-05-02 19:14:25 +08:00