Hyper coding agent in an interactive super TUI.
pip install -e .GOOGLE_API_KEY=your_api_key_herepython -m hypercodeCtrl+Qonce: Interrupt current taskCtrl+Qtwice (within 2s): Exit applicationCtrl+C: Interrupt current task
python -m hypercode.main "create a python file to calculate fibonacci numbers"┌──────────────────────────────────┐
│ ReAct Agent │
│ │
│ ┌────────┐ ┌────────┐ ┌──────┐│
│ │ THINK │→ │ ACT │→ │ OBS ││
│ │Analyze │ │Execute │ │Check ││
│ │& Plan │ │Tools │ │Result││
│ └────────┘ └────────┘ └──────┘│
│ ↑ │ │
│ └──────────────────────┘ │
└──────────────────────────────────┘
Tools:
- read_file
- write_file
- create_folder
- run_command