Documentation Index
Fetch the complete documentation index at: https://wukong.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AI Agent Support
Overview
WuKongIM natively supports AI Agent functionality, implementing streaming AI conversation experiences through integration with the ag-ui protocol. Developers can easily build intelligent chatbots, AI assistants, and other applications, providing users with natural and smooth AI interaction experiences.Workflow
Process Details
- User sends message: Client user sends a message to WuKongIM’s Agent channel
- Trigger callback: WuKongIM receives the message and calls the developer’s configured server interface
- Call Agent: Developer server sends the user message to the Agent large model for processing
- Get response: Agent large model generates AI response content
- Stream delivery: Developer server streams the response to the client through WuKongIM’s ag-ui protocol interface
- Real-time display: Client receives and displays AI response content in real-time

