Back to docs

Tools

Anime includes a comprehensive set of tools that the AI agent can use to interact with your codebase and system.

Terminal

Execute shell commands in a fully interactive PTY. Supports process supervision, output streaming, and timeout controls.

File Editing

Read, write, edit, and patch files with surgical precision. Uses diff-based editing to apply minimal changes.

Search file contents using regex patterns, glob patterns, and fuzzy matching across the entire codebase.

Web Fetch

Fetch URLs, parse HTML to markdown, and retrieve web content for research and reference.

Codebase Graph

Build and query a semantic graph of your codebase for understanding dependencies, symbol definitions, and call relationships.