Template Patterns
Agent Driven Workflow
Describes a pattern where an AI agent uses actions and state transitions to complete a triggered workflow.
The workflow might optionally contain interactions with external parties.
This pattern is usually triggered by a heimdall event or a webhook action on a _create context stub.
This pattern might form part of a larger implementation where conversational agents pass off specific complex jobs to another agent.
Examples
- A document analysis template that handles complex analysis of a document using multiple tools
- Extraction of data from Excel files, transformation of data and inserting into databases, where dynamic actions are needed to handle the task