query_wiki for reading, update_wiki for writing. With a Git backend, writes auto-commit and push. With a Notion backend, writes sync to a Notion database.
Backends
- Git
- Filesystem
- Notion
Auto-commits and pushes changes.
Configuration
Tools Exposed
Web Ingestion
Add a web backend to let the agent fetch URLs and write them as wiki pages:ExaBackend requires the exa-py package (uv pip install -U exa-py) and the EXA_API_KEY environment variable. See Web for other backends.
Lifecycle Management
With GitBackend,asetup() clones the repo. Queries and updates run it automatically on first use; call it at startup to surface clone errors early:
Example queries
Resources
Workspace Reference
Underlying file operations
Cookbook Example
Git-backed wiki example