Skip to content

Commit 1445783

Browse files
rmdevproclaude
andcommitted
Agent Platform: Beta status + new In Development section
Hero package cards now show "Beta" instead of placeholder version numbers for Context Broker and Modular Agent Host. New § 04 · In Development lists five roadmap services: - Inference Broker — inference-side counterpart to Context Broker; manages how requests reach models, how they are configured, and how results are shaped (codename: Sutherland in Joshua26) - Conversation Broker — agent-to-agent messaging on an email model (Joshua26 concept paper c3) - Agentic File System — intent-based filesystem management (codename Horace; Joshua26 concept paper d7) - Development Cache — shared cache for agentic development work (codename Alexandria) - Observability Platform — observability engineered for agentic systems (codename Apgar) § 05 Install renumbered (was § 04). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d3c4371 commit 1445783

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

open-source/agent-platform.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ <h1>Agent Platform.</h1>
6767
<p class="sub">Two independent but complementary open-source services that solve the two hardest problems in deploying real AI agents: remembering things across conversations, and plugging in new agents without breaking the ones already running.</p>
6868
<div class="two-package">
6969
<div class="package-card">
70-
<div class="head"><span>context-broker</span><span class="v">v0.x</span></div>
70+
<div class="head"><span>context-broker</span><span class="v">Beta</span></div>
7171
<h3>Context Broker</h3>
7272
<p>The memory layer.</p>
7373
</div>
7474
<div class="package-card">
75-
<div class="head"><span>emad-host</span><span class="v">v0.x</span></div>
75+
<div class="head"><span>emad-host</span><span class="v">Beta</span></div>
7676
<h3>Modular Agent Host</h3>
7777
<p>The runtime.</p>
7878
</div>
@@ -165,8 +165,23 @@ <h2>How they fit.</h2>
165165
</div>
166166
</div>
167167

168+
<div class="detail-section">
169+
<div class="lbl">§ 04 · In Development</div>
170+
<div>
171+
<h2>Coming next.</h2>
172+
<p>Additional agentic services on the roadmap, designed to extend the platform. Concept-stage or early build, not yet shipping.</p>
173+
<ul>
174+
<li><b>Inference Broker</b> — the inference-side counterpart to the Context Broker. Manages how requests reach models, how those models are configured, and how results are shaped — treating inference as a purposeful act, not just a transactional model call.</li>
175+
<li><b>Conversation Broker</b> — agent-to-agent messaging on an email-style model: addressed communication, threading, participant history, delivery notification, loop protection. Internal, controlled, no SMTP required.</li>
176+
<li><b>Agentic File System</b> — intent-based filesystem management. Replaces POSIX permissions with a reconciliation between policy intent and action intent. Every mutation carries a stated reason; policies are expressed in terms of purpose, not just path patterns.</li>
177+
<li><b>Development Cache</b> — a shared cache for agentic development work.</li>
178+
<li><b>Observability Platform</b> — observability engineered for agentic systems. Reasoning traces, tool-use patterns, cross-agent flows, and quality signals that matter for multi-agent work.</li>
179+
</ul>
180+
</div>
181+
</div>
182+
168183
<div class="detail-section" id="install">
169-
<div class="lbl">§ 04 · Install</div>
184+
<div class="lbl">§ 05 · Install</div>
170185
<div>
171186
<h2>Run it yourself.</h2>
172187
<div class="code"><span class="comment"># Context Broker</span>

0 commit comments

Comments
 (0)