mirror of
https://github.com/langfuse/skills.git
synced 2026-09-14 20:00:05 +08:00
fc574260e5
* feat(instrumentation): add multi-modal media guidance to baseline table * fix(instrumentation): correct LangfuseMedia usage in multi-modal row
25 lines
626 B
JSON
25 lines
626 B
JSON
{
|
|
"name": "langfuse",
|
|
"displayName": "Langfuse",
|
|
"version": "1.7.2",
|
|
"description": "Skills for working with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.",
|
|
"author": {
|
|
"name": "Langfuse",
|
|
"email": "support@langfuse.com"
|
|
},
|
|
"homepage": "https://langfuse.com",
|
|
"repository": "https://github.com/langfuse/skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"langfuse",
|
|
"llm",
|
|
"observability",
|
|
"tracing",
|
|
"prompt-management",
|
|
"evaluation"
|
|
],
|
|
"category": "developer-tools",
|
|
"logo": "assets/logo.png",
|
|
"skills": "./skills/"
|
|
}
|