← 返回
未分类

Agent Metacognition

Enables agents to self-monitor execution, reflect on tasks, analyze errors, and adjust learning strategies through metacognitive processes.
使智能体通过元认知实现自我监控、任务反思、错误分析及学习策略调整。
yuyonghao-123 yuyonghao-123 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 419
下载
💾 0
安装
1
版本
#latest

概述

Agent Metacognition

元认知系统,使 Agent 具备自我监控、反思能力和学习策略调整能力。

功能特性

1. 自我监控

  • 执行状态监控
  • 决策过程追踪
  • 置信度评估

2. 反思能力

  • 执行后反思
  • 错误分析
  • 经验积累

安装

npm install

使用方法

MetacognitionSystem

const { MetacognitionSystem } = require('./src');

const meta = new MetacognitionSystem();

// 监控执行
const result = await meta.monitorExecution(async () => {
  return await agent.process(task);
}, { taskId: 'task-1' });

// 反思
const reflection = await meta.reflect('task-1');

// 获取状态
const state = meta.getMetacognitiveState();

测试

npm test

License

MIT

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-03 07:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Agent Self Improve

yuyonghao-123
分析智能体表现并优化提示、参数、工作流和策略,实现持续自我改进。
★ 0 📥 1,046

Summarize

yuyonghao-123
使用 summarize CLI 摘要 URL 或文件(网页、PDF、图片、音频、YouTube)。
★ 7 📥 4,702

N8n Integration

yuyonghao-123
实现 n8n 与 OpenClaw Agent 双向集成,支持 Webhook 触发、结果回调、认证验证和可观测性。
★ 0 📥 540