Hello Agent
DocsAn agent is code that receives input, processes it, and returns output. Unlike a simple function, agents can use tools, access storage, and maintain state across requests. This is the building block of any Agentuity project. Every agent follows the same pattern: the schema declares what goes in and comes out, the handler processes requests. Once you're comfortable here, explore the Handler Context to see what tools are available inside your handler.
Waiting for request
Reference Code
Loading...
Ready
Output will appear here...