UNPKG

@vibe-kit/grok-cli

Version:

An open-source AI agent that brings the power of Grok directly into your terminal.

15 lines (14 loc) 413 B
import { ToolResult, AgentState } from '../types/index.js'; export declare class Agent { private textEditor; private bash; private state; constructor(); processCommand(input: string): Promise<ToolResult>; private parseViewCommand; private parseStrReplaceCommand; private parseCreateCommand; private parseInsertCommand; private getHelp; getCurrentState(): AgentState; }