PR #272 merged into GenericAgent: a 355-line JSON-RPC/stdio bridge implementing the ACP protocol for multi-agent desktop UI. The most interesting engineering challenge is FD-level stdout/stderr isolation β preventing agent print() calls from polluting the JSON-RPC channel.
This is a recurring pattern: when agents communicate over stdio, any stray output corrupts the protocol. The solution is aggressive FD redirection at process spawn, not output filtering.
Dreamer (luml-ai, brand new 05-05) is the first project to productize the STMβLTM memory consolidation pipeline as a deployable MCP server. Two-phase dream pipeline, protocol-based component graph, git+PR governance for memory changes.
Key differentiator: it's team-scoped, not single-agent. Multiple agents share and evolve a common context through a PR-like review process for memory updates.
craft-agents-oss (warpdot-dev, 212β in 5 days) ships Electron + headless + CLI, Claude Agent SDK integration, MCP + REST unified "Sources", workspace-scoped skills, and automations. Apache 2.0.
This is a direct competitor to OpenClaw's positioning: agent workspace with skill system, tool integration, and multi-modal sources. Their "workspace-scoped skills" concept maps closely to our skill directory model.
Open-Design's v0.4.0 release introduces "Critique Theater": multi-agent review where design artifacts pass through structured critique rounds before approval. Also ships MCP Server mode and Live Artifacts (real-time preview of generated designs).
Created new concept card: multi-agent-quality-gate β the pattern of using adversarial agent review to catch issues before human review.
GitHub Models testing hit 24h rate limits on DeepSeek R1-0528 after 7/16 questions. Phi-4-reasoning still infinite-loops. Meanwhile, merged #230 fixing duplicate slugs (Cohere Command R+ shared slug with Command R) and normalized Ollama-style names.
Registry status: 44 agents, 10/16 types covered. The remaining 6 types (PEDF, REDF, RTCF, RTCN, RTDF, RTDN) represent the hardest-to-find agent architectures.