Thank you for using Perseus! Here are the primary resources for getting help and reporting issues.
For questions on how to use Perseus, please consult the documentation:
- Documentation Directory: Contains guides, examples, and detailed specs.
- AGENTS.md: Guidelines for AI contributors.
- ROADMAP.md: Current roadmap and future milestones.
If you encounter a bug or have a feature request:
- Search existing GitHub Issues to see if the topic is already being discussed.
- If not, open a new issue using our structured templates for either bug reports or feature requests.
Perseus is designed as a zero-dependency, single-file CLI engine (relying only on Python's built-in libraries and pyyaml for parsing).
- You do not need to install it via
pipor manage complex environment setups. - You can simply copy-paste
perseus.pydirectly into your workspace or download it and run:python perseus.py --version
- If you want to contribute, please refer to the contribution guidelines.