Expand description
Built-in plugins shipped with clark-agent.
These cover safety-net concerns that every product variant needs and
that would otherwise have to be re-implemented per call-site. Each
plugin is a regular Plugin implementation —
nothing magic about its placement here.
Re-exports§
pub use graceful_turn_limit::GracefulTurnLimit;pub use opening_gate::OpeningGate;
Modules§
- graceful_
turn_ limit - Graceful turn limit: warn the model before the hard
max_iterationscap fires. - opening_
gate OpeningGate— narrow the very first LLM call’s tool list to a caller-supplied subset.