Skip to main content

Crate oxo_call

Crate oxo_call 

Source
Expand description

Programmatic API for oxo-call.

This module re-exports the public types and key modules so that downstream crates (including the benchmark suite) can depend on oxo-call as a library without reaching into private internals.

§Example

use oxo_call::skill::{Skill, SkillManager, validate_skill_depth};
use oxo_call::history::{HistoryEntry, CommandProvenance};
use oxo_call::mcp::McpClient;

The binary entry point lives in main.rs; this file only surfaces the library interface.

Modules§

config
copilot_auth
GitHub Copilot authentication module.
docs
engine
error
handlers
Extracted command-handler helpers for the CLI dispatch in main.rs.
history
index
job
User-defined named jobs — a command-shortcut library with full lifecycle management.
license
llm
mcp
MCP (Model Context Protocol) skill provider.
runner
sanitize
Data anonymization helpers for sensitive LLM contexts.
server
skill
workflow