Register and share your invite link to earn from video plays and referrals.

Colin Francis
@colifran_
software engineer @LangChain, prev @awscloud i like agents and memory. i helped build bedrock agentcore memory. i'm currently helping build openwiki.
103 Following    610 Followers
openwiki 🤝 kiro openwiki v0.5.2 dropped recently and we added two new coding agent integrations. the first one i wanted to showcase is kiro! coding agent integrations make it easier than ever to get started with openwiki 1) npm install -g openwiki@latest 2) openwiki integrations install kiro check it out ⤵️
Show more
Agent harnesses explained in <90 seconds. TLDR: if you’re not working on the model, you’re working on the harness.
Credit Genie uses openwiki to help their engineers and coding agents work more effectively within their code bases their framing of openwiki is as an "institutional knowledge insurance policy" check it out ⤵️
Show more
Credit Genie's coding agents used to guess at how a repo worked. Now they just check their OpenWiki.
Connections offer a simple, elegant way to implement agent auth. We support agent and user (OBO) credentials in mda 0.7. Try it out, it’s magic
an increasingly hard part of agents is handling auth does the agent act as itself, or on behalf of a user we're trying to make this as easy as possible in managed deepagents!
Agent auth is hard, but it shouldn't be! Your agent needs to act as someone: sometimes that's one shared identity, sometimes it's the person asking. To get either right you'll need an OAuth app for each service, a token store, refresh logic, and a consent flow Today we're fixing this with Managed Connections: define who your agent acts as in code, and the rest is handled for you: 𝚊𝚐𝚎𝚗𝚝 -> agent uses its own token 𝚞𝚜𝚎𝚛 -> agent uses the user's token, guiding them through the consent flow if they haven't connected yet With a single argument you avoid the whole OAuth dance. Available now, in 𝚖𝚊𝚗𝚊𝚐𝚎𝚍-𝚍𝚎𝚎𝚙𝚊𝚐𝚎𝚗𝚝𝚜 0.7
Show more
subagents now support forking in deep agents! this gives your subagents the ability to start with all the relevant conversation history the supervisor agent has rather than starting blank. check it out ⤵️
Show more
New in Deep Agents: Subagents can now fork the supervisor's full conversation instead of starting from a blank context window. Everything you need to know from @t_bengre and @chester_curme on the @LangChain_OSS team ⤵️
Show more
new MCP protocol in @LangChain!
ICYMI -- yesterday we released support for the new MCP protocol in @LangChain !! what do you need to know? 1. MCP support is now in the main langchain package! get started with `uv pip install 'langchain[mcp]'` 2. it's now built on top of FastMCP v4; FastMCP has ergonomic support for all things MCP (clients, servers, and apps). FastMCP handles things like protocol negotiation, tool name conflicts, connection lifecycle, transport specs, auth, and caching! 3. langchain now supports elicitation (MCP's human in the loop concept) via interrupts! 4. langchain now supports list_tools caching (so you don't have to re-fetch on every agent run; this was a common pain point for TTFT!) 5. the new protocol is stateless, which means the agent <-> server interactions are more efficient, and much more scale-able.
Show more
really exciting opportunity!
We’re looking for someone to lead SmithDB at LangChain! SmithDB is the database we’ve built from the ground up to power LangSmith. It’s optimized specifically for the access patterns that emerge when you’re storing and querying enormous volumes of agent traces. It’s serving production traffic at significant scale with great performance, but it’s still early. The problems we are solving are genuinely fun and very hard: indexing, query execution, compaction, ingestion specifically for agent observability + making all of this fast and cost-efficient at massive scale. We’re looking for an exceptional engineering leader to take ownership of this critical project. You’re likely a great fit if you’ve built database or distributed systems, led strong engineering teams through technically demanding projects, and have exceptional execution and project management skills. Apply here or DM me directly: Learn more about SmithDB here:
Show more
FastMCP v4 is out! This is what we built @LangChain's new MCP adapter on top of. one of the nicest pieces here is you can connect a client to multiple servers on different protocol versions + FastMCP handles all of the negotiation under the hood.
Show more
Today, we're making some exciting updates to MCP in LangChain, including support for the new stateless MCP spec! @SydneyRunkle with everything you need to know ⤵️
Agent workspaces should be durable, inspectable, and swappable Deep Agents’ virtual file system is intentionally behind a BackendProtocol, so the agent code can keep using read/write/glob/grep while teams choose the storage layer that fits production Nice to see MongoDB support this!
Show more
MongoDB now powers the virtual file system behind @LangChain's Deep Agents. 🚀 This new integration lets you implement Deep Agents' BackendProtocol against MongoDB Atlas instead of building your own storage layer. And agent code calling read_file, write, glob, and grep don’t have to change. Your retrieval and storage run through one backend instead of a maze of stitched-together tools. Vector, full-text, and hybrid search (via $rankFusion) route through Atlas; file reads and writes forward directly to S3. For builders of long-running or multi-agent workflows: Plans, intermediate outputs, and knowledge artifacts persist across sessions, deployments, and sub-agent handoffs, so file-based context survives between runs instead of resetting each time.
Show more
we have an absolutely killer lineup for our Interrupt conference in NYC (sept 24th) in particular, im excited about the fireside chats we're doing with with founders at different parts of the agent stack: - @alexatallah: openrouter is a key part of how companies maintain model optionality and try out the newest models. they've also been innovative on smart routing and model councils - @bernhardsson: modal has one of the best DXs of any company i know, and plays a pivotal role at both the model inference layer as well as sandboxes (useful for coding agents, RL, and more) - @GabeStengel: rogo is the leading ai partner for financial institutions, and is a great example of ai native app companies in addition to these fireside chats, there are many more speakers (including langchain folks!) - so it will be informative and entertaining come join us!
Show more
OpenWiki works best when paired with great coding agents. @colifran_ has been making it trivial to add to your favorite agent
openwiki 🤝 cursor we recently made openwiki more accessible than ever with coding agent integrations. our newest integration is cursor! two commands and you're ready to go: 1⃣ npm install -g openwiki@latest 2⃣ openwiki integrations install new integrations are incredibly easy to add. let me know what you want to see next! check it out ⤵️
Show more
The new LangSmith “Messages View” dropped into my account (beta rollout) Makes following @LangChain traces as easy as following the chat!
been really enjoying watching openwiki evolve first self correcting memory and now making the work itself durable finish something → checkpoint it → fail somewhere else → pick back up really like where this is going
Show more