Expand description
The home and its profiles (§2.1): the root folder IS the default
profile; profiles/<name>/ are the named ones.
Structs§
- Expiry
Policy - When a conversation’s session ends on its own (
docs/session-lifecycle.md). - Persona
Ref - The persona:
AGENTS.mdat the profile root, content hash first. - Profile
- One profile: a folder with
AGENTS.mdat its root. - Profile
Residue - What a profile carries that the model does not interpret.
- World
- The whole home: the persisted half of
OrchestratorState(§2.1); the runtime half is never written and is not part of the wire.
Enums§
- Expiry
Scope - Which conversations share one session (Hermes
group_sessions_per_user,thread_sessions_per_user).