File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,28 @@ python main.py
117117> /prometheus evolve --iterations 10
118118```
119119
120+ ### 📦 The 4 Pillars (Hackathon Complete Coverage)
121+
122+ PROMETHEUS is not just a bot; it's a complete ecosystem covering all Hackathon tracks:
123+
124+ 1 . ** MCP (Model Context Protocol)** :
125+ * ** Core** : ` jdev_cli/core/mcp.py ` implements the full MCP spec.
126+ * ** Server** : ` jdev_cli/cli_mcp.py ` acts as a compliant MCP server.
127+ * ** Client** : The TUI connects to any MCP server (Blaxel, Local, etc.).
128+
129+ 2 . ** CLI (Command Line Interface)** :
130+ * ** Tool** : ` jdev ` is a Rust-inspired Python CLI.
131+ * ** Install** : ` pip install . ` (Standard)
132+ * ** NPM Plus** : ` npm install -g prometheus-cli ` (Coming soon - JS Wrapper)
133+
134+ 3 . ** SHELL (Textual TUI)** :
135+ * ** Interface** : A Matrix-style TUI built with ` Textual ` .
136+ * ** Features** : Real-time streaming, syntax highlighting, and keyboard-first navigation.
137+
138+ 4 . ** AGENT (Blaxel + Gemini)** :
139+ * ** Brain** : Serverless agents on Blaxel.
140+ * ** Evolution** : Self-improving code via ` Agent0 ` .
141+
120142---
121143
122144## 🏆 Why We Win
You can’t perform that action at this time.
0 commit comments