Instructions to use cyberjanitor/hermes-session-digests with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use cyberjanitor/hermes-session-digests with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Fix README metadata + first session digest
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Hermes Session Digests
|
| 2 |
|
| 3 |
Structured, post-hoc summaries of Hermes AI agent sessions. Each digest captures goals, context, actions, decisions, durable learnings, errors, and promotion targets from a single agent session.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- agent-traces
|
| 7 |
+
- session-digests
|
| 8 |
+
- hermes
|
| 9 |
+
- knowledge-base
|
| 10 |
+
- training-data
|
| 11 |
+
pretty_name: Hermes Session Digests
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
task_categories:
|
| 15 |
+
- text-generation
|
| 16 |
+
- reinforcement-learning
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# Hermes Session Digests
|
| 20 |
|
| 21 |
Structured, post-hoc summaries of Hermes AI agent sessions. Each digest captures goals, context, actions, decisions, durable learnings, errors, and promotion targets from a single agent session.
|