codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
mod context;
mod path;
mod prompt;
mod provenance;

pub use context::{enrich_tool_input_with_runtime_context, insert_field};
pub use prompt::{
    is_codesearch_no_match_output, is_interactive_tool, is_local_cuda_provider,
    local_cuda_light_system_prompt,
};