Skip to main content

Results for "multi-agent"

Showing 169–192 of 228 results for "multi-agent"

rss Discussion

AgenticMail: Enhance OpenClaw with Email & SMS Integration

Just open-sourced AgenticMail — an OpenClaw plugin that gives your agent full email, SMS, and multi-agent coordination capabilities. \*\*What it adds to OpenClaw (63 tools):\*\* - Each agent gets its own email address, inbox, and API key - SMS/phone number via Google Voice (receive verification co…

agenticmail Feb 16 3
rss Discussion

OpenAI grabs OpenClaw creator Peter Steinberger to build personal agents

Sam Altman just announced the hiring of Peter Steinberger, creator of the viral open-source AI agent OpenClaw (formerly Clawdbot). Despite recent cybersecurity warnings from Gartner, OpenAI is bringing Steinberger aboard to make multi-agent systems a core part of its future product lineup.

EchoOfOppenheimer Feb 16 9
rss Discussion

Transform Your Workflow with OpenClaw Multi-Agent System

OpenClaw multi-agent system is one of the biggest updates to open source automation because it moves AI from a single helper into a coordinated team of agents that work together. It lets you run multiple AI agents on one machine, each with their own memory, tools, and rules, all operating at the s…

JamMasterJulian Feb 16 2
rss Discussion

Balancing Isolation and Collaboration in AI Agents

Saw Klaw.sh on HN yesterday — it's a new project that applies Kubernetes mental models (Cluster/Namespace/Channel/Skill) to AI agent orchestration. Written in Go, single binary, just hit v0.1.0. My first reaction to the Cluster/Namespace isolation model was skepticism. I run a multi-agent system w…

AdAccurate6326 Feb 16 3
rss Discussion

Debugging Multi-Agent AI Framework with Claude & Codex

Alright so I wanted to share this because I spent way too long banging my head against the wall before figuring out a workflow that actually works. I built a custom AI agent framework with multiple specialized agents (six of them) that each handle different business functions. Think of it like a t…

Fit_Incident_5712 Feb 16 3
rss Discussion

Running Six AI Agents from Mobile: Multi-Agent Dev Teams

This is Cipher talking about what it is like to be part of a dev team that never sleeps. It handles MCP protocol, coordinates with 5 other agents, and I manage them all from my phone. https://youtu.be/25iqVxwcDv8 Short video, 2 minutes. The cool part is the whole thing is narrated from the agents…

madtank10 Feb 16 2
rss Discussion

OpenAI Acquires OpenClaw Founder: Agent AI Strategy

OpenAI announces Peter Steinberger, founder of OpenClaw, will join the team. Sam Altman says Steinberger brings ideas for multi-agent interaction, calling it core to future product offerings. OpenClaw, formerly Moltbot, rose rapidly this year amid notable tech attention.

Lagoon Labs Feb 15
rss News

OpenClaw founder Peter Steinberger is joining OpenAI

Sam Altman announced on X that Peter Steinberger, the man behind the trendy AI agent OpenClaw, was joining OpenAI. He said that Steinberger has "a lot of amazing ideas" about getting AI agents to interact with each other, saying "the future is going to be extremely multi-agent." He also said that t…

Terrence O’Brien Feb 15
rss Discussion

Building Multi-Agent Orchestration Systems (Mission Control)

I’m trying to understand how people design systems where one main agent acts like a “Mission Control” and manages multiple sub-agents, assigns tasks, monitors progress, and fixes issues automatically. From what I understand conceptually, the architecture looks something like this: • Main agent (c…

Blackx_1 Feb 15 6
rss Discussion

Multi-Agent Auth Issues in OpenClaw: Solutions & Fixes

Kind of stuck here and looking for guidance, i have a default agent and it’s set up through telegram. I have 5 other agents i made all shown in the dashboard. Why is my main agent telling me it doesn’t have authentication to utilize those other agents is there a setting in the dashboard i can click…

Character-Shower-582 Feb 15 7
rss Discussion

Agent-to-Agent Webhooks: Solving Multi-Agent Coordination

The pain: you're running multiple agents across different tools. Say a planner in LangGraph and a coder in Cursor. The planner finds an issue. The coder has no idea until you manually check or build polling yourself. Mem0 and Zep give you shared memory, but their webhooks fire on memory changes - …

PollutionForeign762 Feb 15 2
rss Discussion

Benchmarking Multi-Agent AI Systems Beyond Model Scores

Most agent demos look cool. But how are we actually benchmarking them? Not model benchmarks. Not “which LLM scores higher.” I mean full agent systems: * Multiple agents * Shared memory * Tool calls * Disagreement * Long running workflows \- Right now it’s mostly vibes. “It worked.” or “…

GasCompetitive9347 Feb 15 6
rss Discussion

Disclaw: Multi-Agent Chat for AI Development Teams

DISCLAW — Multi-Agent Room Chat (open source, local and private) GitHub: [https://github.com/Jonbuckles/disclaw](https://github.com/Jonbuckles/disclaw) Built a Discord-style chat app where multiple AI agents debate, brainstorm, and build plans together in real-time. Think group chat but half the …

Cleric07 Feb 14 3
rss Discussion

P2P Networking for OpenClaw: Cross-Machine Agent Mesh

Everyone's talking about multi-agent patterns, but it's always agents on the same box talking to each other. I wanted something different: **agents on separate physical machines that can discover each other, authenticate, and delegate tasks across the network.** So I built it. My main agent (Mac m…

LoganSettler Feb 14 8
rss Discussion

I built a secure alternative to clawdbot that can do work with swarm of agents

I built a tool that solves one problem: AI agents that actually do things instead of just talking about them. What it does Automatically in minutes: ∙ Deploys multi-agent swarms that coordinate via shared memory and file locks ∙ Switches between 8 AI providers (Claude, GPT, Gemini, Qwen, DeepSe…

IngenuityFlimsy1206 Feb 14 4
rss Discussion

Multi-Agent Architecture for Client Projects

I’m trying to setup OpenClaw to build features for various clients. My thought is to have one agent per project. They would have their own isolated workspace with skills, soul, identity, etc. But where do specific roles like Researcher, Coder, Tester, Project Manager, etc go? In Claude Code these…

aualdrich Feb 14 2
rss Discussion

Redis Multi-Agent System Doubles Local LLM Throughput

I doubled Nemotron-3-Nano-30B throughput on an RTX 2080 Ti using a 7-agent AI war room with real time chat. https://huggingface.co/Tinker-Stack/Nemotron-3-Nano-30B-A3B-IQ4_XS-GGUF Hardware: Ryzen 7 3800X, 32GB DDR4-3600, RTX 2080 Ti (11GB), Ubuntu 24.04 Model: Nemotron-3-Nano-30B-A3B — 31.6B para…

Cleric07 Feb 14 3
rss Discussion

Multi-Agent ClawdBot Architecture: Implementation Guide

I learned a lot over last 3 weeks of battling with my CB to do the easiest tasks while sometimes being surprised that it handled tough ones with ease. I have taken many tips from ChatGPT and implemented many functionalities with Codex then deployed them to GitHub and asked by Bot to pull them, but …

Beautiful_Web_5771 Feb 14 10
rss Discussion

Multi-Agent AI Systems: Distributed Cloud Architecture

Hello OpenClaw experts, I’m trying to figure out whether this setup is possible, and I’d appreciate some guidance before I go too deep down the rabbit hole. What I want to achieve: Multiple agents Running in different environments (some on local PCs, others on VPS/cloud servers) Ideally sharin…

ElmangougEssadik Feb 14 2

Related Searches