Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 849 Bytes

File metadata and controls

25 lines (19 loc) · 849 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-02-07

Added

  • Initial release of Aifeels reference implementation
  • Complete EmotionalState class with five primitives
  • Standard event system (13 events)
  • Linear decay calculation (0.05 per 300s)
  • Action selection with precedence
  • Type-safe API with Pydantic
  • MCP server support
  • Comprehensive test suite
  • Conformance test compliance (10/10 tests passing)
  • Documentation and examples