Expand description
Global paths for the walrus runtime.
All crates resolve configuration, socket, and data paths through these constants so there is a single source of truth.
Constants§
- AGENTS_
DIR - Agents subdirectory (contains *.md files).
- DATA_
DIR - Data subdirectory.
- MEMORY_
DB - SQLite memory database filename.
- SKILLS_
DIR - Skills subdirectory.
Statics§
- CONFIG_
DIR - Global configuration directory (
~/.openwalrus/). - SOCKET_
PATH - Pinned socket path (
~/.openwalrus/walrus.sock).