Skip to content

nrcrews/Terrarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terrarium

A habitat of AI agents.

Repository Setup

If you don’t have Python installed, download it here.

  1. Clone this repository.

  2. Navigate to the project directory:

cd Terrarium
  1. Create a new virtual environment:
virtualenv virt
source virt/bin/activate
  1. Install the requirements:
pip install -r requirements/cli.txt
  1. Make a copy of the example environment variables file
cp .env.example .env
  1. Populate the .env file variables.

CLI Execution

  1. Run the application
./cli.sh

Available Tools

You can pick and choose what tools your agent has access to.

Local

  • get_current_date_time
  • delete_file
  • list_files
  • move_file
  • read_file
  • write_file

Remote

  • Get GitHub Commits
  • Search latest news

Contributing

All contributions are welcome! Reach out for more information.

About

A sandbox for agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published