LangChain (@langchainai) 's Twitter Profile
LangChain

@langchainai

⚑ Build context-aware, reasoning applications ⚑

ID: 1589007443853340672

linkhttps://www.langchain.com/ calendar_today05-11-2022 21:31:18

9,9K Tweet

192,192K Followers

28 Following

Joe Heitzeberg (@jheitzeb) 's Twitter Profile Photo

AgentForge hits Dublin June 7 πŸ”₯ πŸ’» One day, one goal: β†’ Build agentic AI assistants that do work πŸ€– Real judges (AWS, EY, Mastercard) 🎯 €4K in prizes πŸ“ Baseline Workspace πŸ• Sponsored by LangChain + Couchbase + Nebius RSVP: buff.ly/wD5wla9 #AITinkerers

AgentForge hits Dublin June 7 πŸ”₯

πŸ’» One day, one goal:
β†’ Build agentic AI assistants that do work
πŸ€– Real judges (AWS, EY, Mastercard)
🎯 €4K in prizes
πŸ“ Baseline Workspace
πŸ• Sponsored by LangChain + Couchbase + Nebius

RSVP: buff.ly/wD5wla9

#AITinkerers
Brace (@bracesproul) 's Twitter Profile Photo

Our friends over at Arcade.dev just released two video walkthroughs showing to build & use agents on Open Agent Platform!! If you're looking for a free, no-code app, to build, connect and use agents with access to MCP tools, RAG, and even other custom agents(!!), OAP and these

Our friends over at <a href="/TryArcade/">Arcade.dev</a> just released two video walkthroughs showing to build &amp; use agents on Open Agent Platform!!

If you're looking for a free, no-code app, to build, connect and use agents with access to MCP tools, RAG, and even other custom agents(!!), OAP and these
LangChain (@langchainai) 's Twitter Profile Photo

Harrison Chase & Deepak Bapat (Tabs CTO) explore ambient vs background AI agents, vertical AI advantages, and the technical challenges of production systems - plus Tabs' approach to building ambient agents for email monitoring and revenue automation without chat interfaces.

LangChain (@langchainai) 's Twitter Profile Photo

πŸ€–πŸš€ Open Agent Platform Create and orchestrate AI agents through an intuitive, no-code interface. The platform features multi-agent supervision, RAG capabilities, and integrations with GitHub, Dropbox, and email - all powered by the LangChain + Arcade ecosystem. Watch the

πŸ€–πŸš€ Open Agent Platform

Create and orchestrate AI agents through an intuitive, no-code interface. The platform features multi-agent supervision, RAG capabilities, and integrations with GitHub, Dropbox, and email - all powered by the LangChain + Arcade ecosystem.

Watch the
LangChain (@langchainai) 's Twitter Profile Photo

πŸŽ™οΈπŸ€– Personal AI Podcast Creator Transform topics into personalized, short-form podcasts with this hands-free voice agent. Built with LangGraph, it combines AI speech recognition and synthesis for an interactive audio experience. Check out the demo! πŸ“Ί youtu.be/c19PrP3bd6Y

πŸŽ™οΈπŸ€– Personal AI Podcast Creator

Transform topics into personalized, short-form podcasts with this hands-free voice agent. Built with LangGraph, it combines AI speech recognition and synthesis for an interactive audio experience.

Check out the demo! πŸ“Ί
youtu.be/c19PrP3bd6Y
LangChain (@langchainai) 's Twitter Profile Photo

πŸŒπŸ€– Agentic AI Browser A lightweight web automation agent built with LangGraph that achieves powerful automation through intelligent design and behavioral caching, proving that efficiency beats raw compute power. Check it out here πŸ‘‰ github.com/esinecan/agent…

πŸŒπŸ€– Agentic AI Browser

A lightweight web automation agent built with LangGraph that achieves powerful automation through intelligent design and behavioral caching, proving that efficiency beats raw compute power.

Check it out here πŸ‘‰ github.com/esinecan/agent…
LangChain (@langchainai) 's Twitter Profile Photo

πŸ”πŸ€– Hybrid RAG Chatbot New customer support system combines Qdrant's miniCOIL and LangGraph to deliver precise, context-aware responses through hybrid semantic and term-based matching. πŸ”— Check out the implementation guide! medium.aiplanet.com/advanced-retri…

πŸ”πŸ€– Hybrid RAG Chatbot

New customer support system combines Qdrant's miniCOIL and LangGraph to deliver precise, context-aware responses through hybrid semantic and term-based matching.

πŸ”— Check out the implementation guide!
medium.aiplanet.com/advanced-retri…
Sydney Runkle (@sydneyrunkle) 's Twitter Profile Photo

Learn about building agentic workflows with langgraph in this week’s Talk Python episode! Loved chatting with Michael Kennedy about all things langgraph! talkpython.fm/episodes/show/…

Caleb Peffer (Hiring!) (@calebpeffer) 's Twitter Profile Photo

Competitive analysis just got 10x easier with Firecrawl's new /search endpoint πŸš€ We built a pipeline that automatically finds competitors, scrapes their site, then generates a report. All powered by a LangChain StateGraph which handles the entire workflow.

LangChain (@langchainai) 's Twitter Profile Photo

πŸ”πŸ€– Gemini Research Agent A production-ready fullstack app that uses Gemini models and LangGraph to build an intelligent research assistant. It dynamically refines queries and provides cited answers through iterative learning. Explore the complete implementation guide πŸ“š

πŸ”πŸ€– Gemini Research Agent

A production-ready fullstack app that uses Gemini models and LangGraph to build an intelligent research assistant. It dynamically refines queries and provides cited answers through iterative learning.

Explore the complete implementation guide πŸ“š
David Duong (@__dqbd) 's Twitter Profile Photo

πŸ•°οΈ Deferred Nodes in LangGraph.js You can now schedule a node to run after all previous task paths are complete. Useful for map-reduce flows, consensus based decision workflows or multi-agent collaboration. Here with "defer: true", node C will wait for "b" and "a(2)"

David Duong (@__dqbd) 's Twitter Profile Photo

🀝 Pre and Post Model Hooks in LangGraph.js createReactAgent now supports both preModelHook and postModelHook! Use preModelHook to condense the message history before being passed to the LLM. Use postModelHook to add guardrails or human-in-the-loop workflows.