UNPKG

@mariozechner/pi-agent

Version:

General-purpose agent with tool calling and session persistence

20 lines 643 B
import type { AgentEvent, AgentEventReceiver } from "../agent.js"; export declare class ConsoleRenderer implements AgentEventReceiver { private frames; private currentFrame; private animationInterval; private isAnimating; private animationLine; private isTTY; private toolCallCount; private lastInputTokens; private lastOutputTokens; private lastCacheReadTokens; private lastCacheWriteTokens; private lastReasoningTokens; private startAnimation; private stopAnimation; private displayMetrics; on(event: AgentEvent): Promise<void>; } //# sourceMappingURL=console-renderer.d.ts.map