Compare commits

..

4 Commits

Author SHA1 Message Date
e9d6262039 fix(paperclip): force Traefik to use ai_net network for routing 2026-05-18 22:14:03 -04:00
49dce32c27 chore: update compose submodule (remove custom Dockerfile)
Adapter installs via persistent volume — no custom Dockerfile needed.
2026-05-18 18:38:27 -04:00
dfdc8a309a feat: add custom Paperclip Dockerfile with Hermes adapter
Updates assets/compose submodule to include:
- Custom Dockerfile that pre-installs hermes-paperclip-adapter
- Startup script that seeds the adapter on fresh volume
- Compose file updated to build from custom Dockerfile
2026-05-18 18:37:41 -04:00
1cc057bfda feat: add Paperclip agent orchestrator (submodule update)
Updates assets/compose submodule to include Paperclip services
in the AI compose stack. Paperclip is an open-source agent
orchestration dashboard with PostgreSQL backend.

Compose repo PR: gortium/compose#32
2026-05-18 18:17:40 -04:00
5 changed files with 1 additions and 7 deletions

View File

@@ -207,7 +207,6 @@
ai = {
path = self + "/assets/compose/ai";
envFile = config.age.secrets.containers_env.path;
ports = [ 22000 ]; # Syncthing TCP sync
};
cloudstorage = {

View File

@@ -9,10 +9,6 @@
ai-worker = {
main = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXeGtPPcsP2IYRQNvII41NVWhJsarEk8c4qxs/a5sXf";
};
hermes_agent = {
age = "age178ypgaxn3fldh2aeqz37ncpk7jrplaxacrca8kkcycre3ahjef4s2dp3rp";
};
};
hosts = {

Binary file not shown.

View File

@@ -4,7 +4,6 @@ let
keys.users.gortium.main
keys.hosts.lazyworkhorse.main
keys.hosts.lazyworkhorse.bootstrap
keys.users.hermes_agent.age
];
in
{