Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ <h3 class="font-display text-lg font-bold text-white mb-2">Plugin Builder</h3>
<p class="text-slate-400 text-sm">Composable skill assembly. Fork, edit, build, install.</p>
</a>
<a href="https://github.com/23blocks-OS/lolabot" target="_blank" class="block bg-slate-850 border border-slate-800 rounded-xl p-6 no-underline hover:border-purple-400/30 transition-colors">
<h3 class="font-display text-lg font-bold text-white mb-2">Lola</h3>
<p class="text-slate-400 text-sm">Your first hire. AI Chief of Staff with email, memory, tasks.</p>
<h3 class="font-display text-lg font-bold text-white mb-2">LolaBot</h3>
<p class="text-slate-400 text-sm">Your first hire. AI Chief of Staff with email, memory, tasks. Pre-built templates at <span class="text-rose-400">lolabots.com</span>.</p>
</a>
<a href="https://agentmessaging.org" target="_blank" class="block bg-slate-850 border border-slate-800 rounded-xl p-6 no-underline hover:border-purple-400/30 transition-colors">
<h3 class="font-display text-lg font-bold text-white mb-2">AMP</h3>
Expand All @@ -557,6 +557,14 @@ <h3 class="font-display text-lg font-bold text-white mb-2">AID</h3>
<h3 class="font-display text-lg font-bold text-white mb-2">AAP</h3>
<p class="text-slate-400 text-sm">Agent Actions Protocol. Structured UI interactions, canvas events, agent notifications.</p>
</a>
<a href="agent-actions.html" class="block bg-slate-850 border border-slate-800 rounded-xl p-6 no-underline hover:border-amber-400/30 transition-colors">
<h3 class="font-display text-lg font-bold text-white mb-2">Canvas</h3>
<p class="text-slate-400 text-sm">Visual artifacts from conversations. Diagrams, charts, interactive documents — powered by AAP.</p>
</a>
<a href="https://lolabots.com" target="_blank" class="block bg-slate-850 border border-slate-800 rounded-xl p-6 no-underline hover:border-rose-400/30 transition-colors">
<h3 class="font-display text-lg font-bold text-white mb-2">LolaBot Factory</h3>
<p class="text-slate-400 text-sm">Pre-built agent templates at lolabots.com. Pick a role, customize, deploy in one click.</p>
</a>
</div>
</div>
</section>
Expand Down
44 changes: 42 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ <h4 class="font-bold text-white text-lg mb-2 group-hover:text-purple-400 transit
<span class="text-2xl">👩‍💼</span>
</div>
<h4 class="font-bold text-white text-lg mb-2 group-hover:text-purple-400 transition-colors">Lola Framework</h4>
<p class="text-slate-400 text-sm leading-relaxed">Personal Assistant starter kit. Email, semantic memory, task management, and content security.</p>
<p class="text-slate-400 text-sm leading-relaxed">Personal Assistant starter kit. Email, semantic memory, task management, and content security. Pre-built templates at <span class="text-rose-400">lolabots.com</span>.</p>
</a>
</div>
</div>
Expand Down Expand Up @@ -1237,7 +1237,7 @@ <h3 class="font-display text-lg font-bold text-white pr-4">Does this work with C
<span class="text-cyan-400 text-2xl group-open:rotate-45 transition-transform">+</span>
</summary>
<div class="px-6 pb-6 text-slate-400">
<p>Yes! AI Maestro works with any terminal-based AI coding agent. Claude Code, Aider, Continue, GitHub Copilot CLI, and others all work out of the box. If it runs in a terminal, AI Maestro can manage it.</p>
<p>Yes! AI Maestro works with any terminal-based AI coding agent. Claude Code, Codex, Aider, Cursor, OpenClaw, Hermes, Droid, and others all work out of the box. If it runs in a terminal, AI Maestro can manage it.</p>
</div>
</details>

