abefore_agent(
self,
state: ShellToolState[ResponseT],
runtime: Runtime[ContextT]
) | Name | Type | Description |
|---|---|---|
state* | ShellToolState[ResponseT] | |
runtime* | Runtime[ContextT] |
Async start the shell session and run startup commands.
The current agent state.
The runtime context.