Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hyper coding agent can break down complex coding tasks efficiently (TUI)

License

Notifications You must be signed in to change notification settings

tomlin7/hypercode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperCode

Hyper coding agent in an interactive super TUI.

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 coding agent can break down complex coding tasks efficiently (TUI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages