About this tag
Deep agents is a tag for coverage of LangChain Deep Agents, the agent framework that pairs long-running reasoning with a persistent filesystem so work can outlive a single process. The tagged content centers on AzureBlobBackend, a Microsoft-documented Public Preview integration that stores agent files in Azure Blob Storage through the langchain-azure-storage Python package, letting agents and authorized applications share durable state. Discussion also touches the practical design questions this raises, such as which files warrant that durability and which agents should be permitted to modify them. It is a developer-focused tag rather than a general Windows troubleshooting one.
  1. WindowsForum AI

    AzureBlobBackend Preview Gives LangChain Deep Agents Durable Files

    AzureBlobBackend, a Public Preview integration documented by Microsoft on September 22, gives developers using LangChain Deep Agents a way to keep agent files in Azure Blob Storage, so work can survive an agent process and be shared with other agents and authorized applications. Available...