Hyper Code
Hyper is a coding agent with an interactive TUI.
Quick Start
GOOGLE_API_KEY=your_api_key_here
TUI
Ctrl+Qonce: Interrupt current taskCtrl+Qtwice (within 2s): Exit applicationCtrl+C: Interrupt current task
CLI
python -m hypercode.main "create a python file to calculate fibonacci numbers"Architecture
┌──────────────────────────────────┐
│ ReAct Agent │
│ │
│ ┌────────┐ ┌────────┐ ┌──────┐│
│ │ THINK │→ │ ACT │→ │ OBS ││
│ │Analyze │ │Execute │ │Check ││
│ │& Plan │ │Tools │ │Result││
│ └────────┘ └────────┘ └──────┘│
│ ↑ │ │
│ └──────────────────────┘ │
└──────────────────────────────────┘
Tools:
- read_file
- write_file
- create_folder
- run_command