SYS//HANUN.AI v3.07.142
UTC --:--:--
FRAME 0001 // CMD CENTER RING ARRAY ONLINE

하는

HANUN // PROGRESSIVE PARTICIPLE — DOING / ACTING

LAT 37.5665°N
LON 126.9780°E
SIG 100%
PWR NOMINAL
PING 04ms
NET SECURE
AGT 24/24
ETA --:--

동사를 행동으로. An AI agent platform that doesn't just think — it acts. Real-time decision rendering for autonomous execution.

RADAR LOCKED 24 AGENTS ONLINE 412.7 TOK/S
// SECTION 02 DASHBOARD QUADRANT ARRAY
[Q-01] 분석하는 // ANALYZE

Real-time signal analysis

Streaming data parsed at the token boundary. The agent watches every channel and reports anomalies as they emerge — never after.

  • NLP92%
  • Vision78%
  • Audio64%
UPLINK SECURE EXEC RUN
[Q-02] 생성하는 // GENERATE

Output stream visualizer

Tokens emerge as luminous traces, drawn left-to-right as they cross the inference boundary. Latency rendered visible.

TOKENS/SEC // 412.7
MODEL HANUN-X3 CTX 128K
[Q-03] 학습하는 // LEARN

Decision tree topology

Branches map every choice. Right-angle paths trace from intent to action — no curves, no detours, only execution lines.

NODES 1024 DEPTH 17
[Q-04] 실행하는 // EXECUTE

Agent execution log

The active task ledger. Every decision and tool call streams in as it happens. Click an entry to inspect.

  1. 14:22:07 [OK] tool.search("market.index")
  2. 14:22:09 [OK] agent.spawn("analyst-04")
  3. 14:22:11 [!] latency.spike +42ms
  4. 14:22:13 [OK] commit.decision("BUY-04")
  5. 14:22:14 [OK] dispatch.executor()
QUEUE 17 RATE 7.2/s
// SIGNAL INTEGRITY
99.7%
// AGENTS DISPATCHED
24
// MEAN DECISION LATENCY
04 ms
// TOKENS PROCESSED 24H
8.42M
// SECTION 03 PROGRESSIVE VERB STREAM
분석하는ANALYZING
학습하는LEARNING
예측하는PREDICTING
생성하는GENERATING
실행하는EXECUTING
결정하는DECIDING
탐색하는EXPLORING
최적화하는OPTIMIZING

// SECTION 04 — DEPLOY

From parse to execute in one frame.

하는 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