Mirrors CLI surface: same input shape, same fetch_result.v1 output. invalid_input error for missing kind-specific fields. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
170 B
Rust
10 lines
170 B
Rust
//! Tool implementations — one module per tool.
|
|
|
|
pub mod schema;
|
|
pub mod doctor;
|
|
pub mod search;
|
|
pub mod ask;
|
|
pub mod ingest_file;
|
|
pub mod ingest_stdin;
|
|
pub mod fetch;
|