Initial commit: Hyperion — App Store for AI agents

- app.py: single-file Flask service (MCP-native catalog, BTCPay billing)
- README.md: overview + how to run
- LICENSE: MIT
- requirements.txt: flask, requests, werkzeug
This commit is contained in:
2026-08-19 19:29:15 -07:00
commit d0c7e0b881
5 changed files with 917 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
flask>=3.0
requests>=2.31
werkzeug>=3.0