ReMe/docs/tool_memory
jinli.yl 12f0b7d124 feat(agent): implement mock search tools and tool memory benchmark
- Added LLMMockSearchOp for simulating search operations with configurable complexity- Created SearchToolA, SearchToolB, and SearchToolC with distinct performance profiles- Implemented UseMockSearchOp for intelligent tool selection based on query analysis
- Added test scripts and query datasets for evaluating tool memory effectiveness
- Integrated tool memory service for storing and retrieving tool performance data
- Created documentation for tool memory benchmark testing methodology
- Refactored agent module structure and imports
- Increased summary tool memory recent call count from20 to 30
2025-10-16 23:31:50 +08:00
..
tool_bench.md feat(agent): implement mock search tools and tool memory benchmark 2025-10-16 23:31:50 +08:00
tool_memory.md docs(task_memory): simplify documentation and remove redundant content 2025-10-16 16:39:40 +08:00
tool_retrieve_ops.md docs(task_memory): simplify documentation and remove redundant content 2025-10-16 16:39:40 +08:00
tool_summary_ops.md docs(task_memory): simplify documentation and remove redundant content 2025-10-16 16:39:40 +08:00