Skip to content

Conversation

@EidosL
Copy link

@EidosL EidosL commented Sep 9, 2025

AgentScope Version

1.0.2

Description

  • 实现了一个受 MemTool 启发的工作流示例,在 AgentScope 中进行确定性地修剪 -> 搜索 -> 使用精选工具集执行任务
  • 演示了自主代理模式,代理可以在其推理循环中搜索和删除工具
  • 包含 Orchestrator、ToolManager 和 Worker 三个组件
  • 提供了简单易用的接口,允许用户设置代理的领域专长和工具记忆预算
  • 示例展示了如何根据用户查询动态选择和使用工具,以及如何在自主模式下管理工具集

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

- 实现了一个受 MemTool 启发的工作流示例,在 AgentScope 中进行确定性地修剪 -> 搜索 -> 使用精选工具集执行任务
- 演示了自主代理模式,代理可以在其推理循环中搜索和删除工具
- 包含 Orchestrator、ToolManager 和 Worker 三个组件
- 提供了简单易用的接口,允许用户设置代理的领域专长和工具记忆预算
- 示例展示了如何根据用户查询动态选择和使用工具,以及如何在自主模式下管理工具集
删除了详细解释 MemTool 外存管理方案的文档,该文档涵盖了 MemTool 模式、AgentScope 系统架构对比、工具组管理等内容。未来将引入基于 RAG 问答系统的向量数据库工具知识库,用于构建智能动态工具管理方案。
…-enhancements

Add provider audit pipeline support
…structure

Implement audit timeline aggregation
…outine

Add relation finalizer background loop and undo safeguards
…ect-architecture

Fix relation factory query and provider handling
…vider.py

Transform Agentscope response_format handling
@DavdGao
Copy link
Member

DavdGao commented Oct 21, 2025

@EidosL Thank you for your contribution! However, the changes seem quite extensive and don't align well with the PR title. Could we perhaps start with a smaller, focused example that directly addresses the issue mentioned in the title?

@github-actions
Copy link

This PR is marked as stale because there has been no activity for 30 days. Remove stale label or add new comments or this PR will be closed in 5 day.

@cla-assistant
Copy link

cla-assistant bot commented Dec 2, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot removed the stale-pr label Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants