{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_langchain",
  "slug": "langchain",
  "name": "LangChain",
  "canonical_url": "https://www.openagent.bot/agents/langchain",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Framework for building LLM-powered applications with chains, agents, tools, and 100+ integrations.",
  "capabilities": [
    "tool-calling",
    "workflow-orchestration",
    "rag",
    "connectors"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow",
    "production-agent"
  ],
  "deployment_modes": [],
  "interfaces": [],
  "integrations": [],
  "permission_surface": [
    "memory",
    "external services"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Production adoption without checking source links, maintenance, permissions, and failure recovery."
  ],
  "primary_actions": [
    "Inspect repository",
    "Read setup docs"
  ],
  "evidence_urls": [
    "https://github.com/langchain-ai/langchain",
    "https://python.langchain.com"
  ],
  "last_verified_at": "2026-06-16",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/langchain.json",
    "markdown_url": "https://www.openagent.bot/agents/langchain.md",
    "agent_json_url": "https://www.openagent.bot/agents/langchain.agent.json"
  }
}