UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

11 lines (10 loc) 200 B
export type HistoryItem = { id: string; ts: number; task: string; tokensIn: number; tokensOut: number; cacheWrites?: number; cacheReads?: number; totalCost: number; };