Cette page est affichée en anglais. Une traduction française est en cours.
WorkflowsMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 96/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Knowledge
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande d'installation directe
npx -y tokrepo@latest install ce338f68-85f6-5b36-954d-5a725a9328fa --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires