@xemahq/agent-tool-inquiry-channel
v0.1.2
Published
<p align="center"> <svg width="680" height="120" viewBox="0 0 680 120" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="@xemahq/agent-tool-inquiry-channel"> <rect width="680" height="120" rx="14" fill="#0B1020"/> <g transform="tra
Readme
@xemahq/agent-tool-inquiry-channel
Abstract channel bridging an agent tool to an inquiry
Overview
A runtime-agnostic interface plus typed errors that connect "an agent tool needs external input" to "an inquiry has been resolved." Any agent runtime adapter invokes the channel; any inquiry-system implementation provides the concrete behaviour, so neither side depends on the other directly. Pure interface and typed errors — no persistence, framework, or runtime SDK.
When to use it
- Use it as the seam between an agent runtime and an inquiry backend so each can be implemented and tested independently.
Installation
pnpm add @xemahq/agent-tool-inquiry-channelLicense
Apache-2.0 © Xema — xema.dev
