Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

I built a multi-agent framework that pre-approves loan applications in under 5 minutes 🎉 1. Integrated 5 agents that make use of Experian and Plaid APIs for real-time credit and financial verification 2. The agents look up credit score, DTI, LTV, assets, property valuation and income to assess the...

312,803 Aufrufe • vor 1 Jahr •via X (Twitter)

10 Kommentare

Profilbild von Adam Silverman (Hiring!) 🖇️
Adam Silverman (Hiring!) 🖇️vor 1 Jahr

@Experian @Plaid great work @n_sri_laasya

Profilbild von Sri Laasya Nutheti 🖇️
Sri Laasya Nutheti 🖇️vor 1 Jahr

@Experian @Plaid Agentstack ftw 🤙

Profilbild von Erika⚡️⚡️
Erika⚡️⚡️vor 1 Jahr

@Experian @Plaid hell yeah

Profilbild von Sanket Dongre
Sanket Dongrevor 1 Jahr

@Experian @Plaid Imagine we have a software running on a PC which can track how an expert works and his workflow and builds out an agent prompt from his patterns.

Profilbild von João Moura
João Mouravor 1 Jahr

@Experian @Plaid Love this @n_sri_laasya will you opensource it?

Profilbild von george salapa 🜁
george salapa 🜁vor 1 Jahr

@Experian @Plaid this is very cool was it difficult to API to Plaid?

Profilbild von iamrobotbear (bk)
iamrobotbear (bk)vor 1 Jahr

@Experian @Plaid This is awesome, great work.

Profilbild von Shruti G
Shruti Gvor 1 Jahr

@Experian @Plaid Amazing 🤩

Profilbild von build things that build things
build things that build thingsvor 1 Jahr

@Experian @Plaid Are these pydantic based?

Profilbild von Nima Ghamsari
Nima Ghamsarivor 1 Jahr

@Experian @Plaid This is so sick

Ähnliche Videos

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,261 Aufrufe • vor 1 Jahr

How to setup a multi agent system? Bookmark it 📂 "The Trading Floor" Multi-Agent Market Analysis Council to analyze a stock ticker Z.ai GLM-4.7 🤝 OpenCode Agent framework: CrewAI How it works? 1. User enters a stock ticker to analyze 2. 5 AI agents wake up, each with distinct expertise: - Quant Analyst — technical indicators & price patterns - Sentiment Scout — market mood & crowd psychology - Macro Strategist — sector dynamics & economic context - Risk Manager — volatility, drawdowns & position sizing - Portfolio Chief — synthesizes all perspectives 3. Agents analyze independently using real market data 4. They debate, challenge assumptions, and identify disagreements 5. Portfolio Chief resolves conflicts and delivers a consensus recommendation 6. Final output: buy/hold/sell rating with confidence level, position size, and key risks How to built The Trading Floor? 1. Chose CrewAI as the agent framework — handles multi-agent orchestration out of the box 2. Defined 5 agents with distinct roles, goals, and backstories in Python 3. Built custom tools wrapping yfinance for real market data (prices, indicators, volatility) 4. Configured sequential workflow — specialists analyze first, Portfolio Chief synthesizes last 5. Set up FastAPI backend with SSE to stream agent thoughts in real-time 6. Built Next.js frontend to visualize the "board of directors" deliberating live 7. One environment variable (MODEL=openai/gpt-5.2) powers all agents 8. Generated unique agent icons with AI image tools Total cost: $0 for the framework, pay only for LLM API calls Tech stack: - GLM-4.7 with opencode to build the app - CrewAI (open source) for agent orchestration - GPT-5.2 powering each agent - FastAPI + SSE for real-time streaming - Next.js frontend showing live agent deliberations

CloudAI-X

57,703 Aufrufe • vor 5 Monaten