relai tag
Use relai tag to group learning environments into reusable suites.
list
List tags. Use --verbose to include the learning environment file locations for each tag.
relai memory
Store Markdown guidance RELAI should consider during future generation and optimization. Most memory commands operate on one scope:
| Scope | Meaning |
|---|---|
agent | Whole-agent memory. |
tag {TAG} | Memory for an existing RELAI tag. |
component {COMPONENT_ID} | Memory for a component id from .relai/learning-env-context.json. |
evaluator {EVALUATOR_ID} | Memory for a global evaluator id from .relai/evaluators. |
Read
Write or append
Use one content source:--text, --file, or --stdin. write replaces memory; append adds to existing memory.
Paths and scopes
path prints the filesystem path for one memory file. list prints known memory scopes and paths.
Common failures: unknown scope, invalid file path, missing content option, or content over the memory size limit.