Expand description
CELLSTATE CLI โ Universal installer and local development tool.
Install: curl -fsSL https://cellstate.batterypack.dev/install | sh
Commands: cellstate setup <- Interactive first-run installer (detect env, install SDKs) cellstate init <- Scaffold .cellstate/ config in current project cellstate start <- Start local CELLSTATE server (Docker) cellstate stop <- Stop local CELLSTATE server cellstate inspect <- View live memory state cellstate use <- Set or display session scope cellstate status <- Show session state and server connectivity cellstate trajectory <- Manage trajectories cellstate agent <- Manage agents cellstate note <- Manage notes cellstate context <- Context commit and recall
Modulesยง
- commands ๐
- entity ๐
- Entity command module โ CLI subcommands built from the entity registry.
- http ๐
- Shared HTTP client helpers used by multiple CLI commands.
- session ๐
- Persistent CLI session state.
- ui ๐
- Shared UI primitives: ASCII art, colors, spinners, and styled output.
Structsยง
- Cli ๐
Enumsยง
- Commands ๐
Constantsยง
- ENTITY_
COMMANDS ๐ - Entity command names that are handled by the builder-API entity module.
Functionsยง
- is_
entity_ ๐command - main ๐