The `requirements.txt`file in yoor local directory defines all packages needed to run the test agent loop. Example:
open-interpreter langchain anthropic jupyterlab autogen
You can install with:
```bash pip install -r requirements.txt ```
These files should be added to your test directory (e.g. `~/.wiki/localhost/assets/yam-demo/`) to make setup predictable and reproducible.