Control flow, handoffs, workflows, and agent runtime design.
Hermes Agent v0.5.0 adds 400+ models via Nous Portal, Hugging Face access, Exa support, GPT-5.4 behavior tweaks, and a published changelog. The release broadens provider coverage and hardens the runtime without changing the terminal-first workflow.
Hankweave added short aliases that route the same prompt and code job into Anthropic's Agents SDK, Codex, or Gemini-style harnesses with unified logs and control. The release treats harness choice as a first-class variable instead of forcing teams to rebuild orchestration for each model stack.
CopilotKit published a walkthrough of AG-UI, an event-driven protocol that standardizes how agent frameworks stream text, tool calls, lifecycle events, and state to applications. The protocol aims to let teams swap agent backends without rewriting the UI contract.
OpenCode shipped terminal, desktop, and `opencode serve` workflows for an open-source coding agent with LSP support, plugins, and more than 75 providers. Users should look at the multi-backend web sessions, IPC plugins, and sandboxed local setup as the main differentiators.
Cline launched Kanban, a local multi-agent board that runs Claude, Codex, and Cline CLI tasks in isolated worktrees with dependency chains and diffs. Teams can use it as a visual control layer for parallel coding agents on repo chores that split cleanly.
Every opened Plus One, a hosted OpenClaw that lives in Slack, comes preloaded with internal skills, and works with a ChatGPT subscription or other API keys. It lowers the ops burden for deployed coworkers, so teams can test packaged agents before building their own stack.
OpenClaw 2026.3.24 adds native Microsoft Teams, OpenWebUI sub-agent access, Slack reply buttons, and a control surface for skills and tools. The release expands where the runtime can plug into enterprise workflows, while also increasing the surface area teams need to secure.
CopilotKit shipped hooks that let agents inspect app state and call frontend actions, then paired them with Shadify for ShadCN-based UI composition. It gives embedded agents a cleaner path from chat to in-app behavior.
Agent Flywheel lays out a planning-first workflow built on beads, agent mail, swarms, and TUI inspection for very large coding runs. It is useful because the guide exposes coordination primitives and review loops, not just benchmark screenshots.
LangSmith Fleet introduces shared agents with edit and run permissions, agent identity, human approvals, and tracing. That matters because enterprise agent rollout is shifting from single-user demos to governed, auditable deployment surfaces.
CopilotKit published a generative-ui repo plus an MCP server for bringing agent-built interfaces into existing applications. It gives teams concrete patterns for controlled, declarative, and open-ended UI surfaces instead of ad hoc demos.
JetBrains introduced Air, an agentic development environment where multiple agents can edit alongside you on host, in Docker, or on remote VMs. Its shared out-of-process state and checkout-free Git-server filesystem make multi-agent workflows easier to inspect and control.
LangChain rebranded Agent Builder to Fleet and added agent identity, memory, sharing controls, and LangSmith tracing for multi-user agent operations. It gives teams a governed way to deploy Slack- and GitHub-connected agents without stitching auth and auditing together by hand.
Cognition updated Devin so one session can break down large work and delegate subtasks to worker Devins running in separate VMs. It matters for audits, migrations, and QA runs where one long-context agent is slower than explicit parallelism.
Google now lets Gemini chain built-in tools like Search, Maps, File Search, and URL Context with custom functions inside a single API call. This removes orchestration glue for agent builders and brings Maps grounding into AI Studio for faster prototyping.
Manus added Google Workspace CLI support so one prompt can reply to Doc comments, edit individual Sheet cells, rename Slides, and reorganize Drive folders. Test it if your agent workflows already depend on Google Workspace data and approvals.
Conductor 0.39 adds instant chat summaries, PR actions in the command palette, in-file search, and a faster experimental sidebar. Teams running multi-session coding workflows can use it to cut UI friction and reduce context switching during review and triage.
CopilotKit open-sourced a generative UI template that renders agent-created HTML and SVG in a sandboxed iframe, with examples for charts, diagrams, algorithms, and 3D components. Use it to build interactive chat outputs without waiting for vendor-specific platform support.
Perplexity rolled Computer out to Pro subscribers and added Slack workflows, app connectors, custom skills, and credit-based usage for enterprise teams. Try multi-model agent workflows on real apps, but watch credit usage and local execution tradeoffs.
Nous Research shipped Hermes Agent v0.2.0 after 216 merged PRs, adding native MCP support, editor integrations, worktree isolation, rollback, and a larger skills ecosystem. Try it in real repos if you want broader tool support, official Claude support, and lighter installs.
CopilotKit added AG-UI and A2UI support so agents defined with open specs can stream interactive UI directly to the frontend. Use it to reduce custom glue between backend agent runtimes and user-facing interfaces across stacks.
Ollama added scheduled /loop prompts for Claude Code, enabling recurring research, reminders, bug triage, and PR checks. Use it to automate background routines in local or self-hosted agent setups without adding a separate scheduler first.
ByteDance released DeerFlow 2.0 as an open-source multi-agent system with a browser workspace, parallel tasking, and OpenAI-compatible model support. Try it if you want a reusable repo for autonomous research-and-build workflows instead of a demo stack.
Microsoft introduced Copilot Cowork for Microsoft 365, turning requests into plans that execute across apps and files within enterprise security and governance boundaries. Teams evaluating office agents should watch approvals, app coverage, and durable execution across its multi-model setup.
Hyperbrowser released HyperPlex, an open-source research agent that splits a goal into subtasks, runs browser workers in parallel, and returns cited reports. Teams building deep-research products can study the repo for orchestration, live browsing, and report synthesis patterns.