AgentSessionManager.Adapters.ShellAdapter (AgentSessionManager v0.8.0)

Copy Markdown View Source

Provider adapter for shell command execution.

Implements the ProviderAdapter behaviour, enabling shell commands to participate in the full SessionManager lifecycle.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

@spec start_link(keyword()) :: GenServer.on_start()

stop(server)

@spec stop(GenServer.server()) :: :ok