Skip to main content

Module tools

Module tools 

Source
Expand description

oxi-cli-specific agent tools.

Complements the built-in tools in oxi-agent with product-specific functionality owned by oxi-cli (composition-root pattern, see AGENTS.md §“SDK is the contract, not the implementation”). Each tool here holds an Arc to a domain store defined in crate::store::* and is registered directly from App::from_oxi.

Re-exports§

pub use issue_tool::IssueTool;
pub use issue_tool::format_issue_full;
pub use issue_tool::format_issue_line;

Modules§

issue_tool
issue agent tool — agent-driven local issue management.