A shareable Hermes profile distribution for Loaf/team workflows.
hermes profile install github.com/deeploaf/hermes-profile-loaf --name loaf --aliasDuring local development, install directly from this profile directory:
hermes profile install ~/.hermes/profiles/loaf --name loaf-test --alias -yThis distribution ships without secrets. If you use the default config.yaml, set:
cp ~/.hermes/profiles/loaf/.env.EXAMPLE ~/.hermes/profiles/loaf/.env
# edit .env and add OPENROUTER_API_KEY=...Or edit config.yaml to use your preferred Hermes provider.
hermes -p loaf chat
# or, if installed with --alias:
loaf chathermes profile update loafMemories, sessions, auth, .env, logs, and local files are not part of the distribution.
This repo intentionally ships only the reusable profile scaffold: SOUL.md, config.yaml,
mcp.json, distribution.yaml, profile.yaml, .env.EXAMPLE, .gitignore, and this README.
Do not commit .env, auth.json, state.db*, memories, sessions, logs, local workspaces,
or bundled/private skills unless they have been audited for public release.