From 9dc9536bac5f00b7fee8d7ba1b90de7493e12115 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 6 Jun 2026 14:30:14 +0000 Subject: [PATCH] Add Agent Swarm coming soon section --- apps/logicsrc-web/src/main.ts | 38 ++++++++++++++++++++ apps/logicsrc-web/src/styles.css | 62 ++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/apps/logicsrc-web/src/main.ts b/apps/logicsrc-web/src/main.ts index 7beac58..ab55136 100644 --- a/apps/logicsrc-web/src/main.ts +++ b/apps/logicsrc-web/src/main.ts @@ -23,6 +23,13 @@ const implementations = [ { name: "Plugins", detail: "CoinPay, uGig, and sh1pt adapters prove the plugin manifest shape." } ]; +const upcoming = [ + { name: "Model routing", detail: "Switch across major AI model providers from one open spec interface." }, + { name: "Cost controls", detail: "Prefer the cheapest capable model, or rotate providers by price, latency, and task fit." }, + { name: "Agent workflows", detail: "Fan out a bug report into scoped agents for reproduction, patching, review, and evidence." }, + { name: "GitHub integration", detail: "Target Profullstack repos, create issues and branches, and keep task history auditable." } +]; + document.querySelector("#app")!.innerHTML = `