Real-time signal analysis
Streaming data parsed at the token boundary. The agent watches every channel and reports anomalies as they emerge — never after.
HANUN // PROGRESSIVE PARTICIPLE — DOING / ACTING
동사를 행동으로. An AI agent platform that doesn't just think — it acts. Real-time decision rendering for autonomous execution.
Streaming data parsed at the token boundary. The agent watches every channel and reports anomalies as they emerge — never after.
Tokens emerge as luminous traces, drawn left-to-right as they cross the inference boundary. Latency rendered visible.
Branches map every choice. Right-angle paths trace from intent to action — no curves, no detours, only execution lines.
The active task ledger. Every decision and tool call streams in as it happens. Click an entry to inspect.
// SECTION 04 — DEPLOY
하는 means doing. Run an agent that doesn't just describe — it dispatches, calls tools, commits decisions, and renders every step into the HUD. Plug into your stack via REST, WebSocket or gRPC.
// initialize const agent = hanun.spawn({ name: "market-analyst", tools: ["web", "db", "shell"], mode: "executing" }); await agent.act("분석하는"); // → decision committed in 04ms