WorkflowsMay 12, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Agent
Install
Manual
Trust
Trust: Established
Entrypoint
docker compose up --build -d
Universal CLI install command
npx tokrepo install ce338f68-85f6-5b36-954d-5a725a9328fa
Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets