Skip to content

Glossary

TermMeaning
Agent sessionA temporary coding workspace managed by AgentFS, tracking the lifecycle of an agent's task.
Cloud clientThe @tekmemo/cloud-client package, handling API transport and auth.
Context packageA structured payload combining core memory, notes, recall results, and graph data to be sent to an AI model.
Core memoryThe stable project briefing (core.md). Contains facts the agent must know every time it starts working.
Graph memoryNodes (entities, concepts, files) and edges (relationships) that help tools answer architectural questions.
Hybrid runtimeA CLI mode that writes memory to local files but syncs changes to TekMemo Cloud in the background.
MCPModel Context Protocol. An open standard used by @tekmemo/mcp-server to expose memory to IDEs and agents.
NoteA durable memory record (e.g., a decision, constraint, or summary) saved to notes.md.
RecallThe process of retrieving relevant memory for a query. Can use keywords (local) or embeddings (cloud/provider).
SnapshotA point-in-time backup bundle of project memory, used for rollbacks or migrations.
SyncThe mechanism of resolving memory state between the local .tekmemo/ filesystem and the TekMemo Cloud database.

Released under the MIT License.