cognitive/templates/node_templates/agent_template.md
Daniel Ari Friedman 6caa1a7cb1 Update
2025-02-07 08:16:25 -08:00

1.2 KiB

type id created modified tags aliases
agent {{agent_id}}
date
date
agent
cognitive-model

Agent: {{agent_name}}

Metadata

  • Type: {{agent_type}}
  • Domain: {{domain}}
  • Purpose: {{purpose}}

Properties

Beliefs

Goals

  • Primary objectives
  • Secondary objectives
  • goal_links

Actions

Observations

State

Current State

  • Active beliefs
  • Current goals
  • Recent actions
  • Latest observations

History

  • State transitions
  • Decision history
  • Learning progress

Relationships

Dependencies

  • Required resources
  • External dependencies

Interactions

Implementation

Parameters

learning_rate: 0.01
exploration_rate: 0.1
discount_factor: 0.95

Active Inference Configuration

precision: high
temporal_horizon: 5
inference_depth: 3

Notes

  • Implementation details
  • Performance observations
  • Optimization opportunities

References

  • Related research
  • Documentation links
  • External resources