CellState
Documentation Home
Overview
Quick Start
Mental Model
For Vibe Coders
For Agents
Architecture
Architecture
Guides
Operations Guide
API Reference
OpenAPI Reference
Dependency Graph
Rust API
cellstate (crate root)
M
client
S
CellstateClient
E
ResponseFormat
M
commands
M
index
M
index
M
index
M
index
M
index
S
DetectedEnv
S
EmitArgs
S
HealthResponse
S
InspectArgs
S
NoteItem
S
NoteListResponse
S
PackArgs
S
ValidateArgs
E
EmitFormat
E
PackCommand
E
Sdk
f
cellstate_dir
f
compose_path
f
discover_contracts
f
discover_markdowns
f
docker_compose_cmd
f
emit_all
f
ensure_compose_file
f
install_python
f
install_rust
f
install_sdks
f
install_ts
f
print_snapshot
f
run
f
run
f
run
f
run
f
run
f
run_emit
f
run_validate
f
stop
f
version_of
f
wait_for_api
f
walkdir
f
write_env_file
f
write_output
C
CONFIG_TOML
C
DOCKER_COMPOSE_TEMPLATE
C
ENV_EXAMPLE
C
GITIGNORE_ADDITION
C
LOCAL_API_KEY
C
LOCK_INIT
M
error
S
ApiErrorBody
E
Error
ty
Result
M
http
f
default_http_client
C
DEFAULT_BASE_URL
M
types
S
AgentResponse
S
ArtifactResponse
S
AssembleContextRequest
S
AssembleContextResponse
S
CommitMemoryRequest
S
CommitMemoryResponse
S
ContextSegment
S
CreateAgentRequest
S
CreateArtifactRequest
S
CreateNoteRequest
S
CreateScopeRequest
S
CreateTrajectoryRequest
S
CreateTurnRequest
S
ListParams
S
ListResponse
S
NoteResponse
S
RecallRequest
S
RecallResponse
S
RecallResult
S
ScopeResponse
S
TrajectoryResponse
S
TurnResponse
S
UpdateArtifactRequest
S
UpdateNoteRequest
S
UpdateScopeRequest
S
UpdateTrajectoryRequest
M
ui
f
fail
f
fail_spinner
f
finish_spinner
f
info
f
kv
f
kv_missing
f
kv_ok
f
ok
f
print_banner
f
print_header
f
section
f
spinner
f
step
f
success_box
f
warn
C
CELLSTATE_ASCII
C
TAGLINE
Root Items
S
Agent
S
AgentId
S
Artifact
S
ArtifactId
S
Cli
S
ContentHash
S
ContextAssembler
S
ContextPackage
S
ContextWindow
S
DagPosition
S
EventHeader
S
EventKind
S
MemoryCommit
S
Note
S
NoteId
S
PCPConfig
S
PCPRuntime
S
RecallService
S
Scope
S
ScopeId
S
ScoringComponent
S
ScoringDebug
S
ScoringWeights
S
SourceQuality
S
TenantId
S
TokenBudget
S
Trajectory
S
TrajectoryId
S
Turn
S
TurnId
E
AbstractionLevel
E
AgentStatus
E
ArtifactType
E
Commands
E
Effect
E
EntityType
E
ErrorEffect
E
ExtractionMethod
E
NoteType
E
TrajectoryStatus
E
TTL
E
TurnRole
T
EntityIdType
f
main
ty
RawContent
ty
Timestamp
Rust API
/
ui
/
success_box
Function
success_
box
Source
pub fn success_box(title: &
str
, lines: &[&
str
])