This commit is contained in:
18
packages/optimizer/package.json
Normal file
18
packages/optimizer/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@waggle/optimizer",
|
||||
"version": "0.1.0",
|
||||
"description": "Waggle optimizer — GEPA prompt optimization with Ax signatures",
|
||||
"type": "module",
|
||||
"main": "src/optimizer.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ax-llm/ax": "^19.0.12"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user