agent-sdk-tools
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.
[]
= "0.9"
Documentation
- API reference: https://docs.rs/agent-sdk-tools
- Repository, README, and cookbook: https://github.com/bipa-app/agent-sdk
License
MIT. See LICENSE.