UNPKG

@vibe-kit/grok-cli

Version:

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

6 lines (5 loc) 218 B
export { BashTool } from "./bash"; export { TextEditorTool } from "./text-editor"; export { TodoTool } from "./todo-tool"; export { ConfirmationTool } from "./confirmation-tool"; export { SearchTool } from "./search";