Commit graph

9 commits

Author SHA1 Message Date
zefiroff
6edd2c5b23 site: add X (Twitter) links to header & footer
All checks were successful
deploy / deploy (push) Successful in 7s
https://x.com/AgentsQuant in src/data/site.ts; linked from the landing header
nav, footer brand chip and Network column, plus the terminal StatusBar (parity
with the Telegram links).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 21:04:09 +04:00
zefiroff
7a2f83f781 site: add Telegram bot links (@agentsquant_bot)
All checks were successful
deploy / deploy (push) Successful in 6s
New src/data/site.ts holds the bot URL (+ slots for X / contract). Linked from
the landing header nav, the footer brand chip and the Network column, and the
terminal StatusBar. External footer links now open in a new tab.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 20:35:18 +04:00
zefiroff
b31d378eea worker: add serve.ts — health/status server + worker boot for container deploy
All checks were successful
deploy / deploy (push) Successful in 6s
Container entrypoint used by the 24/7 deploy (root/larp-quant-agent-bot): serves
a health/status endpoint on APP_PORT and boots the worker loop in one process.
Local dev keeps using `pnpm worker` (loop.ts) directly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 20:04:58 +04:00
zefiroff
76ebbf3954 worker: align Telegram bot copy with the site (drop paper / dry-run wording)
All checks were successful
deploy / deploy (push) Successful in 6s
Boot, status and help messages now say "Quant Agent" instead of
"$QUANT paper agent — dry-run", matching the de-paper'd site voice.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:58:06 +04:00
zefiroff
6574fdd6eb site: drop paper / dry-run / demo / disclaimer wording across the site
All checks were successful
deploy / deploy (push) Successful in 7s
Removed the "PAPER · DRY-RUN" badges (terminal StatusBar + landing footer),
the "paper · dry-run · not advice" terminal footer line, the landing
"Looping demo / no orders are signed / paper-traded / not financial advice"
copy, and the onboarding/AgentFlow "paper-traded — no real orders" lines.

L5 execution nodes now tag "exec" instead of "paper" (Orchestra, Agent flow,
Live feed) and the Orchestra status readout labels that column "execution".
Roadmap "soon/planned" tags and the data-freshness "seed" chip are kept (they
flag unbuilt features / non-live data, not a demo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:45:22 +04:00
zefiroff
6ab20d3a72 terminal: fill Orchestra status footer with live summaries; chart-first order
All checks were successful
deploy / deploy (push) Successful in 7s
Orchestra's bottom legend was just labels — now each status category shows a
brief live readout (live = price·24hΔ, computed = RSI·MACD·ATR, the call =
decision·conf, paper = paper size), still doubling as the colour legend.

Also moved the workspace (chart + Market/Indicators + Committee) to the top so
the chart is the first block; VERDICT + the Orchestra‖Agent-flow row follow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:31:25 +04:00
zefiroff
dbc1b9f705 terminal: align grid rows to even boxes, kill empty voids
All checks were successful
deploy / deploy (push) Successful in 8s
Both pipeline (Orchestra ‖ Agent flow) and the workspace grid now use
items-stretch so columns share one height — no page-background gaps under the
shorter column. The chart fills its column (TVChart/ChartSkeleton fill parent;
fixed 440px only when stacked) instead of a fixed 540px, the Committee
distributes its 4 agents to fill the column height, and the Agent flow graph
centres vertically. Workspace is also ~135px shorter, so it fits the page better.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:20:57 +04:00
zefiroff
34eb14f848 terminal: put Orchestra (left) and Agent flow graph (right) side by side
All checks were successful
deploy / deploy (push) Successful in 7s
xl 2-col row (0.85fr / 1.15fr), stacks below xl. Orchestra takes a gridClass
prop → dense 3×2 layout when side-by-side (avoids 6-col squish in the half
column on wide viewports). Agent flow SVG min-width lowered to fit the column.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:06:54 +04:00
zefiroff
f3b533b032 Quant Agent — multi-agent quant terminal on Hyperliquid
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>
2026-06-09 19:00:13 +04:00