docs.rs failed to build promptforge-tool-picker-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
promptforge-tool-picker
A sentence-embedding resolver that turns a prose description like "read a file from disk" into the tool that does it - no LLM call, no network, no guessing. You describe your tools in prose, build a picker over the catalog, and ask it which tool a need refers to. Querying is a dot product, not an API call. The model is compiled into the library, so there is no path to configure and no weights to ship.
Usage
[]
= "0.1"
use ;
let catalog = new;
let picker = new?;
let decision = picker.pick?;
See the PromptForge User Guide for full documentation.
Minimum Rust Version
Rust 1.89 or later.
License
Licensed under the Boost Software License 1.0.