Skip to content

Commit dc2cf3e

Browse files
rmdevproclaude
andcommitted
Agent Platform: Inference Broker — hot-pluggable LangGraphs, not "logic layer"
The extensibility mechanism is a hot-pluggable LangGraph behind each alias (same pattern used elsewhere in the ecosystem), not a fixed "logic layer" of built-in behaviors. Rate-limit fallback, size-based routing, format reshaping, content-aware dispatch are typical patterns — but because each alias is a real graph, the range is open. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e5db39c commit dc2cf3e

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 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 contentcode authoring to one model, code testing to another. Like the Context Broker, its Imperator can metacode new aliases, routes, and transformation logic.</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 hot-pluggable LangGraph that can do whatever the author wires it to do. Typical patterns include rate-limit fallback, size-based local-vs-cloud routing, format reshaping between providers (OpenAIAnthropic), and content-aware dispatch (code authoring to one model, code testing to another) — but because each alias is a real graph, the range is open. Like the Context Broker, its Imperator can metacode new aliases and graph plugins.</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)