Installation
System Requirements
- Docker
Setup
Clone the repo
git clone https://github.com/NaturalAgents/NaturalAgents.git
Create your workspace
mkdir workspace
Create .env file with OpenAI API credentials
echo OPENAI_API_KEY=<your_api_key> > workspace/.env
Start the docker!
docker-compose up --build