TEN-framework/ten-framework
ten-framework
Open-source framework for conversational voice AI agents
Overview
Open-source framework for conversational voice AI agents
Best for
- Evaluating ten-framework for Python AI workflows.
- Comparing a GitHub project with 10,597 stars and current repository activity.
Pros
- ten-framework has visible GitHub traction with 10,597 stars. Topics: ai, multi-modal, real-time.
- The project provides an external homepage for deeper evaluation.
Cons
- Production fit still depends on documentation depth, issue activity, and release cadence.
- No license was detected, so usage risk needs manual review.
Production readiness
ten-framework should be validated with its README, release history, open issues, and integration requirements before production use.
License risk
GitHub did not report a license, which usually requires manual legal review before production use.
Install
docker compose up -ddocker exec -it ten_agent_dev bashdocker build -f agents/examples/<example-name>/Dockerfile -t example-app .docker run --rm -it --env-file .env -p 3000:3000 example-apppnpm install