agent-sdk-tools 0.10.0

Tool traits, registry, hooks, and store contracts for the Agent SDK
Documentation

agent-sdk-tools

crates.io docs.rs MIT

Tool and store contracts for the Agent SDK: the Tool / TypedTool / AsyncTool traits, the ToolRegistry, lifecycle AgentHooks, the audit-sink protocol, and the MessageStore / StateStore / EventStore / ToolExecutionStore persistence traits (plus in-memory implementations).

Most users want agent-sdk

This crate is consumed through the agent-sdk façade, which re-exports these traits alongside the agent loop, providers, and built-in tools. Depend on the façade unless you are building a narrow, tools-only integration.

[dependencies]
agent-sdk = "0.9"

Documentation

License

MIT. See LICENSE.