mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 23:11:37 +08:00
15 lines
428 B
YAML
15 lines
428 B
YAML
|
|
name: langfuse
|
||
|
|
version: "1.0.0"
|
||
|
|
description: "Optional Langfuse observability for Hermes — traces conversations, LLM calls, and tool usage. Install via: hermes plugins install official/observability/langfuse"
|
||
|
|
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
|