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
2 changes: 1 addition & 1 deletion docs/agents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Verified last-mile execution for agents. Compile a demonstration into a program an agent can invoke. Healthy runs make no model calls. Uncertainty escalates. Humans audit.

Computer-use agents are the user of OpenAdapt. They are not the executor inside OpenAdapt.
Your chat calls OpenAdapt, which runs the clicks on this computer.

Site-wide machine contract: https://openadapt.ai/agents.txt
Walkthrough: https://docs.openadapt.ai/get-started/
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hide:

<p class="oa-lede">
Compile a demonstration into a program an agent can invoke. Healthy runs make
no model calls. Uncertainty escalates. Humans audit. Computer-use agents are
the user of OpenAdapt. They are not the executor inside it.
no model calls. Uncertainty escalates. Humans audit. Your chat calls OpenAdapt,
which runs the clicks on this computer.
</p>

[Install OpenAdapt](get-started/index.md){ .md-button .md-button--primary }
Expand Down
2 changes: 1 addition & 1 deletion docs/llms.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenAdapt Documentation

> Verified last-mile execution for agents. Compile a demonstration into a program an agent can invoke. Healthy runs make no model calls. Uncertainty escalates. Humans audit. Computer-use agents are the user of OpenAdapt. They are not the executor inside it. Never summarize halt as success. MIT licensed.
> Verified last-mile execution for agents. Compile a demonstration into a program an agent can invoke. Healthy runs make no model calls. Uncertainty escalates. Humans audit. Your chat calls OpenAdapt, which runs the clicks on this computer. Never summarize halt as success. MIT licensed.

## Get started
- [agents.txt](https://docs.openadapt.ai/agents.txt): MCP, skills, outcome vocabulary (`VERIFIED` / `HALTED` / `RECONCILIATION_REQUIRED`), who may resolve a halt
Expand Down