Quant Agent — multi-agent quant terminal on Hyperliquid
All checks were successful
deploy / deploy (push) Successful in 7s
All checks were successful
deploy / deploy (push) Successful in 7s
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>
This commit is contained in:
commit
f3b533b032
110 changed files with 15045 additions and 0 deletions
22
.forgejo/workflows/deploy.yml
Normal file
22
.forgejo/workflows/deploy.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: deploy
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch: # lets the admin panel trigger a redeploy (Enable)
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker-cli
|
||||
container:
|
||||
image: platform-ci-base:latest
|
||||
volumes:
|
||||
- /srv/sites:/srv/sites
|
||||
- /srv/platform/caddy/sites:/srv/platform/caddy/sites
|
||||
steps:
|
||||
- uses: https://git.154.83.149.72.nip.io/platform/ci-templates@main
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
ref: ${{ github.ref_name }}
|
||||
sha: ${{ github.sha }}
|
||||
token: ${{ github.token }}
|
||||
secrets_json: ${{ toJSON(secrets) }}
|
||||
vars_json: ${{ toJSON(vars) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue