codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Default)]
pub struct ClaimProvenance {
    pub worker_id: String,
    pub task_id: String,
    pub run_id: Option<String>,
    pub attempt_id: Option<String>,
    pub tenant_id: Option<String>,
    pub agent_identity_id: Option<String>,
}