Skip to content

bistecglobal/crs-agent-bricks

 
 

Repository files navigation

crs-agent-bricks

AutoGen Multi-Agent Chat Window

Run below commands#

pip install -r requirements.txt
pip install panel
pip install spacy
python -m spacy download en_core_web_sm

Build docker image

docker build -f Dockerfile --tag bistecglobal/pghbricks-agent:1.0.0 .

Run docker image

docker run -it -p 8000:8000 -e OPENAI_API_KEY='sk-******' bistecglobal/pghbricks-agent:1.0.0

Autogen Studio - Bistec Global Recruitment

AutoGen Multi-Agent Chat Window

Build docker image

ocker build -f ./studio/Dockerfile_studio --tag bistecglobal/recrutement-agent:1.0.0 .

Run docker image

docker run -it -p 8000:8000 -e "OPENAI_API_KEY=sk-*****" bistecglobal/recrutement-agent:1.0.0

About

AutoGen Multi-Agent Chat Window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Dockerfile 1.5%
  • Shell 1.1%