molecule-core/docs/index.md
Hongming Wang 24fec62d7f initial commit — Molecule AI platform
Forked clean from public hackathon repo (Starfire-AgentTeam, BSL 1.1)
with full rebrand to Molecule AI under github.com/Molecule-AI/molecule-monorepo.

Brand: Starfire → Molecule AI.
Slug: starfire / agent-molecule → molecule.
Env vars: STARFIRE_* → MOLECULE_*.
Go module: github.com/agent-molecule/platform → github.com/Molecule-AI/molecule-monorepo/platform.
Python packages: starfire_plugin → molecule_plugin, starfire_agent → molecule_agent.
DB: agentmolecule → molecule.

History truncated; see public repo for prior commits and contributor
attribution. Verified green: go test -race ./... (platform), pytest
(workspace-template 1129 + sdk 132), vitest (canvas 352), build (mcp).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 11:55:37 -07:00

68 lines
3.1 KiB
Markdown

---
layout: home
hero:
name: Molecule AI
text: The Org-Native OS For AI Agent Teams
tagline: Visual canvas, Go control plane, pluggable runtimes, scoped memory, and operational guardrails for heterogeneous agent organizations.
image:
src: /assets/branding/molecule-icon.png
alt: Molecule AI
actions:
- theme: brand
text: Quickstart
link: /quickstart
- theme: alt
text: Architecture
link: /architecture/architecture
- theme: alt
text: Platform API
link: /api-protocol/platform-api
features:
- title: Visual Org Canvas
details: Build agent organizations as nested workspaces on a live React Flow canvas with drag-to-nest hierarchy, template deployment, bundles, and real-time updates.
icon: "🗺️"
- title: Runtime Compatibility
details: Current main ships adapters for LangGraph, DeepAgents, Claude Code, CrewAI, AutoGen, and OpenClaw under one workspace contract and A2A surface.
icon: "⚙️"
- title: Hierarchical Memory
details: HMA-style LOCAL, TEAM, and GLOBAL scopes plus workspace-scoped awareness namespaces when awareness is configured.
icon: "🧠"
- title: Skill Evolution
details: Local SKILL.md packages, tool loading, plugin-mounted shared capabilities, hot reload, and a documented memory-to-skill promotion path.
icon: "🧩"
- title: Operational Control Plane
details: Registry, heartbeats, pause/resume/restart, approvals, activity logs, traces, terminal access, and runtime tiered provisioning.
icon: "🛡️"
- title: Global Secrets
details: Platform-wide API keys can be inherited by every workspace, with workspace-level overrides when a role needs custom credentials.
icon: "🔐"
---
## What Current `main` Includes
| Area | Current capability |
|---|---|
| **Canvas** | Empty-state deployment, onboarding guide, 10-tab side panel, template palette, bundle import/export, drag-to-nest teams, search, activity and trace views |
| **Platform** | Workspace CRUD, registry, A2A proxy, team expansion, approvals, secrets, global secrets, memory APIs, files API, terminal, viewport persistence, WebSocket fanout |
| **Runtime** | One workspace image with six shipping adapters on `main`: LangGraph, DeepAgents, Claude Code, CrewAI, AutoGen, OpenClaw |
| **Memory** | Scoped agent memories, key/value workspace memory, session-search recall, awareness namespace injection |
| **Skills** | Local skill packages, plugin-mounted shared skills/rules, audit/install/publish CLI helpers, hot reload |
## Compatibility Note
`main` currently ships six runtime adapters. `NemoClaw` appears in branch-level work (`feat/nemoclaw-t4-docker`) and is not documented here as merged `main` functionality.
## Recommended Reading
- [Quickstart](/quickstart)
- [Product Overview](/product/overview)
- [Product Narrative](/product/molecule-product-doc)
- [System Architecture](/architecture/architecture)
- [Comprehensive Technical Documentation](/architecture/molecule-technical-doc)
- [Memory Architecture](/architecture/memory)
- [Workspace Runtime](/agent-runtime/workspace-runtime)
- [Canvas UI](/frontend/canvas)
- [Platform API](/api-protocol/platform-api)