caliban-tools-builtin 0.4.0

Built-in tools (Read/Write/Edit/Bash/Glob/Grep/WebFetch) for the caliban agent harness — internal crate for the caliban binary; no API stability, pin exact versions
Documentation

Built-in tools for the caliban agent harness.

Each tool implements caliban_agent_core::Tool with a JSON Schema for its input. All tools share a WorkspaceRoot for path resolution.

Modules are grouped by capability:

  • [fs] — filesystem tools (Read, Write, Edit, MultiEdit, NotebookEdit).
  • [shell] — shell execution (Bash) plus background-job tools.
  • [web] — WebFetch / WebSearch.
  • [memory] — auto-memory ReadMemoryTopic / WriteMemoryTopic.
  • [agent] — sub-agent orchestration (AgentTool) and TodoWrite.
  • [search] — Glob and Grep.
  • [plan] — EnterPlanMode / ExitPlanMode.
  • [workspace] — shared WorkspaceRoot path-resolution type.