Skip to main content

AI Agent

Learn how to create and manage AI agents, including tools, input/output handling, single-task implementations, and exposing Agent APIs for external systems.

📄️ Agent Input and Output

Agent input and output configuration is a key component for implementing intelligent interactions. Through proper configuration of input variables, Agent can receive diverse parameters and contextual information; through defining output result formats, Agent can return structured data for program logic use; through streaming output, you can obtain Agent's runtime status and results in real-time. This article will provide detailed instructions on these configuration methods and usage techniques.