aegis-tools 1.0.3

Tool system for the Aegis agent runtime
Documentation

aegis-tools

Built-in tool implementations for the Aegis agent.

Provides the core tools that every Aegis agent has access to:

  • ReadFileTool / WriteFileTool: filesystem operations
  • SearchFilesTool: grep-based code search
  • PatchTool: apply unified diffs
  • TerminalTool: shell command execution (with security checks)
  • SessionSearchTool: search past conversations
  • MemorySearchTool: search agent memory by keyword
  • RecordSearchTool: search conversation records
  • BrowserTool: web browsing via bridge
  • TodoTool: task list management
  • SpawnTaskTool: create background tasks

Tools implement the [Tool] trait and register into [ToolRegistry].