What is an AOP?
An AOP (Agent Operating Procedure) is the detailed, structured rules that your Duvo agent follows to execute your workflow. Think of it as the “operating manual” for your agent—a guide that tells it exactly what to do, when to do it, and how to handle different situations.How the AOP Differs from the Agent Builder
Agent Builder- Purpose: To create and modify the AOP
- Format/Style: Your casual, plain-English description - like you’re talking to a coworker
- Example:
Check for new expense reports and send them to managers for approval
AOP
- Purpose: The actual “code” that controls your agent’s behavior
- Format/Style: Structured, detailed, containing specific logic, conditions, and procedures
- Example: