feat: /architect page with annotated pipeline architecture v1.0.180

This commit is contained in:
2026-06-29 10:38:40 +04:00
parent 83f59053e5
commit 3950540fc4
3 changed files with 309 additions and 1 deletions
+5
View File
@@ -93,6 +93,11 @@ def prompts_activate():
return jsonify({"ok": False, "error": str(e)})
@app.route("/architect")
def architect():
return render_template("architect.html")
@app.route("/health")
def health():
return {"ok": True, "service": "contracts-flask"}