# `AgentSessionManager.Adapters.ShellAdapter`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.8.0/lib/agent_session_manager/adapters/shell_adapter.ex#L1)

Provider adapter for shell command execution.

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

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

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

# `stop`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
