cogos command.
Init
Initialize the project — generates config and template files (run once):Build
Process text into structured memory:Chat
Chat with memory-augmented responses:Interactive Chat Commands
When in interactive chat mode (cogos chat):
| Command | Description |
|---|---|
/build <text> | Add memory inline |
/schemas | List registered schemas |
quit / exit | End the session |
Schemas
Inspect registered schemas:Serve
Start the API server:Summary
| Command | Description |
|---|---|
cogos init | Initialize project (config + templates) |
cogos build | Process text into memory |
cogos chat | Chat with memory |
cogos schemas | Inspect schemas |
cogos serve | Start API server + Web UI |