You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove MAD / eMAD terminology from all user-facing copy
- index.html: 'eMAD Host' -> 'Modular Agent Host' on platform card
- pluggable-agents.html: rewrite eMAD language as 'modular agent'; rename display package names to google-workspace-agent / microsoft-365-agent
- agent-platform.html: swap 'A single MAD fronts' -> 'A single service fronts' in Development Cache; display name on card slug is 'modular-agent-host'
Repo URL rmdevpro/emad-host remains in the install snippet as a factual pointer until the repo itself is renamed.
<p>A unified external-dependency cache — one wall between your agentic ecosystem and the public package ecosystem. Transparent proxies for PyPI, NPM, and Docker images mean every build, every container, every agent runtime pulls through a cache you control, not the open internet.</p>
275
275
276
276
<h3>Three Proxies, One Surface</h3>
277
-
<p>A single MAD fronts three caching backends: <b>devpi</b> for PyPI, <b>Verdaccio</b> for NPM, and a private <b>Docker Registry 2.0</b> for images. Agents and CI pipelines configure a couple of environment variables — <code>PIP_INDEX_URL</code>, <code>NPM_CONFIG_REGISTRY</code>, and the Docker daemon's <code>insecure-registries</code> — and all dependency traffic flows through the cache, invisibly.</p>
277
+
<p>A single service fronts three caching backends: <b>devpi</b> for PyPI, <b>Verdaccio</b> for NPM, and a private <b>Docker Registry 2.0</b> for images. Agents and CI pipelines configure a couple of environment variables — <code>PIP_INDEX_URL</code>, <code>NPM_CONFIG_REGISTRY</code>, and the Docker daemon's <code>insecure-registries</code> — and all dependency traffic flows through the cache, invisibly.</p>
278
278
279
279
<h3>Offline-Capable Builds</h3>
280
280
<p>Once a package is cached, subsequent builds don't need the internet at all. Pre-warming tools seed the caches from a <code>requirements.txt</code> or a <code>package.json</code>, so a new host, a fresh container, or a disconnected environment comes online already holding everything it needs. This is the supply-chain wall — fast, repeatable, auditable.</p>
Copy file name to clipboardExpand all lines: open-source/pluggable-agents.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,15 @@
60
60
<divclass="kicker">§ Agents · Open source</div>
61
61
<h1>Pluggable Agents.</h1>
62
62
<pclass="tagline">Drop-in agents for the services your business already runs on.</p>
63
-
<pclass="sub">Every eMAD (ephemeral Modular Agent Daemon) is a Python package that plugs into an eMAD Host. Install it, the Host picks it up, and agents get new capabilities — no downtime, no monolithic redeploy. Two agents are currently published.</p>
63
+
<pclass="sub">Every agent here is a Python package that plugs into the Modular Agent Host. Install it, the Host picks it up, and agents get new capabilities — no downtime, no monolithic redeploy. Two agents are currently published.</p>
<p>Outlook · Calendar · OneDrive. 15+ tools via Microsoft Graph.</p>
74
74
</div>
@@ -81,7 +81,7 @@ <h3>Microsoft 365</h3>
81
81
<divclass="lbl">§ 01 · Google Workspace</div>
82
82
<div>
83
83
<h2>Full Google Workspace, agent-accessible.</h2>
84
-
<p>Gmail, Drive, Docs, Sheets, Slides, and Calendar — all callable by agents via a single registered eMAD. Service-account authentication with domain-wide delegation means agents act on behalf of real users, safely.</p>
84
+
<p>Gmail, Drive, Docs, Sheets, Slides, and Calendar — all callable by agents via a single registered modular agent. Service-account authentication with domain-wide delegation means agents act on behalf of real users, safely.</p>
85
85
86
86
<h3>Capabilities</h3>
87
87
<divclass="caps-grid">
@@ -135,9 +135,9 @@ <h2>Install and the host picks it up.</h2>
<spanclass="comment"># Restart not required — host discovers on install</span></div>
143
143
<p>Documentation for each agent lives in its repository.</p>
@@ -148,7 +148,7 @@ <h2>Run them yourself.</h2>
148
148
<divclass="lbl">§ 05 · Build your own</div>
149
149
<div>
150
150
<h2>Agents for your stack, too.</h2>
151
-
<p>If you need an agent for <b>Slack, Jira, SharePoint, Salesforce, ServiceNow</b>, or your internal APIs — we build those as standard engagements. The eMAD pattern makes it straightforward. The typical agent ships in a week or two depending on API complexity.</p>
151
+
<p>If you need an agent for <b>Slack, Jira, SharePoint, Salesforce, ServiceNow</b>, or your internal APIs — we build those as standard engagements. The modular-agent pattern makes it straightforward. The typical agent ships in a week or two depending on API complexity.</p>
152
152
<pstyle="margin-top:1rem"><aclass="link" href="../index.html#contact" style="color:var(--accent); border-bottom:1px solid var(--accent); padding-bottom:2px; font-weight:500;">Talk to us →</a></p>
0 commit comments