Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/docs/ai/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Tasks are completely isolated between users:

This isolation prevents the opportunity for escalation.

### Task Modes

Neo utilizes modes to determine the level of autonomy for a given task. At any time during a task lifecycle, the operating mode can be set to:

- Review mode (default): The proposed task plan, running `pulumi preview`, running `pulumi up`, and opening a PR all require approval.
- Balanced mode: Neo will only request approval before running `pulumi up`.
- Auto mode: Neo will not request any approvals.

![The modes Neo can operate in.](neo-operating-modes.png)

### Task Plans

When you give Neo a complex request, it creates a task plan outlining the steps it will take to accomplish your goal. This plan provides transparency into Neo's approach and gives you the opportunity to adjust the strategy before execution begins.
Expand Down
Binary file modified content/docs/ai/tasks/entity-context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/ai/tasks/neo-operating-modes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading