docs: add frontmatter to workspace-runtime.md

This commit is contained in:
molecule-ai[bot] 2026-04-21 08:21:17 +00:00 committed by GitHub
parent 96d9d95bf8
commit 1b51b7d908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.