π Alpha Release β v0.1.0-alpha
Date: 2025-06-15
This alpha release marks a major milestone in the development of the Axiom AI framework, introducing an integrated emotional awareness system influenced by resonance theory. This lays the foundation for emergent behavior and long-term contextual awareness.
β¨ Added
EmotionAgent Integration: Implements a quantum-inspired emotional state model that reacts to resonance scores and sacred moments, enabling emotionally contextualized dialogue and memory.
ResonantAgent Support: Introduced a resonance scoring system that dynamically adjusts the AIβs internal state, mimicking biological and cosmic influence.
Emotional Context in Dialogue: Extended ChatAgent.chat() to accept emotional context, dynamically appended during prompt construction.
Emotional Decay and Persistence: Emotional states evolve over time with decay logic, and are saved alongside memory logs for continuity.
Memory Tagging: Stored emotional metadata with user/AI dialogue for long-term pattern analysis and behavior shaping.
π§ Changed
AxiomDispatcher:
Runs resonance cycles before each response.
Passes emotional context to the language model during inference.
Logs emotional and resonance state data alongside each exchange.
ChatAgent: Updated build_prompt() and chat() to handle optional emotional context.
ποΈ Files Updated
dispatcher_axiom_ai.py
emotion_agent.py
chat_agent.py