GCCWorkspace — persistent versioned memory workspace for LLM agents.
cortexa — Git-inspired context management. Based on arXiv:2508.00031.
Summary
Functions
BRANCH — create an isolated reasoning workspace.
COMMIT — checkpoint a milestone on the current branch.
CONTEXT — hierarchical memory retrieval.
Initialize a fresh .GCC workspace.
List all branches.
Attach to an existing .GCC workspace.
Append an OTA cycle to the current branch.
MERGE — integrate a branch back into a target.
Create a new workspace handle.
Switch to an existing branch.
Types
Functions
BRANCH — create an isolated reasoning workspace.
@spec commit(t(), String.t(), String.t() | nil, String.t() | nil) :: {t(), Cortexa.Models.CommitRecord.t()}
COMMIT — checkpoint a milestone on the current branch.
@spec context(t(), String.t() | nil, non_neg_integer()) :: Cortexa.Models.ContextResult.t()
CONTEXT — hierarchical memory retrieval.
Initialize a fresh .GCC workspace.
List all branches.
Attach to an existing .GCC workspace.
Append an OTA cycle to the current branch.
@spec merge(t(), String.t(), String.t() | nil, String.t()) :: {t(), Cortexa.Models.CommitRecord.t()}
MERGE — integrate a branch back into a target.
Create a new workspace handle.
Switch to an existing branch.