You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+66-1Lines changed: 66 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Users enter a product idea in plain English, and the system coordinates multiple
5
5
6
6
Currently, this repository contains the **Core Backend & Orchestration Layer** (v1), which features a clean provider abstraction, strict Zod validation, and real-time Server-Sent Events (SSE) streaming for agent progress.
7
7
8
+
The backend now runs on **real OpenRouter provider calls** with per-agent token optimization (input compression, output caps, and budget guardrails).
9
+
8
10
---
9
11
10
12
## 🚀 Tech Stack & Tools Needed
@@ -92,10 +94,73 @@ apps/
92
94
web/ # Frontend Web App (React/Next.js stub)
93
95
94
96
packages/
95
-
agents/ # Core Orchestration, 6 Subagents, and LLM Provider mock
0 commit comments