-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathdistribution.yaml
More file actions
33 lines (33 loc) · 907 Bytes
/
Copy pathdistribution.yaml
File metadata and controls
33 lines (33 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: hermes-profile-template
version: 0.6.7
description: "Prompt-to-repo authoring system with one-sentence generation, demo assets, diagrams, and installable Hermes Agent profile distributions."
hermes_requires: ">=0.12.0"
author: "CodeGraphTheory"
license: "MIT"
env_requires:
- name: OPENROUTER_API_KEY
description: "Optional model provider key. Use your preferred Hermes provider instead if already configured."
required: false
- name: GITHUB_TOKEN
description: "Optional token for GitHub-heavy profiles. Prefer gh auth when possible."
required: false
distribution_owned:
- SOUL.md
- config.yaml
- mcp.json
- skills/
- templates/
- scripts/
- distribution.yaml
- README.md
- AGENTS.md
- CHANGELOG.md
- CONTRIBUTING.md
- SECURITY.md
- github-repo-metadata.yaml
- requirements.txt
- Makefile
- docs/
- examples/
- .github/actions/
- .env.EXAMPLE