|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>Agent Workspace | All Your Agents, One Workspace</title> |
7 | 7 | <meta name="description" content="Run multiple CLI agents in parallel across repos with full local control. Agent Workspace runs locally; model inference runs through the providers and CLIs you choose."> |
| 8 | + <meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1"> |
| 9 | + <link rel="canonical" href="https://agent-workspace.ai/"> |
8 | 10 |
|
9 | 11 | <!-- Open Graph --> |
10 | 12 | <meta property="og:type" content="website"> |
|
20 | 22 | <meta name="twitter:description" content="Run multiple CLI agents in parallel across repos. Agent Workspace runs locally on your machine, while model requests use your selected providers and CLI accounts."> |
21 | 23 | <meta name="twitter:image" content="https://agent-workspace.ai/assets/og-card.png"> |
22 | 24 |
|
| 25 | + <script type="application/ld+json"> |
| 26 | + { |
| 27 | + "@context": "https://schema.org", |
| 28 | + "@type": "SoftwareApplication", |
| 29 | + "name": "Agent Workspace", |
| 30 | + "applicationCategory": "DeveloperApplication", |
| 31 | + "operatingSystem": "Windows, macOS, Linux, Web", |
| 32 | + "url": "https://agent-workspace.ai/", |
| 33 | + "downloadUrl": "https://github.com/web3dev1337/agent-workspace/releases/latest", |
| 34 | + "description": "Agent Workspace is a local-first control plane for running multiple CLI coding agents across repositories and worktrees.", |
| 35 | + "isAccessibleForFree": true, |
| 36 | + "offers": { |
| 37 | + "@type": "Offer", |
| 38 | + "price": "0", |
| 39 | + "priceCurrency": "USD" |
| 40 | + }, |
| 41 | + "publisher": { |
| 42 | + "@type": "Organization", |
| 43 | + "name": "Agent Workspace Maintainers", |
| 44 | + "url": "https://github.com/web3dev1337/agent-workspace" |
| 45 | + }, |
| 46 | + "sameAs": [ |
| 47 | + "https://github.com/web3dev1337/agent-workspace", |
| 48 | + "https://github.com/sponsors/web3dev1337" |
| 49 | + ], |
| 50 | + "screenshot": "https://agent-workspace.ai/assets/home-page-windows.png" |
| 51 | + } |
| 52 | + </script> |
| 53 | + |
23 | 54 | <link rel="icon" href="assets/favicon.svg" type="image/svg+xml"> |
24 | 55 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
25 | 56 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
@@ -107,6 +138,12 @@ <h1 class="mega-title"> |
107 | 138 | <div class="integration-content reveal"> |
108 | 139 | <h2 class="section-title">A GUI for your TUIs.</h2> |
109 | 140 | <p class="section-desc">Bring your CLIs. <span class="text-cyan">Agent Workspace</span> wraps your preferred terminal tools — run them side by side in the same workspace with your existing local auth and provider accounts.</p> |
| 141 | + <p class="section-desc"><strong>Compatibility rule:</strong> if a tool can be launched from a terminal command in your worktree, it can run in Agent Workspace.</p> |
| 142 | + <ul class="cli-compat-list"> |
| 143 | + <li>Common examples: Claude Code, Codex CLI, Gemini CLI, OpenCode, Grok CLI.</li> |
| 144 | + <li>Also works with command-driven CLIs and scripts (for example Aider, Goose, or custom repo scripts).</li> |
| 145 | + <li>If a tool starts with a command, Agent Workspace can host it in a terminal pane.</li> |
| 146 | + </ul> |
110 | 147 |
|
111 | 148 | <div class="cli-grid"> |
112 | 149 | <div class="cli-card"> |
@@ -254,6 +291,16 @@ <h3 class="feature-title text-cyan">Runs Locally, Models by Provider</h3> |
254 | 291 | </div> |
255 | 292 | </article> |
256 | 293 |
|
| 294 | + <article class="feature-card reveal" style="--delay: 0.03s"> |
| 295 | + <div class="feature-copy"> |
| 296 | + <h3 class="feature-title">Quick Answers</h3> |
| 297 | + <p class="feature-desc"><strong>Does Agent Workspace run locally?</strong> Yes. Sessions, workspaces, worktrees, and orchestration run on your machine.</p> |
| 298 | + <p class="feature-desc"><strong>Where does model inference run?</strong> Through the AI provider CLIs and accounts you configure.</p> |
| 299 | + <p class="feature-desc"><strong>Can it manage multiple repositories and worktrees?</strong> Yes. You can run one or many repositories with multiple worktrees in the same workspace.</p> |
| 300 | + <p class="feature-desc"><strong>Can I jump straight to GitHub diffs and PRs?</strong> Yes. The review workflow supports direct links to GitHub diffs and PR pages.</p> |
| 301 | + </div> |
| 302 | + </article> |
| 303 | + |
257 | 304 | <article class="feature-card reveal" style="--delay: 0.05s"> |
258 | 305 | <div class="feature-copy"> |
259 | 306 | <h3 class="feature-title text-blue-deep">Native Terminal Grid + Worktree Sidebar</h3> |
@@ -369,13 +416,13 @@ <h3 class="feature-title">Multi-Tab Workspaces</h3> |
369 | 416 | <p class="feature-desc">Open multiple workspaces at once in browser-like tabs. Switch contexts without killing sessions, and keep each workspace state isolated while terminals continue running in the background.</p> |
370 | 417 | </div> |
371 | 418 | <div class="feature-visual tabs-visual" aria-hidden="true"> |
372 | | - <img class="tab-strip-inline" src="assets/workspace-tabs-windows.png" alt=""> |
| 419 | + <img class="tab-strip-inline" src="assets/workspace-tabs-windows.png" alt="Browser-like tabs showing two active workspaces in Agent Workspace"> |
373 | 420 | <div class="tabs-side-by-side"> |
374 | 421 | <figure class="tabs-shot"> |
375 | | - <img src="assets/home-page-windows.png" alt=""> |
| 422 | + <img src="assets/home-page-windows.png" alt="Workspace 1 with multiple agent terminals and worktree sidebar"> |
376 | 423 | </figure> |
377 | 424 | <figure class="tabs-shot"> |
378 | | - <img src="assets/workspace2-windows.png" alt=""> |
| 425 | + <img src="assets/workspace2-windows.png" alt="Workspace 2 running a separate set of worktrees and agent sessions"> |
379 | 426 | </figure> |
380 | 427 | </div> |
381 | 428 | </div> |
|
0 commit comments