klieo-tools 0.38.0

Tool dispatch + JSON-schema arg validation + timeout enforcement for klieo-core.
Documentation

klieo-tools

Tool dispatch + JSON-schema arg validation + timeout enforcement for klieo-core.

Part of the klieo Rust agent framework.

Features

  • ToolInvoker implementation that dispatches to registered Arc<dyn Tool>
  • JSON-schema validation on tool arguments before invoke
  • Per-tool configurable timeouts with ToolError::Timeout on expiry

Usage

[dependencies]
klieo-tools = "0.36"

Status

0.36.x — pre-1.0; patch releases are backward-compatible. See docs/SEMVER.md.

License

MIT — see LICENSE.