<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Open Multi-Agent — Blog</title><description>Writing on TypeScript multi-agent orchestration: goal-driven task DAGs, mixed-model teams, long-term memory, and lessons from the agent-framework ecosystem.</description><link>https://open-multi-agent.com/</link><item><title>Goal In, DAG Out: How Open-Multi-Agent Turns a Goal into a Task DAG</title><link>https://open-multi-agent.com/blog/goal-to-task-dag-coordinator/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/goal-to-task-dag-coordinator/</guid><description>In most TypeScript agent frameworks you wire the task graph by hand. open-multi-agent&apos;s runTeam() hands a goal to a coordinator that builds the DAG for you — here&apos;s the mechanism, step by step.</description><pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate><category>typescript</category><category>ai</category><category>agents</category><category>opensource</category></item><item><title>Give Your TypeScript AI Agents Long-Term Memory with TencentDB-Agent-Memory</title><link>https://open-multi-agent.com/blog/agent-long-term-memory-tencentdb/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/agent-long-term-memory-tencentdb/</guid><description>Wiring open-multi-agent&apos;s MemoryStore to TencentDB-Agent-Memory through its Hermes Gateway: a measured cross-run memory loop, and two upstream gotchas that decide whether anything gets stored.</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate><category>typescript</category><category>ai</category><category>llm</category><category>tutorial</category></item><item><title>Goal-Driven Agent Orchestration vs Explicit Graphs: A TypeScript Framework Taxonomy</title><link>https://open-multi-agent.com/blog/goal-driven-vs-explicit-graphs/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/goal-driven-vs-explicit-graphs/</guid><description>Most multi-agent framework reviews compare features. This post compares a different axis: where the framework places the decomposition cost. Goal-first frameworks pay it at runtime in tokens; graph-first frameworks pay it at design time in code.</description><pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate><category>typescript</category><category>ai</category></item><item><title>5 walls multi-agent frameworks hit: receipts from Mastra&apos;s year of .network() to Supervisor migration</title><link>https://open-multi-agent.com/blog/multi-agent-framework-walls/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/multi-agent-framework-walls/</guid><description>Mastra spent a year migrating .network() to the Supervisor pattern. 5 engineering walls hit (context, routing, observability, nesting, performance), 18 GitHub issues as receipts. What it means for TypeScript multi-agent framework development.</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate><category>mastra</category><category>typescript</category><category>agents</category><category>opensource</category></item><item><title>How to Run a Mixed-Model AI Agent Team in TypeScript?</title><link>https://open-multi-agent.com/blog/mixed-model-agent-team/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/mixed-model-agent-team/</guid><description>A practical walkthrough from a single-model team baseline to a mixed-provider production setup with live cost and latency monitoring, using open-multi-agent, the TypeScript-ecosystem answer to CrewAI.</description><pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate><category>typescript</category><category>agents</category><category>ai</category><category>opensource</category></item><item><title>Adding Multi-Agent Orchestration to a Vercel AI SDK App</title><link>https://open-multi-agent.com/blog/multi-agent-vercel-ai-sdk/</link><guid isPermaLink="true">https://open-multi-agent.com/blog/multi-agent-vercel-ai-sdk/</guid><description>Add multi-agent orchestration to an existing Vercel AI SDK app: the AI SDK streams tokens and talks to models while open-multi-agent&apos;s runTeam() decomposes the goal and coordinates the agents — sharing a single Next.js API route.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate><category>ai</category><category>nextjs</category><category>webdev</category><category>typescript</category></item></channel></rss>