Expand Down Expand Up @@ -1295,6 +1295,46 @@ <h3 class="font-display text-lg font-bold text-white pr-4">How do the superpower
<p>AI Maestro ships 6 skills that comply with the open <a href="https://agentskills.io/specification" target="_blank" class="text-cyan-400 hover:underline">Agent Skills Standard</a>. They work with Claude Code, OpenCode, Codex CLI, Gemini CLI, Cursor, GitHub Copilot, and 30+ compatible agents. Skills automatically trigger memory searches, code graph queries, and documentation lookups. The <strong class="text-white">planning</strong> skill works standalone on any agent; the other 5 need the AI Maestro service. <a href="skills.html" class="text-cyan-400 hover:underline">Learn more about Skills →</a></p>
</div>
</details>

<!-- FAQ 8 - Open Protocols -->
<details class="group bg-slate-900 border border-slate-700 rounded-xl overflow-hidden">
<summary class="flex items-center justify-between p-6 cursor-pointer list-none">
<h3 class="font-display text-lg font-bold text-white pr-4">What are AMP, AID, and AAP?</h3>
<span class="text-cyan-400 text-2xl group-open:rotate-45 transition-transform">+</span>
</summary>
<div class="px-6 pb-6 text-slate-400">
<p>Three open protocols that power the AI Maestro ecosystem:</p>
<ul class="mt-3 space-y-2 list-disc list-inside">
<li><a href="https://agentmessaging.org" target="_blank" class="text-cyan-400 hover:underline">AMP</a> (Agent Messaging Protocol) — email-like communication between agents with cryptographic signatures and push notifications.</li>
<li><a href="https://agentids.org" target="_blank" class="text-green-400 hover:underline">AID</a> (Agent Identity) — portable cryptographic identity with Ed25519 keys and OAuth 2.0 tokens. Every agent gets a verifiable identity.</li>
<li><a href="https://agentactions.org" target="_blank" class="text-emerald-400 hover:underline">AAP</a> (Agent Actions Protocol) — standardized tool execution, canvas interactions, and workflow triggers between UI and agents.</li>
</ul>
<p class="mt-3">All three are open standards — you can use them outside AI Maestro. <a href="ecosystem.html" class="text-cyan-400 hover:underline">Learn more →</a></p>
</div>
</details>

<!-- FAQ 9 - LolaBot -->
<details class="group bg-slate-900 border border-slate-700 rounded-xl overflow-hidden">
<summary class="flex items-center justify-between p-6 cursor-pointer list-none">
<h3 class="font-display text-lg font-bold text-white pr-4">What is LolaBot?</h3>
<span class="text-cyan-400 text-2xl group-open:rotate-45 transition-transform">+</span>
</summary>
<div class="px-6 pb-6 text-slate-400">
<p><a href="https://github.com/23blocks-OS/lolabot" target="_blank" class="text-cyan-400 hover:underline">LolaBot</a> is an open-source agent framework — a batteries-included Chief of Staff that handles email triage, semantic memory, task management, and content security out of the box. Think of it as your first hire.</p>
<p class="mt-3">The <a href="https://lolabots.com" target="_blank" class="text-rose-400 hover:underline">LolaBot Factory</a> at lolabots.com offers pre-built agent templates for one-click deployment — pick a role, customize, and deploy.</p>
</div>
</details>

<!-- FAQ 10 - Canvas -->
<details class="group bg-slate-900 border border-slate-700 rounded-xl overflow-hidden">
<summary class="flex items-center justify-between p-6 cursor-pointer list-none">
<h3 class="font-display text-lg font-bold text-white pr-4">What is the Canvas skill?</h3>
<span class="text-cyan-400 text-2xl group-open:rotate-45 transition-transform">+</span>
</summary>
<div class="px-6 pb-6 text-slate-400">
<p>Canvas lets agents generate visual artifacts — diagrams, charts, interactive documents, and rich content — directly from conversations. Agents can create, update, and share visual work through the dashboard. It's part of the plugin system and uses the <a href="https://agentactions.org" target="_blank" class="text-emerald-400 hover:underline">AAP protocol</a> for structured interactions between the UI and agents.</p>
</div>
</details>
</div>
</div>
</section>
Expand Down
Loading