Skip to content

shaxiaozz/voice-pipeline-agent-python

 
 

Repository files navigation

Set up the environment by copying .env.example to .env.local and filling in the required values:

docker build . -t voice-pipeline-agent-python:main-agentName

docker run -d --name voice-pipeline-lawyer-agent-python \
  --net=host \
  -v env.local:/voice-pipeline-agent-python/.env.local \
  voice-pipeline-agent-python:main-agentName

About

A basic voice agent built with Python agents framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Dockerfile 1.5%