Crate cellstate

Crate cellstate 

Source
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 ๐Ÿ”’