Skip to content

feat: add executor level hitl docs#633

Open
kausmeows wants to merge 3 commits into
mainfrom
feat/executor-hitl-wf
Open

feat: add executor level hitl docs#633
kausmeows wants to merge 3 commits into
mainfrom
feat/executor-hitl-wf

Conversation

@kausmeows
Copy link
Copy Markdown
Contributor

Description

Add executor level hitl docs for workflow

Type of Change

  • Bug fix (errors, broken links, outdated info)
  • New content
  • Content improvement
  • Other: ____

Related Issues/PRs (if applicable)

  • Closes #____
  • Related SDK PR: agno-agi/agno#____

Checklist

  • Content is accurate and up-to-date
  • All links tested and working
  • Code examples verified (if applicable)
  • Spelling and grammar checked
  • Screenshots updated (if applicable)

@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 6, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
agno 🟢 Ready View Preview May 6, 2026, 11:26 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Comment thread workflows/hitl/dual-level.mdx Outdated
...
```

## Pause Anatomy
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be its own page?

## Requirements

HITL workflows require a database to persist state between pauses:
## Pick a Level
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good idea. Maybe link that Pause Anatomy here


weather_agent = Agent(
name="WeatherAgent",
model=OpenAIChat(id="gpt-5.4"),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenAIResponses ?

Comment thread workflows/hitl/step.mdx
---
title: Step HITL
sidebarTitle: Step
sidebarTitle: Step HITL
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

he rest of the sections (condition.mdx, loop.mdx, router.mdx, steps.mdx) still uses bare names. We should be consistent on that and decide if we want to add HITL or not

Comment thread workflows/hitl/nested.mdx
Comment on lines +66 to +70

<Warning>
Iterating over the full `step_requirements` list during nested HITL re-resolves already-resolved requirements and produces wrong behavior. Use `[-1:]` to scope to the active pause.
</Warning>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

produces wrong behavior - can we be more specific on this one ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants