Skip to content

1.9.2

Compare
Choose a tag to compare
@Drakkadakka Drakkadakka released this 18 Nov 18:39
· 97 commits to main since this release
1c83a15

Two updates in a row OwO
Added AI enhancements 🥇
Will take slightly longer to boot up
fixed web UI
V1.9

  • Streamlined the codebase, removing unused and outdated sections of features

  • Contextual Memory Implementation

    • Enhanced memory management to store and retrieve messages based on context.
    • Improved emotional memory tracking to remember user sentiments over time.
  • Emotion Recognition Integration

    • Added advanced emotion recognition from text and audio inputs.
    • Implemented a method to analyze and recognize emotions for personalized interactions.
    • Integrated Whisper for audio transcription and emotion analysis.
    • Enhanced sentiment analysis for more nuanced interactions.
  • Adaptive Learning Features

    • Introduced adaptive learning mechanisms to adjust based on user interactions.
    • Enhanced personalized response generation based on user profiles and past interactions.
  • Dynamic Personality Shaping

    • Implemented dynamic personality adjustments based on user interactions.
    • Improved user profile management to tailor responses according to individual preferences.
  • Dynamic Expression Mapping

    • Added dynamic expression mapping to associate user emotions with corresponding visual expressions.
    • Enhanced user interactions by appending expressions to responses based on detected emotions.
  • Character Relationship Tracking

    • Implemented a system to track relationships between characters based on interactions.
    • Added methods to update and retrieve relationship data, including relationship scores and last interactions.
    • Enhanced character interactions by considering relationship dynamics in responses.
  • Memory Cleanup

    • Implemented automatic cleanup of memories older than 365 days.
    • Enhanced memory management to ensure efficient storage and retrieval of user interactions.
  • API Support Skeleton

    • Added a basic Flask API structure for interaction with the ChatLearner.
    • Implemented endpoints for learning messages, generating responses, and managing user profiles.
  • Custom Personality Templates

    • Implemented a system to create and manage custom personality templates.
    • Added methods to add, retrieve, and use personality templates in interactions.
  • Complex Context-Aware Emotional Responses

    • Enhanced the emotional response generation to consider user context and previous messages.
    • Improved sentiment analysis for more nuanced interactions.
  • Enhanced User Experience

    • Improved UI feedback for emotional responses and plugin actions.
    • Enhanced visual representation of emotional states during interactions.
  • Various Bug Fixes and Performance Improvements

    • Fixed various bugs related to memory management and emotional response generation.

V1.8

  • Cross-Session Learning Implementation

    • Added functionality to learn from messages across different sessions.
    • Introduced a method to retrieve learned messages and sentiments from the database.
  • Custom Personality Templates

    • Implemented a system to create and manage custom personality templates.
    • Added methods to add, retrieve, and use personality templates in interactions.
  • Complex Context-Aware Emotional Responses

    • Enhanced the emotional response generation to consider user context and previous messages.
    • Improved sentiment analysis for more nuanced interactions.