CALIBER
Quickstart
Use CALIBER

Tools

The practical guide to defining, testing, governing, and using callable tools in workflows and assistant surfaces.

System userDeveloperOperatorHow ToGA
PrerequisitesA CALIBER deployment with tool access
Reviewed 2026-08-10 · current main branch docs contract

Use this page when you need the practical path for callable tools: define the tool, test it, wire it into a workflow or assistant surface, and understand the sandbox and approval boundaries.

At a glance

TaskStart hereDeep reference
define or register a toolshape the callable contract firstTools architecture
verify tool behavioruse fixture-backed testsTools architecture
call the tool from a workflowconnect it through a workflow nodeWorkflows
govern side effectsinspect approval and runtime policy boundariesTrust and governance

1. What tools are for in CALIBER

Tools are versioned callable assets. They are not just snippets attached to a prompt. CALIBER tracks their contract, tests, and execution boundaries because they may touch real external systems.

2. Common tasks

You want to...Read this next
package a new callableTools architecture
use a tool in a flowWorkflows
expose the tool to an agentic surfaceAria assistant
audit why a tool call was blocked or pausedTrust and governance

3. Common failure modes

SymptomFirst thing to check
The tool works locally but not in CALIBERpackaging, sandbox assumptions, or missing dependencies
The tool appears but cannot run liveapproval policy or runtime permission boundary
The workflow compiles but the tool step failstool schema/inputs do not match the runtime call shape

CALIBER : Contextual Adaptive Lifecycle for Intelligent Build, Evaluation, and Refinement — this page is generated from the authoritative Markdown sources in docs/ and the repository-level ARCHITECTURE.md.