larp-quant-agent/.claude/launch.json
zefiroff f3b533b032
All checks were successful
deploy / deploy (push) Successful in 7s
Quant Agent — multi-agent quant terminal on Hyperliquid
Live HL data → in-browser TA → 4-agent committee → LONG/SHORT/SKIP verdict.
Terminal grid command bar + interactive agent-workflow graph. Paper-trading
worker reuses the browser brain (dry-run + Telegram). Forgejo static deploy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:00:13 +04:00

17 lines
319 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "quant",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"port": 5173
},
{
"name": "quant-build",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["preview", "--port", "4173"],
"port": 4173
}
]
}