-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
15 lines (15 loc) · 771 Bytes
/
Copy pathplugin.yaml
File metadata and controls
15 lines (15 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: embody # registry name; the installer moves the repo to ~/.hermes/plugins/embody/
version: "0.1.0"
manifest_version: 1 # _SUPPORTED_MANIFEST_VERSION = 1 (plugins_cmd.py)
description: "Embodiment — animated face UI + optional hardware (Pironman LEDs) + ElevenLabs voice, driven by agent state."
author: "Titanium Computing"
kind: standalone # DEFAULT. standalone => opt-in via plugins.enabled
requires_env: # installer prompts for these and writes them to ~/.hermes/.env
- ELEVENLABS_API_KEY
hooks: # declarative list (informational); real wiring is register() in __init__.py
- on_session_start
- pre_llm_call
- pre_tool_call
- post_tool_call
- post_llm_call
- on_session_end