Initial version of the Hermes self learning agent setup of JR IT Services.

This commit is contained in:
2026-04-21 11:53:29 +02:00
commit 7f9b0e6c5f
31 changed files with 1966 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
SHELL := /usr/bin/env bash
.PHONY: bootstrap up down restart status logs doctor init-hermes backup update shell dashboard
bootstrap:
./scripts/alanctl bootstrap
up:
./scripts/alanctl up
down:
./scripts/alanctl down
restart:
./scripts/alanctl restart
status:
./scripts/alanctl status
logs:
./scripts/alanctl logs
doctor:
./scripts/alanctl doctor
init-hermes:
./scripts/alanctl init-hermes
backup:
./scripts/alanctl backup
update:
./scripts/alanctl update-hermes
shell:
./scripts/alanctl shell
dashboard:
./scripts/alanctl up --dashboard