diff --git a/src/pages/agents/AgentComponents.tsx b/src/pages/agents/AgentComponents.tsx
new file mode 100644
index 0000000..7351201
--- /dev/null
+++ b/src/pages/agents/AgentComponents.tsx
@@ -0,0 +1,75 @@
+
+import { Container } from '../../components/Container'
+import { Eyebrow, SectionHeader } from '../../components/Texts'
+
+const components = [
+ {
+ component: 'Long-Term Memory (FungiStor)',
+ purpose: 'Durable, distributed memory with erasure-coded resilience',
+ backedBy: 'Mycelium Storage',
+ },
+ {
+ component: 'Active Retrieval (HeroDB)',
+ purpose: 'Fast multimodal vector + keyword retrieval',
+ backedBy: 'Compute + Storage',
+ },
+ {
+ component: 'Secure Agent Workspaces (MOS Sandboxes)',
+ purpose: 'Ephemeral, isolated execution for agent actions',
+ backedBy: 'Mycelium Compute',
+ },
+ {
+ component: 'Private Communication (Mycelium Mesh)',
+ purpose: 'Peer-to-peer encrypted network',
+ backedBy: 'Mycelium Network',
+ },
+ {
+ component: 'Verifiable Execution (Deterministic Deploy)',
+ purpose: 'Ensure the code running is exactly what you signed',
+ backedBy: 'The Stack',
+ },
+ {
+ component: 'Agent Coordination Engine (coming online next)',
+ purpose: 'Orchestrate multi-step workflows and tool use',
+ backedBy: 'Hero Orchestrator',
+ },
+]
+
+export default function AgentComponents() {
+ return (
+
+
+
+
+
+
+
+ {components.map((item) => (
+ Component
+ Purpose
+ Backed By
+
+
+ ))}
+
+ {item.component}
+ {item.purpose}
+ {item.backedBy}
+
- Hero is the autonomous agent layer for the Mycelium platform—trusted, policy-aware AI that runs on infrastructure you control and remembers what matters. + The Agent layer will allow you to run autonomous, policy-governed AI that operates on infrastructure you control, with private memory, verifiable execution, and coordination across your personal or organizational environment. +
++ Works Alone. Works Together. + Use Agents on top of any Mycelium Cloud deployment or pair them with the Mycelium Network for private, encrypted collaboration across users and systems.
+ Use today’s components — models, storage, compute, mesh — + and step into agents as they arrive. +
+ +- Launch and scale intelligence on your own terms. Mycelium Cloud makes it simple to deploy models, integrate knowledge, and run everything on a network you control. + Even before the full Agent layer launches, you can deploy models and retrieval pipelines using Mycelium Cloud.
- Your private agent coordinates a team of specialists that spin up on demand, collaborate across your world, and deliver end-to-end results. - Many agents, one intelligence—yours. + The Agent layer is the coordination layer that sits on top of the Mycelium Stack, combining memory, execution, and secure communication into a single intelligence plane.