Expand description
CodeTether Agent - A2A-native AI coding agent
A Rust implementation of an AI coding agent with first-class support for the A2A (Agent-to-Agent) protocol and the CodeTether ecosystem.
Modulesยง
- a2a
- A2A Protocol Implementation
- agent
- Agent system
- cli
- CLI command definitions and handlers
- cognition
- Perpetual cognition runtime for persona swarms.
- config
- Configuration system
- mcp
- MCP (Model Context Protocol) implementation
- provider
- AI Provider abstraction layer
- ralph
- Ralph - Autonomous PRD-driven agent loop
- rlm
- Recursive Language Model (RLM) processing
- secrets
- Secrets management via HashiCorp Vault
- server
- HTTP Server
- session
- Session management
- swarm
- Swarm orchestration for parallel sub-agent execution
- telemetry
- Telemetry and usage tracking
- tool
- Tool system
- tui
- Terminal User Interface
- worktree
- Git worktree management for subagent isolation