Skip to content

alpha release

Latest

Choose a tag to compare

@Raventune Raventune released this 15 Jun 12:34
· 2 commits to main since this release

πŸš€ 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