derive_agent_tools_internals 0.1.0

Internal implementation crate for derive_agent_tools
Documentation
1
2
3
4
5
6
7
8
9
# derive_agent_tools_internals

Internal implementation crate for the `derive_agent_tools` procedural macros.
Consumers should depend on the `derive_agent_tools` crate instead, which
re-exports these macros together with the runtime support items required by the
expansions.

This crate is published so that `derive_agent_tools` can depend on it on crates.io,
but its API surface is not considered stable by itself.