A coding agent that reads code like a human does, walks folder trees, analyzes imports, parses ASTs and reasons about where to go next. Context heavy, code aware and developer minded.
Install dependencies using pip:
pip install -r requirements.txtRun the agent via the CLI:
python -m hyperion.cli --name HyperionExecute the test suite with pytest:
pytest