CLI Reference
memories config
Manage agent configuration.
memories config <subcommand>Manage the agent configuration file (.agents/config.yaml) for the current project.
Subcommands
memories config init
Create a .agents/config.yaml configuration file in the current directory with default settings.
memories config initmemories config show
Display the current agent configuration as JSON.
memories config showConfiguration File
The configuration file at .agents/config.yaml supports the following fields:
name: my-project
description: A brief description of the project
version: "1.0"
memory:
provider: local
store: sqlite| Field | Description |
|---|---|
name | Project name |
description | Brief project description |
version | Configuration version |
memory.provider | Memory provider (local) |
memory.store | Storage backend (sqlite) |