Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
llmbox
command
Command llmbox runs a server that manages sandboxed Claude containers ("llmboxes") and lets an end user authenticate each one via OAuth in their browser — never routing the OAuth secret through the chatbot.
|
Command llmbox runs a server that manages sandboxed Claude containers ("llmboxes") and lets an end user authenticate each one via OAuth in their browser — never routing the OAuth secret through the chatbot. |
|
Package hookproto defines the JSON wire protocol spoken between llmbox and the external hook executables it runs at box lifecycle events.
|
Package hookproto defines the JSON wire protocol spoken between llmbox and the external hook executables it runs at box lifecycle events. |
|
internal
|
|
|
cluster
Package cluster implements llmbox's hub-and-spoke model: a single hub (the MCP front-end the chatbot talks to) drives box operations on one or more spokes, each of which owns a local Docker daemon.
|
Package cluster implements llmbox's hub-and-spoke model: a single hub (the MCP front-end the chatbot talks to) drives box operations on one or more spokes, each of which owns a local Docker daemon. |
|
config
Package config loads llmbox's YAML configuration file.
|
Package config loads llmbox's YAML configuration file. |
|
docker
Package docker wraps the Docker Engine API to manage the lifecycle of "llmboxes": containers that run Claude Code in remote-control mode, each authenticated by an end user via OAuth.
|
Package docker wraps the Docker Engine API to manage the lifecycle of "llmboxes": containers that run Claude Code in remote-control mode, each authenticated by an end user via OAuth. |
|
hooks
Package hooks runs external hook executables at box lifecycle events.
|
Package hooks runs external hook executables at box lifecycle events. |
|
server
Package server ties the Docker box manager to two front-ends that share one process:
|
Package server ties the Docker box manager to two front-ends that share one process: |
Click to show internal directories.
Click to hide internal directories.