Esta página se muestra en inglés. Una traducción al español está en curso.
WorkflowsMay 12, 2026·2 min de lectura

knowledgeops-agent — Ops-Ready RAG Agent Stack

knowledgeops-agent is an ops-oriented agent app: Docker Compose deploys API + console with MySQL/Redis/RabbitMQ and an optional observability stack.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Agent
Instalación
Manual
Confianza
Confianza: Established
Entrada
docker compose up --build -d
Comando CLI universal
npx tokrepo install ce338f68-85f6-5b36-954d-5a725a9328fa
Introducción

knowledgeops-agent is an ops-oriented agent app: Docker Compose deploys API + console with MySQL/Redis/RabbitMQ and an optional observability stack.

  • Best for: Teams who want an agent app that starts with ops baseline (compose, migrations, logs/metrics/traces)
  • Works with: Docker & Docker Compose; Java (Spring Boot) + Vue console; OpenAI-compatible API key (per README)
  • Setup time: 20–45 minutes

Practical Notes

  • GitHub: 204 stars · 11 forks; pushed 2026-05-12 (verified via GitHub API).
  • README provides one-click installers and a straight docker compose up --build -d path plus web console at http://localhost:8088.
  • README lists an optional observability compose file with Prometheus / Loki / Tempo / Alertmanager.

Main

If you adopt this stack, keep the “ops first” intention:

  1. Start with Compose to understand the baseline services (app + MySQL/Redis/RabbitMQ) before customizing anything.
  2. If you’re running it for real users, rotate any demo keys and wire proper secrets management.
  3. Decide early whether you need the observability bundle; if yes, enable it from day one so you don’t retrofit tracing later.
  4. Treat migrations (Flyway) and regression scripts as release gates; don’t ship changes without them.

This repo is valuable because it treats agent apps like production services rather than notebooks.

FAQ

Q: Is there a one-click install? A: Yes. README includes scripts/install_mac.sh and Windows scripts that guide .env creation and bring up Compose.

Q: What services are included by default? A: README lists app + MySQL + Redis + RabbitMQ + web console; plus a separate observability compose file.

Q: Where do I access it after startup? A: README lists web console at http://localhost:8088 and API at http://localhost:8080.

🙏

Fuente y agradecimientos

Source: https://github.com/however-yir/knowledgeops-agent > License: MIT > GitHub stars: 204 · forks: 11

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados