-
Notifications
You must be signed in to change notification settings - Fork 12
Add docs for subagents #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| title: 'Subagents' | ||
| description: 'AI-powered agents that investigate and analyze your workflows' | ||
| icon: 'sparkles' | ||
| --- | ||
|
|
||
| <Info> | ||
| **Subagents** is an Enterprise edition feature. See [pricing](https://www.openops.com/pricing/) for details. | ||
| </Info> | ||
|
|
||
| Subagents are specialized AI agents that run in isolated environments to handle complex, long-running analysis tasks on your behalf. Unlike the general-purpose AI assistant, each subagent is purpose-built for a specific domain and can work through large amounts of data autonomously before returning a structured result. | ||
|
|
||
|  | ||
|
|
||
| ## Investigation subagent | ||
|
|
||
| The first available subagent is the **Investigation** agent. It analyzes workflow execution data to help you understand why a workflow run failed, behaved unexpectedly, or performed poorly. | ||
|
|
||
| The investigation subagent can help you: | ||
|
|
||
| - **Diagnose failures** — identify which step failed, why it failed, and what the error means. | ||
| - **Trace unexpected behavior** — follow data through each step to explain why a workflow produced an unexpected result. | ||
| - **Spot performance issues** — find bottlenecks or steps that took longer than expected. | ||
|
|
||
| After completing its analysis, the agent streams a structured report with findings, and a root cause assessment. | ||
|
|
||
| ## Using the investigation subagent | ||
|
|
||
| The investigation subagent is available as a tool inside the OpenOps AI chat interface. | ||
|
|
||
| To start an investigation: | ||
|
|
||
| 1. Open the AI chat in your OpenOps environment. | ||
| 2. Describe the issue you want to investigate — for example: *"Why did this workflow fail?"* or *"The last run produced unexpected output in the final step, can you check what happened?"* | ||
| 3. Provide the **workflow run ID** you want to analyze. | ||
| 4. The agent runs in the background and streams progress updates as it works. When complete, it returns its findings directly in the chat. | ||
|
|
||
| ## How it works | ||
|
|
||
| Subagents run in isolation from the rest of your environment, with no persistent storage and no access to external systems beyond the data they are given. | ||
|
|
||
| ## Enabling subagents for your environment | ||
|
|
||
| To learn more or to enable subagents for your environment, contact your OpenOps account manager. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the icon wasnt matching so i changed it