Unified events and cases
Events and Cases provide a shared entry point for monitoring signals, inventory context, and the diagnostic process.
AgenticOps is an open-source event governance and diagnostic workbench for network operations. It brings NetBox, ELK, Zabbix and other data sources into a workflow that connects Events, Cases, multi-agent analysis, operational memory and controlled execution.
Alerts, logs, and asset context are spread across systems, while diagnosis often remains in temporary conversations and human memory instead of a recoverable, reviewable evidence trail.
Events and Cases provide a shared entry point for monitoring signals, inventory context, and the diagnostic process.
The asynchronous multi-agent graph persists runtime state so diagnostic work can be recovered and traced.
Evidence, Hypothesis, and Timeline records connect conclusions to their sources, reasoning, and sequence.
Operations memory preserves prior diagnostic context for later retrieval and reuse.
Integration boundaries for NetBox, ELK, and Zabbix correlate inventory, logs, and alerts.
High-risk actions are not executed automatically; Human Gate, observe-only, and Shadow Mode define the validation boundary.
git clone https://github.com/Jaycelu/agenticops.git
cd agenticops
git fetch --tags --prune
git checkout v0.2.0
git describe --tags --exact-match
git rev-parse HEADcp deploy/docker.env.example .env
openssl rand -hex 32 # write to APP_SECRET_KEY
openssl rand -hex 24 # write to POSTGRES_PASSWORD
# Also set AUTH_PUBLIC_BASE_URL and FRONTEND_URL
# Keep AUTOMATION_OBSERVE_ONLY=True
# Keep AUTH_COOKIE_SECURE=True and WEBHOOK_ALLOW_HTTP=False
chmod 600 .envdocker compose config -q
if docker compose config | grep -E 'change_me|replace_with'; then
echo 'Unresolved configuration found; stop deployment'
exit 1
fi
docker compose builddocker compose up -d postgres
docker compose run --rm migrate
docker compose up -d backend worker frontend
docker compose psexport BOOTSTRAP_ADMIN_PASSWORD='a-long-random-password-from-your-password-manager'
docker compose exec -e BOOTSTRAP_ADMIN_PASSWORD="$BOOTSTRAP_ADMIN_PASSWORD" backend \
python -m scripts.bootstrap_admin \
--username admin \
--display-name Administrator \
--confirm-create-first-admin
unset BOOTSTRAP_ADMIN_PASSWORDcurl -fsS http://127.0.0.1:8000/health/live
curl -fsS http://127.0.0.1:8000/health/ready
curl -fsS http://127.0.0.1:8000/health/dependencies
curl -fsS http://127.0.0.1:8000/metrics
docker compose exec worker python -m scripts.check_worker_healthPublished:2026-07-16
Content updated:2026-07-16
No high-risk action runs automatically by default. v0.2.0 uses Human Gate, observe-only, and Shadow Mode to define validation and execution boundaries.
No. Enable the data sources available in your environment, then validate connectivity and data quality for each real integration.
The v0.2.0 Release contains source code and no binary assets, so the website links the formal tag, deployment guide, and Docker Compose startup steps without inventing an installer.
No complete English guide is published for this product yet.
View all English guides · Browse the related Chinese knowledge base





