Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

ElizaOS Ecosystem Map -- Version #3 🤖 AI Agent Framework (Core) 1) ElizaOS -- elizaOS 🧠 - Open source AI Agent framework - Cross-chain compatible (Solana, Base, EVM) - Supports plugins for social media, blockchains, and APIs 🏗️ Infrastructure 2) ElizaCloud ☁️ - Cloud hosting platform for AI agents...

25,942 Aufrufe • vor 4 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

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

58,189 Aufrufe • vor 7 Monaten

"AI agents will hold more crypto than humans within a decade." Charles Hoskinson (Charles Hoskinson) studied math, dropped out, built one of the only blockchains designed by peer-reviewed research. He co-founded Ethereum, walked away over how it was run, and built Cardano to do it differently. The man who has argued with everyone in this industry now thinks the biggest user of crypto won't be people at all. "Humans are a rounding error in the system we're building. AI agents don't sleep, don't panic-sell, and don't care about price. They transact in tokens because that's the only thing they can actually use." We cover: - Why AI agents (not humans) become the dominant on-chain actors, and what that does to every token model - The infrastructure that has to exist before agents can transact safely at scale - Why most current blockchains can't handle machine-speed transactions - Where Cardano's research-first approach fits in a world of autonomous agents - The identity problem: how do you tell a human from an agent on-chain, and why it matters - Why he's bullish on the technology but blunt about the timeline - What he thinks the rest of the industry is getting wrong about AI + crypto - The one thing that has to happen for any of this to be real Thanks to Charles for coming on New Era Finance Podcast. TIMESTAMPS: 00:00 - Intro 01:30 - Why AI Agents Change Everything 06:30 - Humans as a Rounding Error 12:00 - The Infrastructure Gap 18:30 - Identity: Human vs Agent On-Chain 24:30 - Where Cardano Fits 30:00 - What The Industry Gets Wrong 34:00 - The Timeline Nobody Wants To Hear

Michaël van de Poppe

293,287 Aufrufe • vor 2 Monaten

NEAR AI Ecosystem - “What Did You Ship This Week?” Ep. 9 A week of steady momentum across the NEAR AI stack. From Open Agent Alliance expansion and new agent standards to browser-native private data operators and OAuth-powered crossposting infrastructure, builders continue pushing open-source AI forward. Timestamps & Highlights: 00:00 – Intro by Cameron.near🇺🇸 from NEAR AI 01:36 – AVB from Open Agent Alliance (OAA) shares updates on the OAA. After its ETHDenver launch, OAA is ramping up with a renewed website, active working groups around agent discovery, secure communication, and decentralized payments. Their mission: build a truly open, interoperable agent ecosystem across Web3 and beyond. 09:18 – play_tingz unveils their AI-powered gaming creation platform. Using simple text prompts, users can instantly generate 3D games without coding. 18:44 – shudong from MIZU demos MIZU Agent, a browser-native AI operator that lives in your existing browser environment. It accesses private data securely without re-logins, supporting agent-native interactions like navigating social media and automating tasks locally. 28:53 – 𝕵𝖔𝖗𝖉𝖆𝖓✨🐾ヤᵇᵃ ͥ ꜝ9d from PublicAI introduces new features including live quizzes for contributor skill validation, Hot Wallet integration for seamless Web3 reward claims, and Discord Connect to strengthen expert communities. PublicAI continues expanding its decentralized data sourcing platform. 40:40 – elliot braem from open crosspost shows CrossPost, an OAuth-integrated platform letting NEAR accounts securely control social media posting. Users can sign actions with their wallets via function call access keys, enabling bots and agents to crosspost content without needing direct account access. 52:50 – Matt Lockyer from Proximity Labs announces the Bankr x Shade Agent hackathon. Developers are invited to extend BankerBot's functionality with new Shade Agents that leverage NEAR Chain Signatures for decentralized agent-to-agent transactions. Submissions open through May 3rd. 1:01:37 – Wrap-up by Cameron.near🇺🇸 with updates on upcoming NEAR AI releases, including auditor agents for discovery and security + private inference compute networks. The future is NEAR – the blockchain for AI. Catch the full replay:

