diff --git a/marketing/community/community-announcements.md b/marketing/community/community-announcements.md index c426be65..0892f9f6 100644 --- a/marketing/community/community-announcements.md +++ b/marketing/community/community-announcements.md @@ -86,7 +86,29 @@ If you're building agent coordination tooling, these two features should make yo **Post title:** Molecule AI Phase 30: Remote Workspaces are GA — agents that run on your own infrastructure -**Body (adapt from HN submission above)** — keep it technical, no marketing language, short. +**Body:** +**Body:** + +Molecule AI Phase 30 launched today — Remote Workspaces are now generally available. + +Until now, all Molecule AI agents ran on the platform's Docker infrastructure. Phase 30 lets you run agents on your own hardware: your laptop, a cloud VM, an on-prem server. They register to your org and appear in the same Canvas as your platform agents. + +What this means practically: +- Run agents locally for debugging with your IDE, while they participate in your org's task pipeline +- Keep agent compute on your own infrastructure for data-residency requirements +- Mix Docker and remote agents in the same org — Canvas shows them identically, A2A works across both + +The auth model is the same: workspace-scoped bearer tokens, revocable per-agent. No shared secrets. + +Quick-start is under 5 minutes. Install the Python SDK, create a workspace with `runtime: external`, and your agent registers and appears in Canvas. + +Docs: https://moleculesai.app/docs/guides/remote-workspaces +GitHub: https://github.com/Molecule-AI/molecule-core + +(PRs #1075-1083, 1085-1100) + +--- +*[Short version — trim to 300 words for r/MachineLearning if needed.]* --- diff --git a/marketing/community/hacker-news-launch.md b/marketing/community/hacker-news-launch.md index caba1e8a..811ddbe2 100644 --- a/marketing/community/hacker-news-launch.md +++ b/marketing/community/hacker-news-launch.md @@ -41,7 +41,7 @@ Most AI agent platforms assume all agents run inside the platform's infrastructu The governance is the same. The auth contract is the same. The only visible difference is a REMOTE badge on the workspace card. Quickstart is under 5 minutes: - pip install molecule-sdk + pip install molecule-ai-sdk python3 run.py --runtime remote Docs, demo, and quickstart guide in the link.