Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/api/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -10945,6 +10945,13 @@ Generic environment provider executor config. External packages implement

> `optional` **registry?**: [`AgentEnvironmentProviderRegistry`](runtime/environment-provider.md#agentenvironmentproviderregistry)

##### steering?

> `optional` **steering?**: [`SandboxSteeringOptions`](#sandboxsteeringoptions)

Compose the provider through the existing steerable sandbox session.
The provider still owns environment creation and session semantics.

***

### RouterToolsSeam
Expand Down
8 changes: 8 additions & 0 deletions docs/api/runtime/environment-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Options for exposing an `AgentEnvironmentProvider` through the legacy sandbox cl

**`Experimental`**

##### requireSession?

> `optional` **requireSession?**: `boolean`

**`Experimental`**

Require declared live continuation plus concrete session controls.

##### mapCreateOptions?

> `optional` **mapCreateOptions?**: (`options`) => `Partial`\<`CreateAgentEnvironmentInput`\>
Expand Down
Loading