https://github.com/layerdynamics/agent_hyperion
https://github.com/layerdynamics/agent_hyperion
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layerdynamics/agent_hyperion
- Owner: LayerDynamics
- Created: 2025-06-09T11:59:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T12:14:31.000Z (10 months ago)
- Last Synced: 2025-10-08T20:19:52.017Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agent_hyperion
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.
## Setup
Install dependencies using pip:
```bash
pip install -r requirements.txt
```
## Usage
Run the agent via the CLI:
```bash
python -m hyperion.cli --name Hyperion
```
## Testing
Execute the test suite with `pytest`:
```bash
pytest
```