Reading Time: 2 minutes

Table of Contents

Summary

  • Creation of a MultiAgent engine, baptized Skill Chamber, to be specialized in learning through specialized simulations, using the AG2 framework.
  • First 3 main Agents created to power language learning through LingoStand:
    • Scenario Creator Agent
    • Game Master Agent
    • Evaluator Agent

  • Allows personalized data to be passed, so agents know personalized preferences and target areas of improvments
  • New Correction system:
    • Critical errors are corrected through the experience
    • All errors are shown in a new pop up
    • Model Sentence added: Showing how to say something perfectly
    • Title Auto Save with the simulation name
  • Simulation Adapts to 3 skill levels
  • Implements Permissions mechanism per user roles
    • Introduces debug view for ADMINS roles
    • Sets the stech for Teacher or Mentor view
  • Creates Chat options Pop Up, and moves some options and created new ones there.
  • Added AI Disclaimer at the beggining of the chat.
  • Performance optimization loading chat history

BugFixes

  • Duplication sometimes when clicking on a conversation
  • Can delete messages that are not saved now.