33 lines
930 B
JSON
33 lines
930 B
JSON
{
|
|
"name": "codeflash",
|
|
"owner": {
|
|
"name": "Codeflash"
|
|
},
|
|
"metadata": {
|
|
"description": "Autonomous Python performance optimization plugins",
|
|
"version": "0.1.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "codeflash-agent",
|
|
"source": "./",
|
|
"description": "Autonomous Python performance optimization agent. Profiles code, implements optimizations, benchmarks before and after, and iterates until plateau.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Codeflash"
|
|
},
|
|
"repository": "https://github.com/codeflash-ai/codeflash-agent",
|
|
"license": "BSL-1.1",
|
|
"keywords": ["optimization", "performance", "profiling", "python"]
|
|
},
|
|
{
|
|
"name": "codex",
|
|
"source": "../vendor/codex",
|
|
"description": "Use Codex from Claude Code to review code or delegate tasks.",
|
|
"version": "1.0.2",
|
|
"author": {
|
|
"name": "OpenAI"
|
|
}
|
|
}
|
|
]
|
|
}
|