Skip to main content

Module paths

Module paths 

Source
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).