Skip to content

Commit e5db39c

Browse files
rmdevproclaude
andcommitted
Agent Platform: polish Inference Broker bullet, add Imperator metacoding
Tightened phrasing — single proxy, named aliases, logic layer shapes and redirects. The four example behaviors kept in a cleaner list form (rate-limit fallback, size-based routing, format reshaping, content dispatch). Added the parallel to Context Broker: the Inference Broker has its own Imperator that metacodes aliases, routes, and transformation logic. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 32ae932 commit e5db39c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎open-source/agent-platform.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2>How they fit.</h2>
171171
<h2>Coming next.</h2>
172172
<p>Additional agentic services on the roadmap, designed to extend the platform. Concept-stage or early build, not yet shipping.</p>
173173
<ul>
174-
<li><b>Inference Broker</b> — a proxy for every model call in the ecosystem, local and cloud. An <b>alias, routing, and logic layer</b>: a named alias can route directly to a specific model (<code>gpt-5.4</code> → GPT 5.4), or it can run through a configurable logic layer that shapes and redirects the call. Examples: fall back to a secondary model on a rate-limit error; route small calls to local inference and large ones to the cloud; receive a request in OpenAI format and reshape it for an Anthropic endpoint; dispatch code-authoring requests to one model and code-testing requests to another.</li>
174+
<li><b>Inference Broker</b> — a single proxy in front of every model call across the ecosystem, local or cloud. Clients invoke a named alias; the alias either points straight at a specific model, or runs through a logic layer that shapes and redirects the call. That logic can fall back to a secondary model on a rate-limit error, send small requests to local inference and large ones to the cloud, reshape an OpenAI-format call for an Anthropic endpoint, or dispatch by content — code authoring to one model, code testing to another. Like the Context Broker, its Imperator can metacode new aliases, routes, and transformation logic.</li>
175175
<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>
176176
<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>
177177
<li><b>Development Cache</b> — a shared cache for agentic development work.</li>

0 commit comments

Comments
 (0)