Commit 0ffa0c7
committed
feature: 支持 MemPalace 记忆集成并优化 Agent 运行流程
- 新增 MemPalaceMemoryService 和 mempalace_tool,支持 drawer、diary、KG
工具能力。
- 新增 MemPalace 示例、文档和单测,并完善中英文 memory 文档。
- 调整 LlmAgent 循环控制,支持通过 metadata 控制运行状态。
- 优化 A2A 长运行/鉴权事件转换和取消事件处理。
- 规范 memory/tool 输出、examples 环境变量模板,并修复相关 lint 问题。1 parent 5558813 commit 0ffa0c7
113 files changed
Lines changed: 4577 additions & 403 deletions
File tree
- docs/mkdocs
- en
- zh
- examples
- dsl/classifier_mcp
- llmagent_with_branch_filtering
- llmagent_with_cancel
- llmagent_with_custom_agent
- llmagent_with_custom_prompt
- llmagent_with_human_in_the_loop
- llmagent_with_max_history_messages
- llmagent_with_model_create_fn
- llmagent_with_parallal_tools
- llmagent_with_schema
- llmagent_with_streaming_tool_complex
- llmagent_with_streaming_tool_simple
- llmagent_with_thinking
- llmagent_with_timeline_filtering
- llmagent_with_tool_prompt
- llmagent_with_user_history
- llmagent
- mcp_tools
- mem0_tools
- agent
- images
- mem_0
- memory_service_with_in_memory
- memory_service_with_mem0
- memory_service_with_mempalace
- agent
- memory_service_with_redis
- memory_service_with_sql
- mempalace_tools
- agent
- multi_agent_chain
- multi_agent_compose
- multi_agent_cycle
- multi_agent_parallel
- multi_agent_start_from_last
- multi_agent_subagent
- quickstart
- session_service_with_in_memory
- session_service_with_redis
- session_service_with_sql
- session_state
- session_summarizer
- skills_with_container
- skills_with_dynamic_tools
- skills
- streaming_tools
- team_as_sub_agent
- team_human_in_the_loop
- team_member_agent_claude
- team_member_agent_langgraph
- team_member_agent_team
- team_member_message_filter
- team_parallel_execution
- team_with_cancel
- team_with_skill
- team
- toolsets
- tools
- transfer_agent
- webfetch_tool
- websearch_tool
- tests
- memory
- tools
- trpc_agent_sdk
- agents
- events
- filter
- memory
- planners
- server/a2a
- converters
- executor
- tools
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
Large diffs are not rendered by default.
0 commit comments