web_search: true in YAML
Switch between Ollama (local, free) and
AWS Bedrock (managed cloud, billed per-token).
Bedrock requires AWS_ACCESS_KEY_ID,
AWS_SECRET_ACCESS_KEY, and
AWS_DEFAULT_REGION
environment variables set before starting the server.
Select the active model from those available in your local Ollama instance.
Facts the assistant remembers across all conversations. The LLM can also write memories using
<REMEMBER key="…">…</REMEMBER> tags.
/start — greeting
/new — clear conversation history
/memory — list stored memories
Just type any message to ask the knowledge base.
Tasks run on a cron schedule and save their output as markdown notes in the vault.
Use standard 5-field cron syntax, e.g. 0 8 * * * for daily at 08:00 UTC.