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
- audit
- System-wide audit trail
- benchmark
- Benchmark module - evaluates CodeTether across models using Ralph PRDs
- bus
- Central in-process agent message bus
- cli
- CLI command definitions and handlers
- cognition
- Perpetual cognition runtime for persona swarms.
- config
- Configuration system
- event_
stream - Event Stream Module
- k8s
- Kubernetes self-deployment and pod management.
- lsp
- LSP (Language Server Protocol) client implementation
- mcp
- MCP (Model Context Protocol) implementation
- moltbook
- Moltbook integration — secure social networking for CodeTether agents
- okr
- OKR (Objectives and Key Results) domain models
- opencode
- OpenCode session integration
- 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
- worker_
server - Worker HTTP Server
- worktree
- Git worktree management for subagent isolation