Skip to main content

Module profile

Module profile 

Source
Expand description

The home and its profiles (§2.1): the root folder IS the default profile; profiles/<name>/ are the named ones.

Structs§

ExpiryPolicy
When a conversation’s session ends on its own (docs/session-lifecycle.md).
PersonaRef
The persona: AGENTS.md at the profile root, content hash first.
Profile
One profile: a folder with AGENTS.md at its root.
ProfileResidue
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§

ExpiryScope
Which conversations share one session (Hermes group_sessions_per_user, thread_sessions_per_user).