Skip to content

Commit 0aaa511

Browse files
committed
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.
1 parent 1219294 commit 0aaa511

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h3>Blueprint Agentic Workbench</h3>
252252
<a class="os" href="open-source/agent-platform.html">
253253
<span class="k">Platform</span>
254254
<h3>Agent Platform</h3>
255-
<p>Context Broker for durable conversational memory. eMAD Host for hot-pluggable agent orchestration. Run one or both.</p>
255+
<p>Context Broker for durable conversational memory. Modular Agent Host for hot-pluggable agent orchestration. Run one or both.</p>
256256
<div class="tech">Python · LangGraph · Postgres · Neo4j</div>
257257
</a>
258258
<a class="os" href="open-source/pluggable-agents.html">

open-source/agent-platform.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3>Context Broker</h3>
8888
<p>The memory layer.</p>
8989
</a>
9090
<a class="package-card" href="#modular-agent-host">
91-
<div class="head"><span>emad-host</span><span class="v">Beta</span></div>
91+
<div class="head"><span>modular-agent-host</span><span class="v">Beta</span></div>
9292
<h3>Modular Agent Host</h3>
9393
<p>The runtime.</p>
9494
</a>
@@ -274,7 +274,7 @@ <h2>Development Cache</h2>
274274
<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>
275275

276276
<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>
278278

279279
<h3>Offline-Capable Builds</h3>
280280
<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>
@@ -369,8 +369,8 @@ <h2>Run it yourself.</h2>
369369
<span class="cmd">cd</span> context-broker &amp;&amp; <span class="cmd">docker compose up</span> -d
370370

371371
<span class="comment"># Modular Agent Host</span>
372-
<span class="cmd">pip install</span> emad-host
373-
<span class="cmd">emad-host</span> --config config.yaml</div>
372+
<span class="cmd">git clone</span> https://github.com/rmdevpro/emad-host.git
373+
<span class="cmd">cd</span> emad-host &amp;&amp; <span class="cmd">docker compose up</span> -d</div>
374374
<p>Full documentation in each repository. Additional services ship as they reach beta.</p>
375375
</div>
376376
</div>

open-source/pluggable-agents.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
<div class="kicker">§ Agents · Open source</div>
6161
<h1>Pluggable Agents.</h1>
6262
<p class="tagline">Drop-in agents for the services your business already runs on.</p>
63-
<p class="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+
<p class="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>
6464
<div class="two-package">
6565
<div class="package-card">
66-
<div class="head"><span>google-workspace-emad</span><span class="v">v0.2</span></div>
66+
<div class="head"><span>google-workspace-agent</span><span class="v">v0.2</span></div>
6767
<h3>Google Workspace</h3>
6868
<p>Gmail · Drive · Docs · Sheets · Slides · Calendar. 30+ tools.</p>
6969
</div>
7070
<div class="package-card">
71-
<div class="head"><span>microsoft-365-emad</span><span class="v">v0.2</span></div>
71+
<div class="head"><span>microsoft-365-agent</span><span class="v">v0.2</span></div>
7272
<h3>Microsoft 365</h3>
7373
<p>Outlook · Calendar · OneDrive. 15+ tools via Microsoft Graph.</p>
7474
</div>
@@ -81,7 +81,7 @@ <h3>Microsoft 365</h3>
8181
<div class="lbl">§ 01 · Google Workspace</div>
8282
<div>
8383
<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>
8585

8686
<h3>Capabilities</h3>
8787
<div class="caps-grid">
@@ -135,9 +135,9 @@ <h2>Install and the host picks it up.</h2>
135135
<div class="lbl">§ 04 · Install</div>
136136
<div>
137137
<h2>Run them yourself.</h2>
138-
<div class="code"><span class="comment"># Requires eMAD Host already running</span>
139-
<span class="cmd">pip install</span> google-workspace-emad
140-
<span class="cmd">pip install</span> microsoft-365-emad
138+
<div class="code"><span class="comment"># Requires Modular Agent Host already running</span>
139+
<span class="cmd">pip install</span> google-workspace-agent
140+
<span class="cmd">pip install</span> microsoft-365-agent
141141

142142
<span class="comment"># Restart not required — host discovers on install</span></div>
143143
<p>Documentation for each agent lives in its repository.</p>
@@ -148,7 +148,7 @@ <h2>Run them yourself.</h2>
148148
<div class="lbl">§ 05 · Build your own</div>
149149
<div>
150150
<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>
152152
<p style="margin-top:1rem"><a class="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>
153153
</div>
154154
</div>

0 commit comments

Comments
 (0)