Skip to main content
🚨 Open Responses API (Alpha). Learn more
here
Julep home page
Guides
Search...
Julep home page
Search...
Navigation
Guides
Modifying Agent Workflow
Guides
Chat with an Agent
Create & Execute a Julep Task
Using Secrets in Julep
Adding a Tool Integration
Modifying Agent Workflow
Advanced Examples
Get API Key
Community
Changelog
Support
GitHub
On this page
Modifying Agent Workflow
1. Edit the Task YAML
2. Update Agent Configuration
3. Test Iteratively
Guides
Modifying Agent Workflow
Customize how your agents process tasks
​
Modifying Agent Workflow
Julep tasks are flexible workflows that control how an agent operates. This guide shows how to adjust the default behavior.
​
1. Edit the Task YAML
Add, remove, or reorder steps in your task definition. You can insert tool calls, conditional logic, or loops to suit your needs.
​
2. Update Agent Configuration
Point your agent to the new task file or update its task list via the SDK. Your changes apply immediately to new sessions.
​
3. Test Iteratively
Run the task locally or through the API to verify each modification. Adjust prompts and steps until the workflow produces the desired output.
Adding a Tool Integration
Integration Patterns