rho-coding-agent 2.3.2

A fast Rust agent harness with a small footprint and opinionated defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "state": "ok",
  "agent_id": "claude-planner",
  "agent_fingerprint": "abc",
  "provider": "claude-code",
  "model": "claude-opus-demo",
  "runtime": "claude-cli",
  "started_at": 1700000000,
  "finished_at": 1700000042,
  "turns": 1,
  "input_tokens": 152,
  "output_tokens": 6,
  "last_activity": "complete",
  "last_text": "Hello from Claude.",
  "result": "Hello from Claude.",
  "claude_session_id": "sess-success-001",
  "total_cost_usd": 0.0123
}