Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB

AGENTS.md — Active Inference in Python

Agent guidance for the 0_CONTEXT/Computer_Languages/Python directory within the Active InferAnts framework.

Purpose

Python — scripting implementation

Directory Contents

  • 📁 .benchmarks/
  • 📁 .pytest_cache/
  • 📁 __pycache__/
  • 📁 output/
  • 📄 AGENTS.md
  • 📄 README.md
  • 📄 SKILL.md
  • 📄 SPEC.md
  • 📄 config_manager.py
  • 📄 requirements.txt
  • 📄 run.sh
  • 📄 serializer.py
  • 📄 Student_Teacher.py
  • 📄 teacher_wrapper.py
  • 📄 test_student_teacher.py

Agent Instructions

  • Maintain language-specific Active Inference implementation.
  • Ensure algorithmic parity with reference (Python) implementation.
  • Document language-specific idioms and optimizations.
  • Follow the repository's CC BY-NC-ND 4.0 license.
  • Maintain consistency with parent and sibling directory conventions.
  • Keep all documentation synchronized with actual contents.

Quality Checklist

  • All files documented and up-to-date
  • Directory structure reflects current organization
  • Cross-references to related directories verified
  • README.md and SPEC.md synchronized with this AGENTS.md