NEARWEEK

30,822 Aufrufe • vor 1 Jahr

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,343 Aufrufe • vor 1 Jahr

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 Aufrufe • vor 9 Monaten

Anthropic's Claude Ai Agents Team just Educated how to build production AI agents in under 30 mins. For Free. From the engineers who built the stack. CANCEL Your Weekend Plans, and Learn to Build AI Agents Today. Bookmark it. Watch it. Build your first production agent this weekend. $5,000/month. $7,000/month. $12,000/month. People are building agents for clients and charging $$$ as Beginners. You're still stuck in the thinking about AI phase. This video fixes that tonight. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward. ↓ Ivan Nardini runs Developer Relations for AI at Google Cloud. He just gave away the entire production agent stack in 30 minutes. This is the talk that separates people deploying AI agents that actually scale from people whose agents break the moment they leave localhost. Here's everything inside. I break down a production AI video like this every week. Follow Himanshu Kumar. ↓ The 4-part agent stack that actually scales. Most devs are duct-taping frameworks together and calling it an "AI agent." Ivan lays out the real stack: Agent Development Kit (ADK): open-source, code-first framework for building, evaluating, and deploying agents. Supports Claude models through Vertex AI directly. Model Context Protocol (MCP): lets your agent talk to any tool or data source with one standard. Vertex AI Agent Engine: managed platform for deploying, monitoring, and scaling agents in production. No DevOps headaches. Agent-to-Agent Protocol: open protocol so agents built on different frameworks can actually work together. This is the stack replacing every hacky agent setup in production right now. Full MCP + Claude breakdowns drop weekly on Himanshu Kumar. ↓ Building your first real agent. Ivan builds a birthday planner agent live. LLM Agent class. Name it. Define instructions. Pick the model. He uses Claude 3.7 Sonnet. You could use Opus 4.7 for better reasoning. Full agent built in minutes. Not weeks. Watch the build once and you'll never structure an agent the wrong way again. I post agent architectures people pay $500 courses to learn. Himanshu Kumar. ↓ Multi-agent systems without the chaos. Single agents are easy. Multi-agent systems are where 99% of builders fail. Ivan extends the birthday planner by: Adding a calendar service through MCP tools Creating an orchestrator agent to route requests between agents Handling state and context across agent handoffs This is production multi-agent architecture. Clean. Scalable. Debuggable. Most tutorials hand-wave this part. This one shows you every step. Multi-agent orchestration content drops weekly on Himanshu Kumar. ↓ Deployment without the DevOps nightmare. This is where most AI projects die. You build a cool agent locally. It works. You try to deploy it. Everything breaks. Vertex AI Agent Engine fixes this: Minimal code deployment Automatic monitoring of latency, CPU, and memory Built-in observability and logging No infrastructure setup needed You provide config and requirements. The platform handles the rest. This is how agents actually get to production. Deployment guides for Claude agents post every week. Himanshu Kumar. ↓ Agent-to-Agent Protocol: the future nobody's talking about. Most people don't know this exists yet. The A2A Protocol lets agents built in different frameworks communicate seamlessly. Your Claude agent. My LangChain agent. Someone else's CrewAI agent. All talking to each other. All solving parts of the same problem. All without custom integration code. This is the infrastructure layer of the coming AI economy. Getting in early on A2A Protocol is like getting in early on HTTP in 1995. A2A deep dive coming soon. Himanshu Kumar. ↓ 30 minutes from the team shipping this in production. You'll learn more from this than from 6 months of YouTube tutorials made by people who've never deployed an agent past localhost. People who watch this understand production AI agents at the architect level. People who skip it keep hacking together frameworks that break every time an API updates. Save the video. Watch it tonight. Build a real agent this weekend. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward.

Himanshu Kumar

228,387 Aufrufe • vor 3 Monaten