Skip to content

v2.9.0 — Negotiation, Red Team & Knowledge Distillation

Latest

Choose a tag to compare

@sauravbhattacharya001 sauravbhattacharya001 released this 04 May 07:23
· 21 commits to master since this release

What's New

✨ New Interactive Demos

  • Agent Negotiation Simulator — Multi-agent negotiation playground with configurable strategies, bidding rounds, and outcome analysis
  • Agent Red Team Arena — Interactive adversarial prompt testing environment for evaluating agent robustness against attacks
  • Agent Knowledge Distillation Lab — Teacher-student knowledge transfer demo with interactive training visualization
  • Agent Reasoning Trace Explorer — Step-by-step reasoning visualization for debugging and understanding agent decision paths

🐛 Bug Fixes

  • iCal RFC 5545 compliance — Added required UID, DTSTAMP, and DURATION fields to VEVENT exports; calendars now import correctly across all clients

📖 Documentation

  • Comprehensive README overhaul with accurate statistics and complete page catalog
  • New deployment guide covering GitHub Pages, Docker, Vercel, Netlify, and self-hosted setups
  • Updated CONTRIBUTING.md reflecting modular \src/modules/\ architecture
  • Added npm downloads, GitHub release, website status, and Dependabot badges

🔧 DevEx & Tooling

  • Enhanced Copilot agent config with bundle validation, test mapping, debugging tips, and complete module inventory
  • Content-based issue triage auto-labeler for automated issue categorization
  • Bot interaction and deployment/CI issue templates
  • Code cleanup: removed dead variables, restored app.js build output for test compatibility

📊 Stats

  • 13 commits since v2.8.0
  • 4 new interactive demos
  • 1 RFC compliance fix
  • 5 documentation improvements