24 lines
791 B
JSON
24 lines
791 B
JSON
{
|
|
"name": "codeflash",
|
|
"owner": {
|
|
"name": "Codeflash"
|
|
},
|
|
"metadata": {
|
|
"description": "Autonomous performance optimization plugins for Python and JavaScript/TypeScript",
|
|
"version": "0.1.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "codeflash-agent",
|
|
"source": "./",
|
|
"description": "Autonomous performance optimization agent. Profiles code, implements optimizations, benchmarks before and after, and iterates until plateau. Supports Python and JavaScript/TypeScript.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Codeflash"
|
|
},
|
|
"repository": "https://github.com/codeflash-ai/codeflash-agent",
|
|
"license": "BSL-1.1",
|
|
"keywords": ["optimization", "performance", "profiling", "python", "javascript", "typescript"]
|
|
}
|
|
]
|
|
}
|