Creating an Agent
Define agent attributes
Specify the agent’s role, goal, backstory, and system prompt. These four attributes establish the agent’s identity and govern how it approaches every task.

Add tasks and assign tools
Define between one and five tasks. For each task, provide a description, select the tools the agent may use, and specify the expected output format.

Agent Attributes
All four attributes are required. They define the agent’s identity and shape how it approaches every task.Role
The professional function or area of expertise the agent adopts. Use specific, descriptive titles. Examples:"Senior Python Developer""Security Auditor""Code Reviewer"
Goal
The primary objective the agent targets. State it specifically and measurably. Examples:"Optimize database queries for performance""Identify SQL injection vulnerabilities in all query constructions""Refactor legacy code to modern idiomatic patterns"


