npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-tts-agent

v1.0.0

Published

Plantilla Maestra PRO del Agente de IA Autónomo de TreeTechStudio (Cloudflare Workers + Hono + Durable Objects + Vectorize)

Readme

TTS-Agent (TreeTechStudio — Versión Master PRO) 🚀

Plantilla maestra del Bot de IA Autónomo y Panel de Administración PRO creado por TreeTechStudio.


⚡ ¿Qué incluye la Versión Master PRO?

Esta plantilla viene configurada con el nivel PRO activo por defecto (tier: "pro"), lo que desbloquea los 12 Superpoderes de automatización empresarial:

  1. Dashboard Administrativo Completo (/admin): Resumen de rendimiento, analíticas, control de conversaciones y configuración de modelos en caliente (Anthropic / OpenAI / Grok / BYO API Key).
  2. Multi-canal Omnicanal: Integración simultánea para WhatsApp (Meta / Twilio / ManyChat), Telegram e Instagram.
  3. Control por Canal y Desactivación Selectiva: Personalización de prompts y activación/desactivación de herramientas por canal.
  4. Agendamiento Autónomo de Citas: Conexión bidireccional con Google Calendar para reservar, cancelar y reprogramar citas.
  5. Base de Conocimiento Inteligente (RAG Vectorial): Búsqueda semántica sobre documentos PDF/Markdown/JSON mediante @cf/baai/bge-m3 en Cloudflare Vectorize.
  6. Notas de Voz Multimodales: Transcripción automática de audios de clientes.
  7. Cobros Automáticos: Integración con Stripe y pasarelas para cobro de anticipos o pagos enteros.
  8. Recuperación de No-Shows y Reactivación de Leads: Campañas de seguimiento programadas respetando ventanas de 24 horas.
  9. Encuestas y Calificación de Leads: Recolección estructurada de respuestas y segmentación de clientes.
  10. Human-in-the-Loop & Handoff Multi-Canal: Notificaciones instantáneas al dueño por Telegram, Email o WhatsApp cuando el cliente requiere atención humana.
  11. Integración Universal vía Composio: Conexión sin código a cientos de herramientas externas (Notion, Slack, CRMs, etc.).
  12. Flywheel & Auto-Aprendizaje: Detección automática de huecos de información en las respuestas para afinación continua.

⚙️ Estructura del Proyecto

  • member/ — Datos del negocio y Base de Conocimiento (totalmente limpios por defecto en la plantilla).
    • member/config.local.ts — Configuración general, precios, horarios y reglas de escalación.
    • member/system-prompt.local.ts — Prompt del sistema (personalizable).
    • member/kb/ — Carpeta para arrastrar archivos .md, .txt o .json con la información del negocio.
  • src/ — Código fuente de la aplicación:
    • src/index.ts — Servidor Cloudflare Worker (Hono).
    • src/agent.ts — Durable Object (cerebro del bot, buffer de mensajes y herramientas).
    • src/tools/ — Herramientas ejecutables por la IA (searchKb, scheduleAppointment, captureLead, etc.).
    • src/admin/ — Panel administrativo en /admin.
  • skill/ — Skills y asistentes paso a paso (/configurar-mi-chatbot, /reporte, /analiticas, etc.).

🚀 Instalación y Despliegue

  1. Instalar dependencias:

    pnpm install
  2. Ejecutar en desarrollo:

    pnpm dev
  3. Publicar en Cloudflare Workers:

    pnpm run deploy

Desarrollado con ❤️ por TreeTechStudio