Changelogs

Release 2.1 - Kimi K2 Support

AIPerformanceReasoningMulti-modal

Major improvements to AI agent reasoning, conversation handling, and multi-modal processing

  • 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,
})