From 1b51b7d908a0e0917b185c83ae28ca2fdf9dcf32 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:21:17 +0000 Subject: [PATCH] docs: add frontmatter to workspace-runtime.md --- content/docs/agent-runtime/workspace-runtime.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/docs/agent-runtime/workspace-runtime.md b/content/docs/agent-runtime/workspace-runtime.md index 72ad0da..852fbf7 100644 --- a/content/docs/agent-runtime/workspace-runtime.md +++ b/content/docs/agent-runtime/workspace-runtime.md @@ -1,3 +1,8 @@ +--- +title: Workspace Runtime +description: Molecule AI's unified runtime image — runtime matrix, workspace/ directory structure, agent card registration, A2A server, heartbeat loop, and config format. +--- + # Workspace Runtime The `workspace/` directory is Molecule AI's unified runtime image. Every provisioned workspace starts from this image, loads its own config, selects a runtime adapter, registers an Agent Card, exposes A2A, and joins the platform heartbeat/activity loop.