6vision
d0a70d3339
update:Adjust bot_type resolution priority in Agent mode
2026-03-10 15:14:01 +08:00
Weikjssss
36d54cab52
fix: pass bot_type in agent mode
2026-03-10 14:28:39 +08:00
zhayujie
022c13f3a4
feat: upgrade memory flush system
...
- Use LLM to summarize discarded context into concise daily memory entries
- Batch trim to half when exceeding max_turns/max_tokens, reducing flush frequency
- Run summarization asynchronously in background thread, no blocking on replies
- Add daily scheduled flush (23:55) as fallback for low-activity days
- Sync trimmed messages back to agent to keep context state consistent
2026-03-08 21:56:12 +08:00
zhayujie
b788a3dd4e
fix: incomplete historical session messages
2026-02-28 15:03:33 +08:00
zhayujie
5edbf4ce32
feat: model and agent config in web console
2026-02-26 21:01:37 +08:00
zhayujie
c9adddb76a
fix: pass channel_type correctly in multi-channel mode
2026-02-26 18:57:08 +08:00
zhayujie
29bfbecdc9
feat: persistent storage of conversation history
2026-02-25 18:01:39 +08:00
zhayujie
e1dc037eb9
feat: cloud skills manage
2026-02-20 23:23:04 +08:00
zhayujie
4f0ea5d756
feat: make web search a built-in tool
2026-02-09 11:37:11 +08:00
zhayujie
051ffd78a3
fix: windows path and encoding adaptation
2026-02-06 18:37:05 +08:00
cowagent
eaa413caf0
fix: 补充缺失的 runtime_info 参数传递
...
问题:
PR #2655 已合并,但遗漏了关键的参数传递环节。runtime_info 在 agent_initializer.py 中创建并传递给 create_agent(),但 agent_bridge.py 的 create_agent() 方法中没有将其传递给 Agent 实例,导致动态时间更新功能无法生效。
影响:
- Agent 实例的 self.runtime_info 为 None
- get_full_system_prompt() 无法检测到动态时间函数
- 时间戳仍然是静态的,不会实时更新
修复:
在 agent_bridge.py 第 236 行添加:
runtime_info=kwargs.get("runtime_info")
这确保了完整的参数传递链路:
agent_initializer → agent_bridge.create_agent → Agent.__init__
---
*来自 [CowAgent](https://github.com/zhayujie/chatgpt-on-wechat ) 项目的 AI Agent*
2026-02-04 22:49:54 +08:00
zhayujie
d8298b3eab
fix: support glm-4.7
2026-02-02 22:43:08 +08:00
zhayujie
50e60e6d05
fix: bug fixes
2026-02-02 22:22:10 +08:00
zhayujie
46fa07e4a9
feat: optimize agent configuration and memory
2026-02-02 11:48:53 +08:00
zhayujie
a8d5309c90
feat: add skills and upgrade feishu/dingtalk channel
2026-02-02 00:42:39 +08:00
zhayujie
4c8712d683
feat: key management and scheduled task tools
2026-02-01 19:21:12 +08:00
zhayujie
c693e39196
feat: improve the memory system
2026-02-01 17:04:46 +08:00
zhayujie
4a1fae3cb4
chore: the bot directory was changed to models
2026-02-01 15:21:28 +08:00
zhayujie
0e85fcfe51
fix: optimize suggestion words and retries
2026-02-01 14:00:28 +08:00
zhayujie
9bf5b0fc48
fix: tool call failed problem
2026-02-01 12:31:58 +08:00
zhayujie
07959a3bff
fix: first conversation bug
2026-01-31 17:53:12 +08:00
zhayujie
86a6182e41
fix: add logs
2026-01-31 17:29:32 +08:00
zhayujie
624917fac4
fix: memory and path bug
2026-01-31 16:53:33 +08:00
saboteur7
dd6a9c26bd
feat: support skills creator and gemini models
2026-01-30 18:00:10 +08:00
saboteur7
49fb4034c6
feat: support skills
2026-01-30 14:27:03 +08:00
saboteur7
bb850bb6c5
feat: personal ai agent framework
2026-01-30 09:53:46 +08:00