-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdistribution.yaml
More file actions
35 lines (35 loc) · 1.03 KB
/
Copy pathdistribution.yaml
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
34
35
name: context-forge-rag
version: 0.1.1
description: Installable Hermes Agent profile for production RAG architecture, AI
agents, evaluations, observability, and implementation-ready delivery specs.
hermes_requires: '>=0.12.0'
author: GraphTheory
license: MIT
env_requires:
- name: OPENROUTER_API_KEY
description: Optional model provider key. Use your preferred Hermes provider if
already configured.
required: false
- name: PINECONE_API_KEY
description: Optional key for Pinecone design reviews, namespace planning, and live
integration work.
required: false
- name: GITHUB_TOKEN
description: Optional token for GitHub issue generation and repository automation.
Prefer gh auth when possible.
required: false
template_source:
name: codegraphtheory/hermes-profile-template
url: https://github.com/codegraphtheory/hermes-profile-template
relationship: built-from-template
distribution_owned:
- SOUL.md
- config.yaml
- mcp.json
- skills/
- templates/
- scripts/
- distribution.yaml
- README.md
- AGENTS.md
- .env.EXAMPLE