synwire-agent 0.1.0

Agent runtime implementations for synwire
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Middleware implementations.

pub mod archive;
pub mod environment;
pub mod fetch_detector;
pub mod filesystem;
pub mod git;
pub mod http;
pub mod narrowing;
pub mod patch_tool_calls;
pub mod pipeline;
pub mod process;
pub mod prompt_caching;
pub mod summarisation;