Deploy TEN Agent Service
Make your agent service into a docker image
docker build -t ten-agent-server .docker build -t ten-agent-server . --platform linux/amd64docker build --build-arg USE_AGENT=agents/examples/demo -t ten-agent-server .docker build --build-arg USE_AGENT=agents/examples/experimental -t ten-agent-server .Run the docker image
docker run -itd -p 8083:8080 --env-file .env --name ten-agent-server ten-agent-serverTest the agent service
Test the agent service using playground docker image
Last updated