mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
26 lines
641 B
JSON
26 lines
641 B
JSON
{
|
|
"name": "phoenix",
|
|
"description": "Phoenix AI observability skills for LLM application debugging, evaluation, and tracing. Includes CLI debugging tools, LLM evaluation workflows, and OpenInference tracing instrumentation.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Arize AI"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"phoenix",
|
|
"arize",
|
|
"llm",
|
|
"observability",
|
|
"tracing",
|
|
"evaluation",
|
|
"openinference",
|
|
"instrumentation"
|
|
],
|
|
"skills": [
|
|
"./skills/phoenix-cli",
|
|
"./skills/phoenix-evals",
|
|
"./skills/phoenix-tracing"
|
|
]
|
|
}
|