Installation
ipybox installation
For use with freeact
agents, freeact-skills
needs to be pre-installed on ipybox Docker images. First, install ipybox
:
Create a dependencies.txt
file with one of the following configurations:
The extras=["all"]
option includes all available skills: ["reader", "search-google", "search-perplexity", "zotero"]
. Alternatively, you can install specific skills:
dependencies.txt
# Install selected skills only
freeact-skills = {version = "*", extras = ["search-google", "zotero"]}
Note
dependencies.txt
must follow the Poetry dependency specification format.
Build the ipybox
Docker image with your selected skills:
Replace your-image-tag
with your preferred image name.
Local installation
For local development or direct usage, install with pip
:
This is equivalent to:
To install specific skills only: