Skip to content

Commit 0c17284

Browse files
docs: replace ASCII diagram with SVG for saas_runtime_mode
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent e0767d0 commit 0c17284

2 files changed

Lines changed: 38 additions & 17 deletions

File tree

Lines changed: 35 additions & 0 deletions
Loading

sdk/guides/agent-server/workspace-types.mdx

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,9 @@ For advanced orchestration, you may want to run SDK scripts *inside* a Cloud san
114114

115115
This uses `saas_runtime_mode=True`. See [SaaS Runtime Mode](/sdk/guides/agent-server/cloud-workspace#saas-runtime-mode) for the full pattern.
116116

117-
```
118-
┌─────────────────────────────────────────────────────────────┐
119-
│ Your Orchestrator (CI, scheduler, or parent agent) │
120-
│ └── Creates sandbox, uploads script, triggers execution │
121-
└─────────────────────────────────────────────────────────────┘
122-
123-
124-
┌─────────────────────────────────────────────────────────────┐
125-
│ OpenHands Cloud Sandbox │
126-
│ ┌───────────────────────────────────────────────────────┐ │
127-
│ │ Your SDK script (saas_runtime_mode=True) │ │
128-
│ │ └── Connects to local agent-server │ │
129-
│ │ └── Inherits LLM/secrets from Cloud account │ │
130-
│ │ └── Sends callback on completion │ │
131-
│ └───────────────────────────────────────────────────────┘ │
132-
└─────────────────────────────────────────────────────────────┘
133-
```
117+
<Frame>
118+
<img src="/sdk/guides/agent-server/images/saas-runtime-mode.svg" alt="SaaS Runtime Mode orchestration pattern" />
119+
</Frame>
134120

135121
### Enterprise: Self-Managed Infrastructure
136122

0 commit comments

Comments
 (0)