Skip to content

tomlin7/hypercode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper Code

Hyper is a coding agent with an interactive TUI.

image

Quick Start

pip install -e .
GOOGLE_API_KEY=your_api_key_here

TUI

python -m hypercode
  • Ctrl+Q once: Interrupt current task
  • Ctrl+Q twice (within 2s): Exit application
  • Ctrl+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

About

hyper is a lightweight autonomous CLI based coding agent framework built in python that follows a ReAct-style agent loop (reason -> act -> observe -> repeat).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages