Changelog

2.1

Release 2.1 - Kimi K2 Support

AIPerformanceReasoningMulti-modal
  • Advanced reasoning engine with improved logical thinking
  • Multi-modal processing for text, images, and code analysis
  • Context-aware responses with better conversation memory
  • Adaptive communication that matches user preferences
// Example of updated API usage
const agent = new AIAgent({
  model: 'kimi-k2',
  reasoning: 'enhanced',
  multiModal: true,
})