Skip to content

Commit 9774fd8

Browse files
committed
docs: Add 4 Pillars section (MCP/CLI/SHELL/AGENT) to README
1 parent e1d76ec commit 9774fd8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)