codetether-agent 4.6.0

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Debug, Clone, Serialize)]
pub struct EvalRequest {
    pub expression: String,
    pub timeout_ms: u64,
}