mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
951 B
42 lines
951 B
{
|
|
"name": "@ghostfolio/finance-agent-evals",
|
|
"version": "0.1.0",
|
|
"description": "Framework-agnostic evaluation dataset and runner for finance AI agents.",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"types": "./index.d.ts"
|
|
},
|
|
"./dataset": {
|
|
"import": "./datasets/ghostfolio-finance-agent-evals.v1.json"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.mjs",
|
|
"index.d.ts",
|
|
"datasets/ghostfolio-finance-agent-evals.v1.json",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"ai",
|
|
"evals",
|
|
"finance",
|
|
"ghostfolio",
|
|
"langsmith",
|
|
"llm"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ghostfolio/ghostfolio.git",
|
|
"directory": "tools/evals/finance-agent-evals"
|
|
},
|
|
"scripts": {
|
|
"check": "node ./scripts/smoke-test.mjs",
|
|
"pack:dry-run": "npm pack --dry-run"
|
|
}
|
|
}
|
|
|