pub struct Recipe;Expand description
Ready-made Selectors so frontends never hand-build prose.
Wiring these into the MCP server instructions / tool description and the REPL
welcome is the next phase (see docs/composable-help.md).
Implementations§
Source§impl Recipe
impl Recipe
Sourcepub fn agent_onboarding() -> Selector
pub fn agent_onboarding() -> Selector
What the MCP instructions: field and an embedder’s agent system prompt use:
the model, the operating contract, and the builtin index — terse.
Sourcepub fn repl_welcome() -> Selector
pub fn repl_welcome() -> Selector
The REPL startup welcome: model + the welcome line, human-flavored. Terse (no Foundations dump, no section headers) — it’s a one-time banner.
Sourcepub fn tool_description() -> Selector
pub fn tool_description() -> Selector
The MCP execute tool description: the operating contract only, terse.
Auto Trait Implementations§
impl Freeze for Recipe
impl RefUnwindSafe for Recipe
impl Send for Recipe
impl Sync for Recipe
impl Unpin for Recipe
impl UnsafeUnpin for Recipe
impl UnwindSafe for Recipe
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more