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

arquisys-ai

v4.0.8

Published

ArquiSysAI — IA Agéntica para generación de diagramas técnicos

Readme

ArquiSysAI - IA Agéntica para Generación de Diagramas Técnicos

Sistema de IA con interfaz TUI (Terminal User Interface) para generación automática de diagramas técnicos arquitectónicos y de software.

Características

  • Interfaz TUI interactiva con soporte para múltiples modelos de IA
  • Generación de diagramas: UML, BPMN, ER, Casos de Uso, Secuencia
  • Agentes especializados: Analista, Arquitecto y Validador
  • Múltiples formatos de salida: Mermaid, PlantUML, PNG
  • Soporte para múltiples proveedores de IA: OpenAI, OpenRouter, Together AI, Groq

Instalación

Opción 1: Instalación via NPM (Recomendado)

npm install -g arquisys-ai

El instalador detectará automáticamente Python y instalará las dependencias necesarias. Si Python no está instalado, intentará instalarlo automáticamente.

Una vez instalado, ejecuta:

arquisys-ai

Opción 2: Instalación desde GitHub

Requisitos previos

  • Python 3.8 o superior
  • pip (gestor de paquetes de Python)
  • Git

Pasos

  1. Clona el repositorio:
git clone https://github.com/VIVA-EL-APRA/arquisys_ai_terminal.git
cd arquisys_ai_terminal
  1. Instala las dependencias de Python:
pip install -r requirements.txt
  1. Ejecuta el sistema:
python main.py

Configuración

Crea un archivo .env en el directorio del proyecto con tus claves API:

OPENAI_API_KEY=tu_api_key_de_openai
OPENROUTER_API_KEY=tu_api_key_de_openrouter
TOGETHER_API_KEY=tu_api_key_de_together
GROQ_API_KEY=tu_api_key_de_groq

Uso

  1. Al iniciar, selecciona el modelo de IA a utilizar
  2. Escribe tu consulta o descripción técnica
  3. El sistema generará los diagramas automáticamente
  4. Los diagramas se guardan en la carpeta output_diagrams/

Estructura del Proyecto

arquisys_ai_terminal/
├── agents/          # Agentes de IA (analista, arquitecto, validador)
├── core/            # Núcleo del sistema (API, renderizado, sesión)
├── tools/           # Herramientas auxiliares
├── ui/              # Interfaz TUI
├── output_diagrams/ # Diagramas generados
├── main.py          # Punto de entrada
├── config.py        # Configuración
└── requirements.txt # Dependencias de Python

Dependencias

  • openai
  • python-dotenv
  • rich
  • prompt_toolkit
  • pydantic
  • requests
  • Pillow

Soporte

Para reportar problemas o sugerencias, visita:

  • GitHub: https://github.com/VIVA-EL-APRA/arquisys_ai_terminal
  • NPM: https://www.npmjs.com/package/arquisys-ai

Licencia

MIT