Skip to content
Draft
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 REPOSITORY_LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ admission. The admission overlay does not rewrite repository history.
| `openadapt-flow` | **Beta** | Canonical compiler and governed runtime |
| `openadapt-desktop` | **Beta** | Desktop cockpit for local recording, qualification, execution, evidence review, and governed repair |
| `openadapt-cloud` | **Beta** | Proprietary control plane for managed browser and customer-controlled execution, attended operations, evidence, usage, and billing |
| `openadapt-capture` | **Experimental** | Optional native recorder |
| `openadapt-capture` | **Beta** | Canonical native screen, input, timing, window-scoped, media, and supported structural-evidence recorder for Desktop and Flow |
| `openadapt-agent` | **Beta** | Local MCP and Agent Skills bridge for compiled, governed Flow workflows |
| `openadapt-privacy` | **Experimental** | Optional scrubbing component |
| `openadapt-types` | **Experimental** | Interoperability schemas |
Expand Down
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ before extrapolating either result.
| **Open-source product** | **Beta** | [`OpenAdapt`](https://github.com/OpenAdaptAI/OpenAdapt) installs the unified CLI; [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow) is the canonical compiler and governed runtime. |
| **Desktop cockpit** | **Beta** | [`openadapt-desktop`](https://github.com/OpenAdaptAI/openadapt-desktop) provides local recording, qualification, execution, evidence review, and governed repair. Native installers are published from its releases page. |
| **Cloud control plane** | **Beta** | [`app.openadapt.ai`](https://app.openadapt.ai/) provides managed browser execution plus workflow, evidence, attended-operation, usage, and billing surfaces for customer-controlled execution. Its implementation repository is private. |
| **Native capture** | **Experimental** | [`openadapt-capture`](https://github.com/OpenAdaptAI/openadapt-capture) is the canonical native screen, input, timing, and window-scoped recording component used by Desktop and Flow. |
| **Native capture** | **Beta** | [`openadapt-capture`](https://github.com/OpenAdaptAI/openadapt-capture) is the canonical native screen, input, timing, window-scoped, media, and supported structural-evidence recorder used by Desktop and Flow. |
| **Agent bridge** | **Beta** | [`openadapt-agent`](https://github.com/OpenAdaptAI/openadapt-agent) exposes compiled Flow workflows as local MCP tools and Agent Skills without becoming a second runtime. |
| **Documentation** | **Beta** | [`docs.openadapt.ai`](https://docs.openadapt.ai) is the canonical journey-led site; [`openadapt-ops`](https://github.com/OpenAdaptAI/openadapt-ops) is its **Internal** publishing source. |
| **Evidence and evaluation** | **Research** | [`openadapt-evals`](https://github.com/OpenAdaptAI/openadapt-evals) contains evaluation infrastructure. Runnable references live in [`openadapt-flow/docs/showcase`](https://github.com/OpenAdaptAI/openadapt-flow/tree/main/docs/showcase), with methods and evidence under [`benchmark`](https://github.com/OpenAdaptAI/openadapt-flow/tree/main/benchmark). |
Expand Down
6 changes: 3 additions & 3 deletions repository-lifecycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public_metadata:
Beta Desktop cockpit for recording, qualification, local execution,
evidence, and governed repair across OpenAdapt workflows.
openadapt-capture: >-
Native screen, input, timing, and window-scoped recording for OpenAdapt
Desktop and Flow. Experimental component.
Beta canonical native screen, input, timing, window-scoped, media, and
supported structural-evidence recorder for OpenAdapt Desktop and Flow.
openadapt-agent: >-
Beta local bridge exposing governed OpenAdapt workflows as MCP tools and
Agent Skills; halts remain halts.
Expand All @@ -31,9 +31,9 @@ lifecycle:
- openadapt-flow
- openadapt-cloud
- openadapt-desktop
- openadapt-capture
- openadapt-agent
experimental:
- openadapt-capture
- openadapt-privacy
- openadapt-types
- openadapt-console
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"openadapt-flow": "beta",
"openadapt-desktop": "beta",
"openadapt-agent": "beta",
"openadapt-capture": "experimental",
"openadapt-capture": "beta",
"OpenAdapter": "archived",
"OpenReflector": "archived",
}
Expand Down