Loading video...

Video Failed to Load

Go Home

Multi Agentic System Simulator built w/ Google DeepMind Gemini 2.5 Pro Canvas. Absolutely stunning to watch how multi-agents are making progress towards the goal achievement! Maybe next step would be auto-porting this into the real framework based impl. such as .

43,962 views • 1 year ago •via X (Twitter)

11 Comments

chansung's profile picture
chansung1 year ago

@LangChainAI maybe this is a fun example too @ankitdp_

MightyBot's profile picture
MightyBot1 year ago

🧠 Unified Search. Smarter Meetings. Effortless CRM. MightyBot is your AI agent platform for seamless workflows—record meetings, automate CRM updates, and find answers across apps in seconds. 🌟 Focus on what matters. We'll handle the grind.

Aish Rajamani's profile picture
Aish Rajamani1 year ago

@GoogleDeepMind @LangChainAI 😮

aiaje com's profile picture
aiaje com1 year ago

@GoogleDeepMind @LangChainAI 정말 멋지네요 ^^

Samuel Ekpe's profile picture
Samuel Ekpe1 year ago

@GoogleDeepMind @LangChainAI This is so cool

Kye Gomez (swarms)'s profile picture
Kye Gomez (swarms)1 year ago

@GoogleDeepMind @LangChainAI Should integrate this into @swarms_corp, this looks incredible.

Samuel Ekpe's profile picture
Samuel Ekpe1 year ago

@GoogleDeepMind @LangChainAI This is really cool! We cooked this ! @algo_diver let’s chat!

chansung's profile picture
chansung1 year ago

@GoogleDeepMind @LangChainAI looks cool!!

Git Maxd's profile picture
Git Maxd1 year ago

@GoogleDeepMind @LangChainAI Whoa, this is rly cool

BadTechBandit's profile picture
BadTechBandit1 year ago

@GoogleDeepMind @LangChainAI Looks great! Just tried it, but it gets stuck as soon as it assign each agent to the task and does not continue from there

chansung's profile picture
chansung1 year ago

@GoogleDeepMind @LangChainAI Yeah sometime buggy but it worked for me most of time

Related Videos

New short course: Practical Multi AI Agents and Advanced Use Cases with crewAI. Learn to build and deploy advanced agent-based systems in real applications in this course, created with CrewAI and taught by its founder, João Moura! (Disclosure: I've made a small seed investment in CrewAI.) In this course, you’ll learn how to create advanced agent-based apps that use external tools, do performance testing, can be trained with human feedback, and perform multiple tasks with different large language models. You will build several practical agentic apps that provide real business value, such as an automated project planning system, lead scoring and engagement pipeline, customer support data analysis, and a robust content creation system. In detail, you will learn how to: - Create these multi-agent systems with the building blocks of tasks, agents, and crews, along with the different things that make them work, such as caching, memory, and guardrails. - Integrate your multi-agent application with internal and external systems. - Connect multiple agents in complex setups, including parallel, sequential, and hybrid configurations, and create flows involving multiple agentic applications working together. - Test your agentic workflow and train it using human feedback to optimize its performance for better and more consistent results. - Work with multiple LLMs in your multi-agent system, using the appropriate model sizes and providers to fit each agent’s specific task. - Start a project from scratch in your environment and prepare it for deployment. You’ll also learn from an interview between João and Jacob Wilson, the Commercial GenAI Principal at PwC , in which they discuss deploying agentic workflows in real industry use cases. By the end of this course, you will be equipped to start building custom multi-agentic systems for your work. Please sign up here!

Andrew Ng

341,204 views • 1 year ago

INFINIT partners with Google and GoogleCloudTech to bring agentic finance to millions. Anyone can access INFINIT's AI Agents for agentic coordination in their financial apps. This partnership marks the first step towards INFINIT becoming the universal infrastructure for agentic finance. This is the foundation for agentic finance at scale. Proven in DeFi, Built for Global Finance INFINIT has proven sophisticated agent coordination in DeFi: • 559,000+ Wallets • 506,000+ DeFi Conversations • 633,000+ Agent Transactions DeFi was the start. Next is scaling these capabilities to millions of developers building the future of agentic finance. A2A Integration Unlocks Exponential Distribution INFINIT integrates with Agent2Agent (A2A), Google's open standard for AI agent interoperability. This transforms how developers access INFINIT's DeFi capabilities.​ Every application adopting A2A automatically gains access to INFINIT's agent infrastructure, exponentially expanding reach from individual partnerships to ecosystem-wide distribution. Any application can now integrate INFINIT's agentic coordination capabilities: • Wallets requiring intelligent portfolio management • Trading platforms executing cross-chain strategies • Financial services building autonomous yield optimization • Portfolio managers coordinating multi-protocol operations Developers integrate sophisticated agentic coordination in a matter of hours, while users access advanced financial strategies with agentic coordination. Google's AI Infrastructure That Enables Agentic Finance Google Cloud's Vertex AI provides the foundation enabling INFINIT's agent coordination at scale with these capabilities:​ 1. Specialization: Vertex AI's Model Garden lets INFINIT's infrastructure to automatically select the optimal LLM for each natural language query.​ 2. Personalization: Vertex AI's RAG Engine processes massive on-chain and off-chain data, enabling agents to understand user history, market conditions, and protocol details providing complete context to AI agents. 3. Accuracy: Gemini's capability feeds complete instructions to all 30+ agents across multiple blockchains without compromises resulting in zero hallucination in financial execution.​​ The Vision: From DeFi to Payments to Complete Financial Coordination This is only the beginning of INFINIT and Google's collaboration.​ Google recently launched its Agent Payments Protocol (AP2) as an extension of A2A - enabling autonomous commerce across 60+ partners including American Express, Mastercard, PayPal, Coinbase, and Revolut.​ Agents will be able to execute purchases, coordinate bookings, and manage delegated financial tasks autonomously, starting from payments. The next stage entails sophisticated agentic coordination beyond simple transactions. INFINIT provides this through A2A-compatible DeFi infrastructure where agents orchestrate: • Personalized yield optimization • Cross-chain liquidity management • Portfolio rebalancing across protocols • Multi-step strategy execution As the agentic payment ecosystem matures, INFINIT becomes the infrastructure enabling agents to not only spend capital, but strategically manage and grow it.​​ From standalone DeFi agents to the universal infrastructure for global agentic finance.​ This partnership and integration with Google and Google Cloud positions INFINIT as a key building block for agentic finance, helping shape a more transparent, efficient, and accessible financial system. The future of finance is agentic. The foundation is INFINIT.

INFINIT

176,699 views • 9 months ago

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

127,724 views • 1 year ago