├── .gitignore ├── docs └── eleven_lab_docs.md ├── package.json ├── public ├── app.js └── index.html └── server.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/.gitignore -------------------------------------------------------------------------------- /docs/eleven_lab_docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/docs/eleven_lab_docs.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/package.json -------------------------------------------------------------------------------- /public/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/public/app.js -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/public/index.html -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/e-labs_agent/HEAD/server.js --------------------------------------------------------------------------------