1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
//! Per-harness [`Integration`](crate::Integration) implementations.
//!
//! Each submodule is independent. Adding a harness is: create a new file,
//! implement [`Integration`](crate::Integration), and register it in
//! [`crate::registry::all`].
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub use AmpAgent;
pub use AntigravityAgent;
pub use AntigravityCliAgent;
pub use ClaudeAgent;
pub use ClineAgent;
pub use CodeBuddyAgent;
pub use CodexAgent;
pub use CopilotAgent;
pub use CrushAgent;
pub use CursorAgent;
pub use ForgeAgent;
pub use GeminiAgent;
pub use HermesAgent;
pub use IFlowAgent;
pub use JunieAgent;
pub use KiloCodeAgent;
pub use OpenClawAgent;
pub use OpenCodeAgent;
pub use PiAgent;
pub use QoderCliAgent;
pub use QwenAgent;
pub use RooAgent;
pub use TabnineAgent;
pub use TraeAgent;
pub use WindsurfAgent;