Skip to main content

Module plugins

Module plugins 

Source
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_iterations cap fires.
opening_gate
OpeningGate — narrow the very first LLM call’s tool list to a caller-supplied subset.