-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ovx-labs edited this page Sep 5, 2026
·
1 revision
git clone https://github.com/dedsecorg/agentic-route
cd agentic-route
sudo -S -p '' ./install.sh| Path | Purpose |
|---|---|
/usr/local/bin/agentic-route |
Main CLI |
/usr/local/bin/agentic-route-reconcile |
Idempotent one-shot reconciliation |
/usr/local/bin/agentic-route-daemon |
Event-driven daemon |
/usr/local/lib/agentic-route/core.sh |
Reconciliation engine |
/etc/agentic-route/intent.json |
Your routing intent (edit this) |
/etc/agentic-route/routes.json |
Legacy spec (deprecated, use intent.json) |
/etc/systemd/system/agentic-route.service |
Legacy systemd unit |
/etc/systemd/system/agentic-route-daemon.service |
New hardened systemd unit |
sudo -S -p '' systemctl enable --now agentic-route-daemonnpx -y @smithery/cli install @dedsecorg/agentic-route- Linux kernel 4.19+ (Netlink
ip monitor) -
iproute2(ip,jq) -
inotify-tools(inotifywait) -
bash4.4+ -
CAP_NET_ADMIN(for daemon)