mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 16:01:49 +08:00
15 lines
464 B
YAML
15 lines
464 B
YAML
|
|
name: langfuse
|
||
|
|
version: "1.0.0"
|
||
|
|
description: "Optional Langfuse observability for Hermes — traces conversations, LLM calls, and tool usage. Opt-in via `hermes plugins enable observability/langfuse` or `hermes tools → Langfuse Observability`."
|
||
|
|
author: NousResearch
|
||
|
|
requires_env:
|
||
|
|
- HERMES_LANGFUSE_PUBLIC_KEY
|
||
|
|
- HERMES_LANGFUSE_SECRET_KEY
|
||
|
|
hooks:
|
||
|
|
- pre_api_request
|
||
|
|
- post_api_request
|
||
|
|
- pre_llm_call
|
||
|
|
- post_llm_call
|
||
|
|
- pre_tool_call
|
||
|
|
- post_tool_call
|