Skip to content

Reflection Engine

本页说明 Commander 中 Reflection Engine 的用途、操作方式与生产注意点。命令路径与产品 monorepo 保持一致。

快速入口

bash
type ReflectionType = 'post_execution' | 'pre_planning' | 'error_analysis' | 'pattern_detection';

interface Reflection {
  id: string;
  type: ReflectionType;
  context: string;
  question: string;
  answer?: string;
  quality: number;         // 0-1
  actionable: boolean;
  insights: string[];
  recommendations: string[];

说明

Types

(对应英文文档章节 Types 的完整说明与示例见 monorepo / 英文源;下方给出可运行入口。)

API

(对应英文文档章节 API 的完整说明与示例见 monorepo / 英文源;下方给出可运行入口。)

指标口径

25 提供商 · 5 规范拓扑 · 18 内置工具 · 6700+ 测试。

相关

MIT 许可 — 为多代理编排而生。