AI agent instructions
AI agent instructions
Create Agent
Use NotteClient.Agent to create this object from your configured client.AgentConstructor
required
Related types
Usage
- run: Run agent task (blocking) - mirrors Python run method behavior This is the main method that mirrors the Python SDK’s run method
- start: Start an agent task (non-blocking) - mirrors Python start method
- stop: Stop the agent - mirrors Python stop method
- status: Get agent status - mirrors Python status method
Direct constructor reference
Direct constructor reference