Files
awesome-copilot/plugins/phoenix/.github/plugin/plugin.json
T
Aaron Powell d1fdc3184e stuffed up and plugins are in staged (#1845)
* stuffed up and plugins are in staged

* fixing readme

* fixing plugin file
2026-05-27 11:05:34 +10:00

26 lines
644 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/"
]
}