Hermes 37bf43c3ea
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled
feat: add custom Dockerfile with Hermes adapter baked in
Creates ai/paperclip/ with:
- Dockerfile: extends upstream paperclip image, pre-installs
  hermes-paperclip-adapter@0.3.0 npm package as seed data
- docker-entrypoint.sh: seeds the adapter plugin on first boot
  if the persistent volume is empty, then runs original startup

This ensures the Hermes adapter is available on first boot without
requiring network access — no npm install needed at runtime. The
adapter persists on the Docker volume across restarts.
2026-05-18 18:37:31 -04:00
2025-08-08 15:08:10 -04:00
Description
No description provided
878 KiB
Languages
Dockerfile 46.1%
Python 42%
Makefile 6.1%
Shell 5.8%