ai-robot-core/ai-service/app/services/mid
MerCry 6fec2a755a [AC-AGENT-ENHANCE] feat(mid): 增强 Agent 编排器和工具
- 优化 agent_orchestrator 的系统提示词指导
- 改进 kb_scene 参数的自动注入逻辑
- 增强 kb_search_dynamic_tool 的元数据处理
- 优化 memory_recall_tool 的记忆召回逻辑
- 更新 memory_adapter 的用户记忆模型
2026-03-11 19:01:51 +08:00
..
__init__.py [AC-MEMORY-SUMMARY] feat(mid): 新增对话记忆摘要生成器 2026-03-11 19:01:06 +08:00
agent_orchestrator.py [AC-AGENT-ENHANCE] feat(mid): 增强 Agent 编排器和工具 2026-03-11 19:01:51 +08:00
batch_ask_back_service.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
default_kb_tool_runner.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
feature_flags.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
high_risk_check_tool.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] [AC-IDMP-11~18] 2026-03-06 01:10:24 +08:00
high_risk_handler.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
intent_hint_tool.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] [AC-IDMP-11~18] 2026-03-06 01:10:24 +08:00
interrupt_context_enricher.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
kb_search_dynamic_tool.py [AC-AGENT-ENHANCE] feat(mid): 增强 Agent 编排器和工具 2026-03-11 19:01:51 +08:00
memory_adapter.py [AC-AGENT-ENHANCE] feat(mid): 增强 Agent 编排器和工具 2026-03-11 19:01:51 +08:00
memory_recall_tool.py [AC-AGENT-ENHANCE] feat(mid): 增强 Agent 编排器和工具 2026-03-11 19:01:51 +08:00
memory_summary_generator.py [AC-MEMORY-SUMMARY] feat(mid): 新增对话记忆摘要生成器 2026-03-11 19:01:06 +08:00
memory_summary_prompt.py [AC-MEMORY-SUMMARY] feat(mid): 新增对话记忆摘要生成器 2026-03-11 19:01:06 +08:00
metadata_discovery_tool.py feat: add metadata discovery tool for dynamic metadata extraction [AC-METADATA-DISCOVERY] 2026-03-10 12:11:31 +08:00
metadata_filter_builder.py feat: implement mid-platform dialogue and session management with memory recall and KB search tools [AC-IDMP-01~20] 2026-03-10 12:06:57 +08:00
metrics_collector.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
output_guardrail_executor.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
policy_router.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
role_based_field_provider.py feat: implement mid-platform dialogue and session management with memory recall and KB search tools [AC-IDMP-01~20] 2026-03-10 12:06:57 +08:00
runtime_observer.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] 2026-03-10 12:06:15 +08:00
scene_slot_bundle_loader.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
scene_slot_metrics.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
segment_humanizer.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
slot_backfill_service.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
slot_extraction_integration.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
slot_manager.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
slot_state_aggregator.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
slot_strategy_executor.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
slot_validation_service.py feat: add slot management system with validation, backfill, state aggregation and scene bundle support [AC-SLOT-MGMT] 2026-03-10 12:07:39 +08:00
timeout_governor.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00
tool_call_recorder.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] 2026-03-10 12:06:15 +08:00
tool_converter.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] 2026-03-10 12:06:15 +08:00
tool_guide_registry.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] 2026-03-10 12:06:15 +08:00
tool_registry.py feat: enhance agent orchestrator with runtime hardening and tool governance [AC-MARH-01~12] 2026-03-10 12:06:15 +08:00
trace_logger.py feat: implement mid-platform core services and APIs [AC-IDMP-01~20, AC-MARH-01~12] 2026-03-05 18:13:34 +08:00