Claude Grade 多智能体协作技能。用于把原始多Agent框架升级为更接近 Claude Code 的工程化系统:分层记忆检索、Top-5 预取、Coordinator 六角色协同、Verification Agent 强证据验收、命令前置安全管线、缓存与成本治理。适用于需要“多Agent不空转、记忆不瞎...
- Major upgrade: Integrates Claude Code style mechanisms for multi-agent systems, emphasizing verifiable results and robust execution. - Added ClaudeMemorySystem with five-tier memory (identity, correction, task, project, reference) and top-5 retrieval before reasoning. - Introduced ClaudeCoordinator featuring six distinct agent roles to structure collaboration. - Added VerificationAgent to enforce strong evidence-based validation. - Implemented SafetyGatePipeline with 14 built-in guards for command pre-execution auditing. - Introduced CostGovernor for cache/call tracking and cost observability. - Provided direct usage examples, key source files, and templates for immediate integration.