Major improvements to AI agent reasoning, conversation handling, and multi-modal processing
// Example of updated API usage const agent = new AIAgent({ model: "kimi-k2", reasoning: "enhanced", multiModal: true, })