Skip to main content
The pluggable backend decides what happens to writes after the sub-agent returns. FileSystemBackend does nothing extra: the directory is the source of truth. Demoable with no auth and no network.
wiki_filesystem.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as wiki_filesystem.py, then run:
Full source: cookbook/12_context/14_wiki_filesystem.py