UNPKG

hataraku

Version:

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

3 lines (2 loc) 121 B
import { ToolResponse } from '../lib/types'; export declare function formatToolResponse(response: ToolResponse): string;