Skip to content

Commit bc970ca

Browse files
rmdevproclaude
andcommitted
Agent Platform: Inference Broker — Python module, not LangGraph
LangGraph only appears on the site as a stack label; introducing it as a first-class extension concept here only would be inconsistent. Using "hot-pluggable Python module" instead keeps the vocabulary consistent. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dc2cf3e commit bc970ca

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 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 (OpenAI → Anthropic), 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>
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 Python module 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 (OpenAI → Anthropic), and content-aware dispatch (code authoring to one model, code testing to another) — but because each alias is real code, the range is open. Like the Context Broker, its Imperator can metacode new aliases and 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)