# cortexa v0.1.1 - Table of Contents Git-inspired context management for LLM agents — COMMIT, BRANCH, MERGE, and CONTEXT operations over a persistent versioned memory workspace. Based on arXiv:2508.00031. ## Pages - [cortexa — Elixir](readme.md) - [LICENSE](license.md) ## Modules - [Cortexa](Cortexa.md): cortexa — Git-inspired context management for LLM agents. - [Cortexa.Models](Cortexa.Models.md): Data structures for the cortexa GCC workspace. - [Cortexa.Models.BranchMetadata](Cortexa.Models.BranchMetadata.md): Branch metadata stored in metadata.yaml. - [Cortexa.Models.CommitRecord](Cortexa.Models.CommitRecord.md): A milestone checkpoint record. - [Cortexa.Models.ContextResult](Cortexa.Models.ContextResult.md): Result of a CONTEXT query. - [Cortexa.Models.OTARecord](Cortexa.Models.OTARecord.md): An Observation-Thought-Action cycle record. - [Cortexa.Workspace](Cortexa.Workspace.md): GCCWorkspace — persistent versioned memory workspace for LLM agents.