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
11
12
mod claims;
mod middleware;
mod state;
#[cfg(test)]
mod tests;
mod token;
mod util;

pub use claims::JwtClaims;
pub use middleware::require_auth;
pub use state::AuthState;
pub use token::extract_unverified_jwt_claims;