AG2 Bloggerag2.hashnode.dev·Jan 15, 2025Streaming input and output using WebSocketsAuthors: Mark Sze, Tvrtko Sternak, Davor Runje https://www.youtube.com/watch?v=lG8ESZPgSQY TL;DR Learn how to build an agent chat application using WebSockets and IOStream Explore a hands-on example of connecting a web application to a responsiv...31 likes#agent
AG2 Bloggerag2.hashnode.dev·Jan 14, 2025Real-Time Voice Interactions over WebRTCAuthors: Mark Sze, Tvrtko Sternak, Davor Runje, Davorin Rusevljan https://www.youtube.com/watch?v=6hVl-MtTrCc TL;DR: Build a real-time voice application using WebRTC and connect it with the RealtimeAgent. Demo implementation. Optimized for Real-...31 likesllm
AG2 Bloggerag2.hashnode.dev·Jan 14, 2025Real-Time Voice Interactions with the WebSocket Audio AdapterAuthors: Mark Sze, Tvrtko Sternak, Davor Runje, Davorin Rusevljan TL;DR: Demo implementation: Implement a website using websockets and communicate using voice with the RealtimeAgent Introducing WebSocketAudioAdapter: Stream audio directly from you...30 likesrealtime
Zahiruddin Tavargerezahere.com·Jan 14, 2025How Uber Saved 140,000 Hours Monthly Using Generative AI AgentsVideo https://www.youtube.com/watch?v=UPBMkFSJdBI The Problem at Hand Uber's data platform processes approximately 1.2 million interactive queries monthly, with 36% of these coming from the operations organization. This group—comprising engineers...Generative AItxt to sql
Arpit Dalalblog.arpitdalal.dev·Jan 10, 2025The AI Developer Divide: Autonomous Agents vs Coding CompanionsIntroduction At this point, you've likely heard of AI products like GitHub Copilot, Cursor, and Devin. If not, it's worth understanding what these different products offer, especially as Devin has just launched publicly for USD 500 per month for a se...114 readsAI
Zahiruddin Tavargerezahere.com·Jan 10, 2025A Deep Dive into Google's "Agents" White Paper: Hype or Revolution?Video https://www.youtube.com/watch?v=FgRGwnpd2HY Google's recent white paper on "Agents" has created quite a buzz. The paper explores the concept of AI agents and delves into their architecture and potential. Let's break down what this white paper...68 readsGenerative AIagentic AI
Shreyas DhawareforFutureSmart AI Blogblog.futuresmart.ai·Jan 9, 2025Freshdesk Ticketing Automation with AI Agents: A Complete GuideIntroduction At FutureSmart AI, we've helped many clients improve their support systems with AI customer service solutions. Now, we're sharing our proven approach to creating a custom AI assistant for customer service using Freshdesk. This tutorial s...14 likes·527 readsAI
AG2 Bloggerag2.hashnode.dev·Jan 7, 2025ReasoningAgent Update - Beam Search, MCTS, and LATS for LLM ReasoningAuthors BabyCNM, Hrushikesh Dokala, Chi Wang, Qinyung Wu https://www.youtube.com/watch?v=W7hfRA7XXjI Key Updates in this Release: Configuration Changes All reasoning parameters are now configured through a single reason_config dictionary Breaki...20 likesllm
Spheron NetworkforSpheron's Blogblog.spheron.network·Jan 6, 2025Building Your First Hierarchical Multi-Agent SystemArtificial intelligence (AI) has progressed from isolated, single-task agents to more sophisticated systems that can collaborate, strategize, and adapt to dynamic environments. These systems are known as multi-agent systems. While individual agents h...AI (Artificial Intelligence)AI
Rounak ShowforFutureSmart AI Blogblog.futuresmart.ai·Jan 5, 2025Build a Multi-Agent System with LangGraph: A Complete Tutorial on Agent OrchestrationIntroduction In the last three blogs in our Ultimate Langraph Tutorial Series, we highlighted different components of LangGraph for beginners, Long-term Memory Support, and building an AI agent with custom tools support. After implementing these syst...1 like·1.2K readsUltimate Langraph TutorialAI