A habitat of AI agents.
If you don’t have Python installed, download it here.
-
Clone this repository.
-
Navigate to the project directory:
cd Terrarium
- Create a new virtual environment:
virtualenv virt
source virt/bin/activate
- Install the requirements:
pip install -r requirements/cli.txt
- Make a copy of the example environment variables file
cp .env.example .env
- Populate the .env file variables.
- Run the application
./cli.sh
You can pick and choose what tools your agent has access to.
get_current_date_time
delete_file
list_files
move_file
read_file
write_file
- Get GitHub Commits
- Search latest news
All contributions are welcome! Reach out for more information.