技能 人工智能 定义认知模式与智能体决策

定义认知模式与智能体决策

v20260716
cognitive-pattern
用于定义和管理智能体(Agent)的认知模式。它可以将复杂的推理策略,如决策树、思维链(CoT)等,结构化地固化为系统流程。这有助于构建能够逐步分解问题、持续学习和优化决策的智能系统。
获取技能
412 次下载
概览

Cognitive Pattern

Define cognitive patterns that guide agent reasoning and decision-making.

When to use

When you want to codify reasoning strategies, decision trees, or problem-solving approaches that agents can use and improve over time.

Steps

  1. Define pattern — call mcp__plugin_ruflo-core_ruflo__daa_cognitive_pattern with the pattern structure and triggers
  2. Create workflow — call mcp__plugin_ruflo-core_ruflo__daa_workflow_create to embed the pattern in an executable workflow
  3. Execute — call mcp__plugin_ruflo-core_ruflo__daa_workflow_execute to run the cognitive workflow
  4. Evaluate — call mcp__plugin_ruflo-core_ruflo__daa_learning_status to see how the pattern performs
  5. Share — call mcp__plugin_ruflo-core_ruflo__daa_knowledge_share to propagate successful patterns

Pattern types

  • Decision trees — structured if/then reasoning
  • Chain of thought — step-by-step problem decomposition
  • Analogy mapping — solve new problems by referencing similar solved ones
  • Consensus patterns — multi-perspective evaluation before deciding
信息
Category 人工智能
Name cognitive-pattern
版本 v20260716
大小 1.52KB
更新时间 2026-07-18
语言