-
Notifications
You must be signed in to change notification settings - Fork 10
Rename 'Oz agent' to 'agent' / 'Warp Agent' across docs #68
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 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
848d51b
Rename 'Oz agent' terminology across non-platform docs
rachaelrenk baed9ed
Rename 'Oz agent' terminology in source-of-truth and infrastructure f…
rachaelrenk 0feb098
Rename 'Oz agent' terminology in agent-platform content docs
rachaelrenk 7881246
Merge branch 'orchestrator/rename-oz-agent-platform-docs' into rename…
rachaelrenk 569f349
Merge branch 'orchestrator/rename-oz-agent-other-docs' into rename-oz…
rachaelrenk f8f4e0f
Fix merge conflict in pricing-faqs.mdx and improve style linter
rachaelrenk 894529e
Merge branch 'main' into rename-oz-agent-to-warp-agent
rachaelrenk f3ee766
Address review feedback: retire 'Ambient Agents' term, remove 'ambien…
rachaelrenk f10968e
Codify 'Ambient Agents' deprecation across all style enforcement surf…
rachaelrenk 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,7 @@ For the summary of the most critical terms (core features, Oz terms, terms to av | |
|
|
||
| ## Agent concepts | ||
|
|
||
| - **Ambient Agents** — Oz agents that run automatically in the background on a schedule or trigger, without interactive input. | ||
| - **Ambient Agents** — Agents that run automatically in the background on a schedule or trigger, without interactive input. | ||
| *Usage note:* Capitalize as a feature/section name. Use lowercase "ambient agents" only when describing the generic concept of agents running in the background. | ||
|
|
||
| - **Agent Profiles** — Saved configurations that define how an Agent runs (for example, permissions and model selection). | ||
|
|
@@ -121,33 +121,33 @@ For the summary of the most critical terms (core features, Oz terms, terms to av | |
|
|
||
| ## Oz terminology | ||
|
|
||
| ### Oz vs Warp | ||
| ### Warp Agent vs Oz | ||
|
|
||
| - **Warp** is the terminal and coding surface | ||
| - **Oz** is Warp's programmable agent for running and coordinating agents at scale | ||
| - **Warp Agent** — Warp's built-in agent harness. Use "Warp Agent" when specifically referring to the built-in harness, especially when contrasting with third-party agents (Claude Code, Codex, etc.), or when referencing the Settings label (**Settings** > **Agents** > **Warp Agent**). | ||
| - **Oz** — Warp's programmable platform for running and coordinating agents at scale | ||
| - There is typically one Warp environment per user session. Oz can run many agents concurrently, across machines, repos, and teams. | ||
|
|
||
| ### Core Oz terms | ||
| ### Core terms | ||
|
|
||
| - **Environment** — The execution context for an Oz agent, including repo access, dependencies, secrets, compute, and runtime configuration. | ||
| - **agent** — A combination of agent instructions (skill or prompt), trigger (cron, webhook, manual), environment (local, cloud), profile, and host. Agents can be local or cloud, and interactive or ambient. Use lowercase "agent" in most contexts; use "Warp Agent" only when referring specifically to the built-in Warp harness. | ||
| *Example:* Launch an agent from the CLI, the web app, an API or SDK, or directly inside Warp. | ||
|
|
||
| - **Oz** — Warp's programmable agent for running and coordinating agents at scale. | ||
| *Example:* With Oz, you can orchestrate multiple agents to automate and parallelize complex workflows. | ||
| - **cloud agent** — An agent running in the cloud, from a trigger, schedule, or started from someone's local machine. Cloud agents can be interactive or ambient. | ||
|
|
||
| - **Oz agent** — A combination of agent instructions (skill or prompt), trigger (cron, webhook, manual), environment (local, cloud), profile, and host. Agents can be local or cloud, and interactive or ambient. | ||
| *Example:* Launch an Oz agent from the CLI, the web app, an API or SDK, or directly inside Warp. | ||
| - **conversation** — An interactive execution lifecycle within the Warp Terminal, regardless of whether it's local or in the cloud. | ||
|
|
||
| - **Oz cloud agent** — An Oz agent running in the cloud, from a trigger, schedule, or started from someone's local machine. Cloud agents can be interactive or ambient. | ||
| - **Environment** — The execution context for an agent, including repo access, dependencies, secrets, compute, and runtime configuration. | ||
|
|
||
| - **Oz conversation** — An interactive execution lifecycle within the Warp Terminal. An Oz conversation is interactive, started in the terminal regardless of whether it's local or in the cloud. | ||
| - **Oz** — Warp's programmable platform for running and coordinating agents at scale. | ||
| *Example:* With Oz, you can orchestrate multiple agents to automate and parallelize complex workflows. | ||
|
|
||
| - **Oz dashboard** — The app surface to manage all Oz runs, unified across the Warp app and web. | ||
|
|
||
| - **Oz run** — A single execution lifecycle of an Oz agent, including actions, outputs, and logs. An Oz run is always ambient and cloud-based. | ||
| - **Oz run** — A single execution lifecycle of an agent, including actions, outputs, and logs. An Oz run is always ambient and cloud-based. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should get rid of this "ambient" messaging - that's no longer a thing |
||
|
|
||
| - **Oz subagent** — A child Oz agent created by a parent Oz agent to parallelize or delegate work. | ||
| - **Oz web app** — The web app for configuring agents and managing runs. | ||
|
|
||
| - **Oz web app** — The web app for configuring Oz agents and managing runs. | ||
| - **subagent** — A child agent created by a parent agent to parallelize or delegate work. | ||
|
|
||
| ### Oz CLI commands | ||
|
|
||
|
|
@@ -167,10 +167,14 @@ For the summary of the most critical terms (core features, Oz terms, terms to av | |
|
|
||
| ### Terms to avoid | ||
|
|
||
| - ❌ "Ozzies" → Use "Oz agents", "instances", or "Oz subagents" | ||
| - ❌ "Deploying an Oz" → Use "Deploying an Oz agent" | ||
| - ❌ "The Oz Agent" → Use "An Oz agent" or "A parent Oz agent" | ||
| - ❌ "Oz is running" → Use "An Oz agent is running" or "A run is in progress" | ||
| - ❌ "Oz agent" / "Oz agents" → Use "agent" / "agents" (or "Warp Agent" / "Warp Agents" when referring to the built-in harness) | ||
| - ❌ "Oz cloud agent" → Use "cloud agent" | ||
| - ❌ "Oz subagent" → Use "subagent" | ||
| - ❌ "Oz conversation" → Use "conversation" | ||
| - ❌ "Ozzies" → Use "agents", "instances", or "subagents" | ||
| - ❌ "Deploying an Oz" → Use "Deploying an agent" | ||
| - ❌ "The Oz Agent" → Use "the agent" or "the Warp Agent" | ||
| - ❌ "Oz is running" → Use "An agent is running" or "A run is in progress" | ||
| - ❌ "AI agents" → Use "agents" (the "AI" prefix is redundant) | ||
|
|
||
| ## Platform terms | ||
|
|
||
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
we should change this to something closer to oz cloud agents