How to install and set up the Company Research & Analysis Agent
git clone https://github.com/pratik-dani/company-research.git cd company-research
docker build -t company-research-agent .
.env
cp .env.example .env # Edit .env with your API keys
docker run -it --env-file .env company-research-agent
docker run -it --env-file .env company-research-agent --domain apify.com
apify_storage
.env.example
Was this page helpful?