mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
refactor(runtime): keep runtime exports common only
This commit is contained in:
@@ -8,7 +8,7 @@ import type { AgentDefinition } from './agent-types'
|
||||
import { prepareClaudeCodeContext } from './claude'
|
||||
import { prepareCodexContext } from './codex'
|
||||
import { prepareHermesContext } from './hermes'
|
||||
import { prepareOpenClawContext } from './openclaw/prepare'
|
||||
import { prepareOpenClawContext } from './openclaw'
|
||||
|
||||
export interface PreparedAcpxAgentContext {
|
||||
cwd: string
|
||||
@@ -19,8 +19,7 @@ export interface PreparedAcpxAgentContext {
|
||||
useBrowserosMcp: boolean
|
||||
/**
|
||||
* Hostname the agent should use to reach the BrowserOS HTTP MCP server.
|
||||
* Default `127.0.0.1` is correct for host-process adapters (claude, codex,
|
||||
* Phase A host-mode hermes). Container-spawned adapters override this to
|
||||
* Default `127.0.0.1` is correct for host-process adapters. Container-spawned adapters override this to
|
||||
* `host.containers.internal` so the URL injected into ACP newSession's
|
||||
* mcpServers resolves from inside the container.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user