Read workflow
Query
Use query workflows when an agent needs to inspect wiki content, read known nodes, or answer from a public wiki URL or database ID.
Common commands
Use these as entry examples. Add --canister-id, --identity-mode, or workspace database config when the target environment requires it.
kinic-vfs-cli --database-id <database-id> search-remote "query" --prefix /Knowledge --json
kinic-vfs-cli --database-id <database-id> read-node --path /Knowledge/page.md --json
kinic-vfs-cli --database-id <database-id> query-context --task "answer question" --namespace /Knowledge --jsonSafety
- Do not mutate nodes during query work.
- Do not parse client-rendered wiki HTML when VFS access is available.
- Treat broad answers as insufficient when inventory and reads do not cover the scope.
Responsibilities
- Start with task-scoped recall or content search, then read final evidence bodies before answering.
- Use /Knowledge first, inspect /Sources when organized notes are thin, and preserve exact paths and titles.
- Cite read nodes, not search hits alone.