Show HN: A agentic nervous system for all DevOps tools Anway, an open-source platform that connects DevOps tools like GitHub, Datadog, and Kubernetes into a single intelligence surface, launched in beta. The platform allows teams to query and act across the entire software lifecycle through one orchestrator, with connectors that add intelligence for the whole organization. Anway is available on GitHub under the anway-dev organization. The central nervous system of a software organisation. Beta โ€” actively developed; APIs and schemas may change. Connects GitHub, Datadog, Linear, K8s, Loki, Prometheus, Jira, ArgoCD, PagerDuty, Terraform, and any cloud provider into a single intelligence surface. Every person in the org โ€” SRE, PM, BA, Dev โ€” queries, acts, and governs the entire software lifecycle through one orchestrator. Not a devtool. The connective tissue between Product, Eng and SRE.Every connector added = more intelligence for the entire org. Ask once, see everything across every tool, act with confidence behind a governed write path. ๐ŸŒ Website: www.anway.dev https://www.anway.dev ยท ๐ŸŽฌ Demo: watch the 90-second walkthrough below. https://github.com/anway-dev/anway/releases/download/v0.1.0-beta/anway-demo.mp4 https://github.com/anway-dev/anway/releases/download/v0.1.0-beta/anway-demo.mp4 If the player above doesn't load, โ€” or click the thumbnail: โ–ถ watch the 90-second demo on anway.dev A signal fires โ†’ ask once โ†’ agents trace the root cause across every tool โ†’ gated action, then a tour of services, pipelines, connectors and the audit trail. Anway is split across repositories under the anway-dev https://github.com/anway-dev org: | Repo | What it is | |---|---| this repo | The platform โ€” web UI, gateway, agent harness, agent-service, CLI, connectors, and infra. | | Cloud / e2e test environment โ€” Terraform, k8s manifests, runners, service defs. | The product demo video and its capture harness live in this repo under apps/web/demo/ /anway-dev/anway/blob/main/apps/web/demo . Architecture architecture Prerequisites prerequisites Local Development local-development Demo Mode demo-mode Configuration Reference configuration-reference Running Tests running-tests Production Deployment production-deployment Troubleshooting troubleshooting apps/ web/ Next.js UI port 3000 gateway/ Fastify BFF โ€” auth, RBAC, audit, connector proxy port 4000 agent-service/ Python FastAPI โ€” LLM inference, episodic graph port 8000 cli/ anway CLI packages/ agent/ Orchestrator harness, specialist agents, IModelProvider k8s/ Cluster client ui/ Shared components types/ Shared TypeScript types infra/ docker-compose.yml Dev dependencies Postgres, Redis, Neo4j docker-compose.dev.yml Extended dev stack Prometheus, Grafana, OTEL helm/anway/ Production Helm chart terraform/ AWS / GCP / Azure Terraform modules Storage: | Layer | Technology | |---|---| | Primary DB | PostgreSQL 16 + pgvector + Apache AGE | | Session memory | Redis TTL = session lifetime | | Episodic graph | Neo4j 5 via Graphiti library | | Job queue | BullMQ Redis-backed | | SSE fan-out | Redis Pub/Sub | | Dependency | Min version | Notes | |---|---|---| | Node.js | 20 LTS | | | pnpm | 9 | npm i -g pnpm | | Docker + Compose | 24 | For local infra | | Python | 3.11 | Only if running agent-service locally | git clone