aegis-tools 1.0.1

Tool system for the Aegis agent runtime
docs.rs failed to build aegis-tools-1.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: aegis-tools-1.0.2

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].