-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
42 lines (42 loc) · 1 KB
/
Copy pathplugin.yaml
File metadata and controls
42 lines (42 loc) · 1 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
36
37
38
39
40
41
42
manifest_version: 1
name: hermespace
version: "0.25.0"
description: >
Production Access Engine for Hermes Agent v0.20+: session-scoped workspace,
bounded model context, native lifecycle telemetry, dual decode, and
standalone-safe persistence. Cube and Insight are optional soft-imports.
author: Hermespace contributors
kind: standalone
hooks:
- on_session_start
- pre_llm_call
- post_llm_call
- pre_tool_call
- post_tool_call
- on_skill_lifecycle
- kanban_task_claimed
- kanban_task_completed
- pre_verify
- on_session_end
- on_session_finalize
- on_session_reset
- subagent_start
- subagent_stop
provides_hooks:
- on_session_start
- pre_llm_call
- post_llm_call
- pre_tool_call
- post_tool_call
- on_skill_lifecycle
- kanban_task_claimed
- kanban_task_completed
- pre_verify
- on_session_end
- on_session_finalize
- on_session_reset
- subagent_start
- subagent_stop
python_dependencies:
- numpy>=1.24,<3
homepage: https://github.com/PabloTheThinker/hermespace