agenticv0.1

Components

Tool Call

An in-conversation card that visualizes a tool invocation — running (spinner + optional steps), success (green, with the result) or error (with the detail). The result renders as a syntax-highlighted JSON block.

llms.txt ↗

States

  • Loading compliance rules
  • Extracting fields
  • Scoring risk
Result
{
  "risk": "low",
  "confidence": 0.98,
  "sanctions": false
}
Error

Timeout contacting the sanctions provider (HTTP 503).

API

PropTypeDefaultDescription
toolCallToolCallrequiredThe call to render: { id, name, status, detail? }.
stepsstring[][]Sub-steps shown while running and on expand.