neuralos 2.9.5 → 2.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +21 -336
  2. package/bin/gybackend.cjs +2059 -1399
  3. package/package.json +6 -6
  4. package/bin/gybackend.js +0 -387870
package/README.md CHANGED
@@ -1,346 +1,31 @@
1
- # <img src="./demo_imgs/icon.png" width="40" height="40" align="center" style="margin-right: 10px;"> RTerm
1
+ # gybackend
2
2
 
3
- > **The AI-Native Terminal that thinks, executes, and collaborates with you.**
3
+ Backend runtime bootstrap workspace for GyShell (internal/development entry).
4
4
 
5
- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
6
- [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue)](#platforms)
7
- [![Shell](https://img.shields.io/badge/Shell-Zsh%20%7C%20Bash%20%7C%20PowerShell-orange)](#key-capabilities)
8
-
9
- English README | [中文 README](./README.zh-CN.md)
10
- Latest release notes: [`changelogs/v1.6.0.md`](./changelogs/v1.6.0.md)
11
-
12
- If you have any suggestions or questions, please feel free to submit them in [GitHub Discussions](https://github.com/MrOrangeJJ/RTerm/discussions).
13
-
14
- Usage guides:
15
- [`docs/mobile-web-usage.md`](./docs/mobile-web-usage.md) ·
16
- [`docs/tui-usage.md`](./docs/tui-usage.md) ·
17
- [`docs/gybackend-usage.md`](./docs/gybackend-usage.md)
18
-
19
- > [!WARNING]
20
- > **Active Development**: RTerm evolves quickly. If a version introduces history compatibility breaks, it will be called out explicitly in release notes.
21
-
22
- > [!NOTE]
23
- > **v1.4.0 upgrade note**: the first launch after upgrading from a pre-1.4.0 version may briefly block while RTerm migrates legacy JSON history into SQLite and writes timestamped backup files. v1.4.3 has no additional migration step.
24
-
25
- <p align="center">
26
- <img src="./demo_imgs/v1.6.0_dark.png" width="100%" alt="GyShell dark theme demo">
27
- </p>
28
- <p align="center">
29
- <img src="./demo_imgs/v1.6.0_light.png" width="100%" alt="GyShell light theme demo">
30
- </p>
31
- <p align="center">
32
- <video controls width="100%" src="https://github.com/user-attachments/assets/f9daf884-bda0-4a58-8a6d-934db0eddeb5"></video>
33
- </p>
34
-
35
- ---
36
-
37
- ## Why RTerm Is Different
38
-
39
- Most AI terminal tools either generate one-shot scripts, or run in isolated sandboxes detached from real shell workflows.
40
-
41
- RTerm is built for **persistent execution in your real terminal runtime**:
42
-
43
- - **Persistent execution loop**: observe output -> reason -> continue.
44
- - **Human-in-the-loop by design**: intervene anytime without breaking flow.
45
- - **Multi-tab orchestration**: compile, inspect logs, and run fixes in parallel tabs.
46
- - **Global tab inventory**: scan, reopen, drag, close, and create terminal/chat tabs from a dedicated list panel.
47
- - **Workspace persistence**: terminal tabs, panel layout, and saved layout slots can survive restarts and restore quickly.
48
- - **Detachable multi-window workspace**: peel panels into sub-windows and move tabs or whole panels across windows.
49
- - **Adaptive panel tab display**: keep full tab strips or switch to a compact selector for narrow panel headers.
50
- - **Reusable Agent setting profiles**: save and reapply complete operating profiles for models, tools, policies, memory, and workflow flags.
51
- - **Cross-chat context handoff**: reference previous conversations from the composer with `Pass Chat` mentions instead of manually copying history.
52
- - **Integrated file management**: browse, edit, copy, and transfer files across local and SSH sessions without leaving the workspace.
53
- - **Live resource visibility**: inspect CPU, memory, disks, network, processes, sockets, and GPU from local or SSH sessions.
54
- - **OpenClawd-style remote conversation control**: keep the runtime core on your own computer and steer it from anywhere through chat.
55
- - **Built-in mobile-web delivery**: desktop can publish the mobile-web companion directly over your LAN with copyable access links.
56
- - **Cross-surface runtime model**: desktop, TUI, and mobile-web share one gateway semantics.
57
- - **Profile lock safety**: busy sessions pin active model profile for consistency.
58
- - **Long-horizon context quality**: memory.md + compaction summaries + visible boundaries + deterministic fallback recovery keep long sessions understandable.
59
- - **Tooling-native workflow**: skills, MCP servers, and built-in tools are runtime primitives.
60
- - **Plugin system**: anyone can develop a custom plugin (agent tools, event triggers, dashboard panels) and have it auto-integrate on startup — 6 official plugins ship out of the box.
61
- - **SRE observability pillar**: metrics ledger, golden signals, SLO/error budgets, uptime watchdogs, incident ledger with RCA + postmortems, anomaly detection, capacity forecasting, and a unified live dashboard.
62
- - **APM + DEM + k8s/cloud infra**: OTLP distributed-trace store, Core Web Vitals (RUM), cluster health, and Windows ETW diagnostics.
63
- - **Governance & audit**: hash-chained tamper-evident audit ledger with Merkle-tree evidence sealing, an AGT-style YAML policy engine (allow/deny/escalate), and a maker/checker review model that independently verifies the agent's output for correctness, completeness, safety, compliance, and accuracy.
64
-
65
- ### At a Glance
66
-
67
- - **For shipping work**: not just planning, but iterative execution and correction.
68
- - **For long-running tasks**: preserves session continuity and state across steps.
69
- - **For real infrastructure**: shell, SSH, forwarding, file management, and multi-tab interactive terminal control.
70
- - **For multi-device flow**: desktop + TUI + mobile-web with shared gateway semantics.
71
- - **For multimodal workflows**: text and image inputs can be combined in one execution turn.
72
-
73
- ## Latest Highlights
74
-
75
- **v2.7.x — Governance, plugins & the maker/checker model:**
76
- - **Review model (maker/checker)** with a visible Settings UI — a second model independently verifies the action model's output (correctness, completeness, safety, compliance, accuracy); skipped when not configured for fast output.
77
- - **AGT policy engine** — YAML policies (allow/deny/escalate) evaluated before every consequential action, with a built-in safe default policy.
78
- - **Hash-chained audit ledger + Merkle evidence sealing** for tamper-evident, independently-verifiable audit trails.
79
- - **Monitor diagnostics** — one-call answer to "why aren't stats displaying?" per terminal.
80
-
81
- **v2.5–v2.6 — Plugin system + official plugin suite + APerf:**
82
- - **Plugin system** — custom plugins (agent tools, triggers, dashboard panels) auto-integrate on startup; 6 official plugins ship out of the box (patch-manager, request-router, sop-assistant, iam-connector, fraudops, netdata-rterm).
83
- - **AWS APerf deep-dive** — deploy aperf to any Linux host for deep performance profiling with agent RCA on the findings.
84
-
85
- **v2.0–v2.4 — The SRE pillar + advanced automation:**
86
- - **Full observability** — metrics ledger, golden signals, SLO/error budgets, uptime watchdogs, incident ledger (RCA + postmortems), anomaly detection, capacity forecasting, unified live dashboard.
87
- - **APM/DEM/infra/ETW** — OTLP traces, Core Web Vitals, k8s/cloud health, Windows ETW diagnostics.
88
- - **Advanced automation** — event-driven triggers (NATS mesh), DAG playbooks, parameterized runbooks, dagu workflows, MOP change management with automatic rollback.
89
-
90
- **v1.6.0 — Workspace foundation:**
91
-
92
- - **Global Tab List panel**
93
- - a new `TAB LIST` panel shows terminal and chat tabs as a vertical workspace inventory, with counts, status dots, latest-first ordering, drag/drop support, close actions, and quick creation for chat, local terminal, and saved-SSH terminal tabs
94
- - **Default workspace refresh**
95
- - new main layouts start with the list panel on the left, chat in the center, and terminal on the right, making tab-heavy sessions easier to scan immediately
96
- - **More predictable background terminal tabs**
97
- - local and SSH tabs created from the list panel can start in the background, stay visible in the global terminal inventory, bind to terminal panels when appropriate, and no longer unexpectedly take over linked filesystem or monitor panels
98
- - **Visible compaction boundaries**
99
- - long chats now persist and render a `[CTX COMPACTED]` marker at the actual retained-history cutoff across desktop, mobile-web, and TUI clients
100
- - **Deterministic compaction fallback**
101
- - when the compaction model fails or returns an empty summary, GyShell can recover with a local deterministic digest while preserving the protected tail and exporting exact older history for on-demand inspection when available
102
- - **Safer stream recovery**
103
- - empty non-tool provider stream finishes now retry through the normal path instead of silently ending a run with no answer, while valid empty tool-call finishes remain routable
104
- - **Terminal inventory stability**
105
- - terminal titles stay unique and stable across duplicate backend snapshots, concurrent terminal creation, explicit numeric suffixes, and detached-window terminal transfers
106
- - **Mobile-web runtime refresh**
107
- - Electron-packaged mobile-web assets were regenerated so desktop builds serve the updated client without requiring a separate mobile-web development server
108
-
109
- ---
110
-
111
- ## Key Capabilities
112
-
113
- ### AI-Native Runtime
114
-
115
- - Thinking-oriented execution for complex tasks.
116
- - Context-aware responses from terminal state and selected resources.
117
- - Per-profile model routing for `Global`, `Thinking`, `Action`, and `Compaction` roles.
118
- - Reusable Agent Setting profiles for model profile, security policy, tools, skills, memory, recursion, and experimental workflow flags.
119
- - Long-session context quality with dedicated compaction models, dynamic summaries, visible `[CTX COMPACTED]` boundary markers, and deterministic fallback recovery when model compaction is unavailable.
120
- - SQLite-backed conversation history with automatic one-time migration from legacy JSON storage.
121
- - AI-assisted terminal command drafting from recent tab context, with paste-before-run control.
122
- - Background (nowait) commands automatically notify the agent on completion, so the agent can close the loop without polling.
123
- - Terminal-targeting agent tools report runtime status and refuse stale operations on disconnected tabs until reconnect succeeds.
124
- - Reference previous conversations with `Pass Chat` mentions; GyShell exports the selected chat as private local Markdown and tells the agent how to read it only when needed.
125
- - Classic or Seamless chat activity display, depending on how much inline tool detail you want.
126
- - Persistent memory injection via `memory.md`, scoped to the active Agent Setting profile when one is applied.
127
- - Multimodal user input pipeline (text + images) for compatible models.
128
- - OpenAI-compatible model endpoint support, with automatic recovery from malformed empty tool-call stream finishes.
129
- - Optional experimental agent tools, including asynchronous cross-machine file transfer between terminal tabs with progress polling.
130
-
131
- ### Terminal + SSH + File Management
132
-
133
- - Shell support: Zsh, Bash, PowerShell.
134
- - Older Windows PowerShell environments now use more reliable sidecar-based command completion tracking for local and SSH sessions.
135
- - SSH support: password/key auth, proxy chaining, bastion workflows.
136
- - SSH sessions use protocol keepalive to reduce silent idle disconnects.
137
- - Port forwarding: local, remote, and dynamic SOCKS.
138
- - Agent can coordinate **multiple SSH/local terminal tabs** in parallel during one task.
139
- - Control-character operations for interactive terminal apps.
140
- - Draft a command for the current terminal tab from recent visible output, then paste it back without auto-running it.
141
- - Search within the active terminal buffer without leaving the panel.
142
- - Terminal tab restoration after backend restart, plus lossless output catch-up for renderer remount/reconnect within the same backend runtime.
143
- - Local terminal tabs auto-respawn their shell if it exits, so a local tab stays usable instead of going dead.
144
- - Disconnected SSH tabs can be reconnected in place from the tab right-click menu using their saved connection config.
145
- - **Integrated file browser panel**: browse, create, rename, delete, preview, sort, filter, and search files across local and SSH sessions.
146
- - **Cross-session file transfer** (copy/move) with real-time progress, cancellation, and adaptive SFTP tuning.
147
- - **Built-in file editor panel** for editing text files, plus inline preview of images (`png/jpg/gif/webp/bmp/ico/svg/avif`) and PDFs (with page navigation and zoom), all directly in the workspace.
148
- - **File row right-click menu** with Copy / Cut / Paste / Rename / Delete and **Copy Full Path(s)** to the system clipboard.
149
- - **Paste conflict resolution**: choose between **Overwrite** and **Keep Both** (auto-numbered names) when pasting into a folder with same-named items.
150
-
151
- ### Workspace + Monitoring
152
-
153
- - Detach panels into dedicated sub-windows and move tabs or whole panels across windows.
154
- - Use the global Tab List panel to scan terminal/chat inventory, restore unhosted tabs, drag tabs across layout targets, close tabs, and create new chat/local/SSH tabs without forcing a terminal panel to appear.
155
- - Save up to three workspace layout slots and restore them from the rail.
156
- - Optionally keep the computer awake while any chat session is running, with the system-sleep block released automatically when runs finish.
157
- - Chat tabs show a running indicator while a session is busy, mirroring terminal tab runtime-state dots.
158
- - Choose `Auto`, `Expanded`, or `Select` panel tab display modes based on how much header space your workspace has.
159
- - `Ctrl/Cmd+F` opens a panel-local find bar in terminal, current chat, file browser, and file editor.
160
- - Open a resource monitor panel for local and SSH terminals from the workspace rail.
161
- - Monitor panel surfaces CPU, memory, disk, network, process, socket, and GPU telemetry when available.
162
- - Monitor collection is shared across tabs that point at the same local or SSH target, with failover if the original source tab exits.
163
- - Monitor polling can be paused or resumed per local/SSH source, with the preference kept across restarts.
164
- - Compact monitor layouts now give GPU telemetry its own card with clearer VRAM usage details.
165
-
166
- ### Skills + MCP + Tools
167
-
168
- - Folder-based skills workflow compatible with agentskills-style structure.
169
- - Dynamic MCP server integration.
170
- - Precision editing tools for safe, targeted file updates.
171
- - Runtime tool toggles and summaries exposed to clients.
172
-
173
- ### Plugin System (v2.5+)
174
-
175
- - **Custom plugins** auto-integrate on startup: drop a folder with `plugin.json` + `index.mjs` into `~/.gybackend-data/plugins/` — the agent gets your tools, triggers, and dashboard panels immediately.
176
- - **6 official plugins ship out of the box** (21 tools, 10 triggers, 6 panels):
177
- - **patch-manager** — autonomous patch management (discover patches via yum/apt/Windows Update, build deployment plans, execute with MOP approval, fleet-wide compliance dashboard).
178
- - **request-router** — automated request handling (submit/approve/list requests with risk classification → auto-approve/queue/MOP routing).
179
- - **sop-assistant** — SOP retrieval + step-by-step guided execution; 8 built-in SOPs (restart-service, disk-cleanup, database-failover, incident-response, …) + IAM policy lookup.
180
- - **iam-connector** — IAM integration (user/group info, privileged access identification, access reviews, disable users with approval) on Linux + Windows.
181
- - **fraudops** — FraudOps operational layer (Flink/NATS/Kafka pipeline health, STR workflow with deadlines, decision summaries).
182
- - **netdata-rterm** — Netdata Cloud alert webhook ingestion + correlation with RTerm metrics/incidents for RCA and auto-remediation.
183
-
184
- ### SRE Observability (v2.0+)
185
-
186
- - **Metrics ledger** with per-second snapshots per host (cpu/mem/disk/net/load/gpu) and trend forecasting ("disk full in N days").
187
- - **Golden signals** per host (saturation/traffic/latency/errors) + capacity forecast.
188
- - **Uptime watchdogs** (tcp/ssh/http/command liveness), up/degraded/down with alerting.
189
- - **SLO/SLI** with error budget + burn rate + fast-burn alerting.
190
- - **Incident ledger** with timelines, AI root-cause analysis, and postmortems.
191
- - **Anomaly detection** (z-score + robust z-score) + predictive early warnings with optional MOP auto-remediation.
192
- - **APM** — OTLP distributed-trace store (per-service p50/95/99, error rate, bottleneck services).
193
- - **DEM/RUM** — Core Web Vitals (LCP/INP/CLS/TTFB) per page + error rate.
194
- - **k8s/cloud infra** — cluster health (pods, restarts, node readiness, cpu/mem % of limit).
195
- - **Windows ETW diagnostics** — built-in ETW providers (network/file/registry/process), agentless.
196
- - **UEBA behavior ledger** — agent run baselines + deviations (run-spike, token-blowout, error-spike, unusual-model).
197
- - **Embedded eval harness** — measures the agent's accuracy, tool selection, safety/policy compliance, and determinism.
198
- - **Unified live dashboard** + browser-renderable HTML dashboard.
199
- - **AWS APerf deep-dive** (v2.6+) — deploy aperf to any Linux host for deep CPU/PMU/process profiling with parsed findings feeding the agent's RCA.
200
-
201
- ### Governance, Audit & the Maker/Checker Model (v2.7+)
202
-
203
- - **Hash-chained audit ledger** — every agent action, command evaluation, approval, MOP change, and playbook step is recorded with the SHA-256 hash of the previous record (tamper-evident), plus **Merkle-tree evidence sealing** for independently-verifiable audit bundles.
204
- - **AGT policy engine** — YAML policies evaluated before every consequential action (allow/deny/escalate); glob action patterns, target wildcards (`prod-*`), agent identity + sponsoring principal for zero-trust.
205
- - **Review model (maker/checker)** — a second model independently verifies the action model's output on 5 dimensions: correctness, completeness, safety, compliance, and accuracy. Three modes (strict/advisory/auto-approve); skipped entirely when no review model is configured (fast output mode).
206
- - **Monitor diagnostics** — one-call answer to "why aren't stats displaying?" per terminal (publisher wired? session exists? collection stuck? connected? last-collect time?).
207
-
208
- ### Automation & Change Management
209
-
210
- - **Playbooks** with validation + automatic rollback; **DAG/orchestrated playbooks** with parallel waves.
211
- - **Event-driven triggers** (pattern/threshold/webhook/schedule) firing playbooks or proposing MOP changes, with cooldown + concurrency caps.
212
- - **MOP change management** — plan → approve → run → status with a durable change ledger and automatic rollback on validation failure.
213
- - **Scheduled tasks** (5-field cron) running headless inside the daemon.
214
- - **dagu workflows** — run declarative dagu YAML DAGs natively on the orchestrated playbook engine, no dagu server required.
215
- - **Parameterized runbooks** with `{{param}}` substitution + secret masking; idempotent `desiredState` steps; cross-host `captureVar`.
216
- - **NATS event mesh** — fleet-wide trigger fan-out across multiple RTerm backends.
217
-
218
- ### Mobile-Web Companion
219
-
220
- - Mobile-first remote client for active session tracking and steering.
221
- - Desktop can serve the mobile-web companion directly and expose copyable access links from settings.
222
- - OpenClawd-style conversational control from anywhere while your core runtime stays on your own machine.
223
- - Session list with search and status hints.
224
- - Pending approval badge with jump-to-blocked-session behavior, plus task-completion toasts.
225
- - Conversation rollback and branch-from-message controls from mobile.
226
- - Swipe-to-delete session flow for faster mobile cleanup.
227
- - Read-only terminal output tails with unread indicators, local/saved-SSH terminal creation, and SSH reconnect.
228
- - Detailed turn event inspection from phone browser.
229
- - Tool, skill, Agent Setting profile, terminal, and settings access through gateway RPC.
230
- - Long chat timelines avoid full-list rerenders during composer input, keeping history-heavy mobile sessions responsive.
231
- - Gateway exposure can now be limited to localhost, LAN-only, custom CIDR ranges, or all interfaces.
232
-
233
- ---
234
-
235
- ## Platforms
236
-
237
- 1. **Electron desktop app** (`apps/electron`)
238
- 2. **Standalone backend runtime** (`apps/gybackend`)
239
- 3. **Deprecated TUI runtime** (`apps/tui` wrapper + `packages/tui` core)
240
- 4. **Mobile-web runtime** (`apps/mobile-web` wrapper + `packages/mobile-web` core)
241
-
242
- ### Which Surface Should You Use?
243
-
244
- - **Desktop app**: primary full-featured experience for daily development.
245
- - **TUI (`gyll`)**: deprecated and unsupported. Desktop packages no longer bundle or install `gyll`.
246
- - **Mobile-web**: OpenClawd-style remote conversational control from phone/browser.
247
-
248
- ---
249
-
250
- ## Quick Start
251
-
252
- ### Prerequisites
253
-
254
- - Node.js 18+
255
- - npm
256
-
257
- ### Development
5
+ ## Run
258
6
 
259
7
  ```bash
260
- git clone https://github.com/MrOrangeJJ/RTerm.git
261
- cd RTerm
262
- npm install
263
- npm run dev
8
+ npm --workspace @gyshell/gybackend run build
9
+ npm --workspace @gyshell/gybackend run start
264
10
  ```
265
11
 
266
- ### One-line Mental Model
267
-
268
- `RTerm = persistent AI runtime + real terminal control + human override at any time.`
269
-
270
- ### Mobile-web development
271
-
272
- ```bash
273
- npm run dev:mobile-web
274
- ```
275
-
276
- ---
277
-
278
- ## Deprecated CLI (`gyll`)
279
-
280
- After installing and launching RTerm desktop once, `gyll` is available from the desktop runtime setup.
281
-
282
- When an existing user updates from a version that installed desktop-managed `gyll` launchers, the updated app removes those legacy launchers on startup while leaving any shell profile PATH block untouched.
283
-
284
- ---
285
-
286
- ## Architecture Notes
287
-
288
- RTerm follows strict layering:
289
-
290
- - `packages/*`: implementation logic.
291
- - `apps/*`: composition/bootstrap/build wrappers.
292
- - Frontend logic does not belong in `packages/backend`.
293
-
294
- Core runtime chain (simplified):
295
-
296
- 1. `startElectronMain` (desktop composition root)
297
- 2. `GatewayService` (session runtime + transport-agnostic orchestration)
298
- 3. `WebSocketGatewayControlService` (policy-based ws gateway control)
299
- 4. `WebSocketGatewayAdapter` / `ElectronWindowTransport` (transport implementations)
300
- 5. Client controllers in TUI and mobile-web
301
-
302
- See:
303
-
304
- - `docs/monorepo-architecture.md`
305
- - `docs/build-commands.md`
306
-
307
- ## Privacy and Update Policy
308
-
309
- - Version checks query only this repository's GitHub `version.json`.
310
- - No third-party auto-update endpoint is used.
311
- - Version check is the only automatic background network request.
312
-
313
- ## Read More
314
-
315
- - Release notes: `changelogs/v1.6.0.md`
316
- - Build matrix and packaging: `docs/build-commands.md`
317
- - Monorepo boundaries and runtime flow: `docs/monorepo-architecture.md`
318
-
319
- ---
320
-
321
- ## Build and Packaging
322
-
323
- - `npm run build`
324
- - `npm run build:backend`
325
- - `npm run build:tui`
326
- - `npm run build:mobile-web`
327
- - `npm run dist`
328
- - `npm run dist:mac`
329
- - `npm run dist:win`
330
- - `npm run dist:linux`
331
- - `npm run dist:linux-arm64`
332
- - `./build.sh --help`
333
-
334
- For the full command matrix and packaging notes, see `docs/build-commands.md`.
335
-
336
- ---
337
-
338
- ## License
12
+ This workspace is mainly for repository development and runtime debugging. End users should use the desktop app. `gyll` / CLI TUI is deprecated and unsupported.
339
13
 
340
- This project is licensed under the **Apache License, Version 2.0** ([LICENSE](./LICENSE)).
14
+ ## Environment Variables
341
15
 
342
- Special acknowledgment: inspirations and references from [Tabby](https://github.com/Eugeny/tabby) (MIT).
16
+ - `GYBACKEND_WS_HOST` (default `0.0.0.0`)
17
+ - `GYBACKEND_WS_PORT` (default `17888`)
18
+ - `GYBACKEND_DATA_DIR` (default `./.gybackend-data` under current working directory)
19
+ - `GYBACKEND_BOOTSTRAP_LOCAL_TERMINAL` (default `true`)
20
+ - `GYBACKEND_TERMINAL_ID` (default `local-main`)
21
+ - `GYBACKEND_TERMINAL_TITLE` (default `Local`)
22
+ - `GYBACKEND_TERMINAL_CWD` (optional)
23
+ - `GYBACKEND_TERMINAL_SHELL` (optional)
24
+ - `GYBACKEND_MODEL` (optional bootstrap model name)
25
+ - `GYBACKEND_API_KEY` (optional bootstrap model API key)
26
+ - `GYBACKEND_BASE_URL` (optional bootstrap model base URL)
343
27
 
344
- ---
28
+ ## Notes
345
29
 
346
- **RTerm** - _The shell that thinks with you._
30
+ - gybackend delegates shared backend behavior to `packages/backend`.
31
+ - MCP runtime is active through the shared backend core.