feat: add Paperclip agent orchestrator to AI compose stack #32
Open
Hermes
wants to merge 4 commits from
feat/add-paperclip into master
pull from: feat/add-paperclip
merge into: gortium:master
gortium:master
gortium:feat/worldmonitor
gortium:feat/honcho-only
gortium:merge/drop-fork-use-plugins-into-master
gortium:feat/drop-multi-memory
gortium:feat/drop-fork-use-plugins
gortium:feat/honcho-only-rebased
gortium:fix/multi-gateway-path
gortium:fix/hermes-build
gortium:fix/remove-venv-mount
gortium:feat/multi-profile-gateways
gortium:feat/memory-providers
gortium:fix/matrix-bridge-dependencies
gortium:workspace-recovery-may21
gortium:merge/network-creation-fix
gortium:fix/matrix-bridge-deps
gortium:merge-all-prs-7-to-11
gortium:feat/ai-chromium-packages
gortium:fix/combined-network-bridge
gortium:feat/env-example-paperclip
gortium:feat/dockerfile-pr1-curl-poppler-imagemagick
gortium:feat/ai-base-image-temp
gortium:feat/7zz-chm-extraction-v3
gortium:feat/texlive-latex-v2
gortium:feat/hermes-chromium-packages
gortium:feat/qemu-cross-compile-4
gortium:env-vars-for-domain
gortium:feat/honcho-memory-provider
gortium:feat/hermes-dockerfile-workdir-httpx
gortium:merge/matrix-bridge-fix
gortium:feat/hermes-workspace-combined
gortium:feat/hermes-workspace-combined-entrypoint
gortium:feat/hermes-dashboard-env-healthchecks
gortium:feat/add-dashi-dashboard
gortium:feat/hermes-workspace
gortium:feat/hermes-workers
gortium:feat/hermes-chromium-dockerfile
gortium:feat/hermes-worker-anchor
gortium:feat/syncthing-org-sync
gortium:feat/docker-add-7zz-chm-extraction
gortium:fix/vpn-iptables-nft-v3
gortium:fix/vpn-iptables-nft-v2
gortium:fix/vpn-iptables-nft-upstream
gortium:feat/act-runner
gortium:fix/himalaya-email-cli
gortium:fix/wg-easy-iptables-nft
gortium:feat/hermes-custom-tools-startup
gortium:feat/hermes-fork-dockerfile
gortium:fix/hermes-timezone-v2
gortium:feat/wireguard-vpn
gortium:feat/hermes-voice-gpu-support
gortium:feature/hermes-browser-v2
gortium:feat/dockerfile-pr3-latex
gortium:feat/dockerfile-pr2-chromium-browser
gortium:feat/dockerfile-pr4-qemu
gortium:feat/dockerfile-pr5-emacs
gortium:fix/network-creation
gortium:fix/hermes-timezone-setting
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "feat/add-paperclip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds Paperclip — the open-source agent orchestration dashboard — to the AI compose stack. This enables managing a team of AI agents (Hermes, Claude Code, Codex, etc.) with goal assignment, budgeting, governance, and cost tracking from a single web UI.
Changes
New services in
ai/compose.yml:paperclip-db— Dedicated PostgreSQL 17 database for Paperclip statepaperclip— Paperclip server (ghcr.io/paperclipai/paperclip:v2026.517.0) on port 3100Configuration:
paperclip.lazyworkhorse.net(HTTP→HTTPS redirect)/mnt/HoardingCow_docker_data/Paperclip/ai_net(Traefik),ai_backend(internal)New env vars required:
PAPERCLIP_DB_PASSWORD— PostgreSQL passwordPAPERCLIP_AUTH_SECRET— Better Auth secret keyRelated
NousResearch/hermes-paperclip-adapter— enables running Hermes as a managed agent inside PaperclipView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.