57 related articles
TutorialsLearn how to build a production-grade AI Agent chat app with LangChain and FastAPI, covering streaming tokens, asyncio parallel tool calling, SerpAPI async conversion, and structured output.
TutorialsDeep dive into Langmanus multi-agent framework architecture, explaining LangGraph orchestration with Coordinator, Planner, Supervisor and execution agents, plus a hands-on guide to adding custom agents.
TutorialsMaster LangChain 1.3 Event Stream V3 with 4 monitoring perspectives: run.messages, tool_cause, and more for real-time Agent debugging, streaming output, tool tracking, and token cost control.
TutorialsDeep dive into FastAPI's four core advantages: high-performance async IO, type hints, automatic API docs, and ease of use. Learn the CGI to WSGI to ASGI protocol evolution.
Tech FrontiersDeep dive into LLM 0.32 alpha's two core refactorings: message sequence API aligned with OpenAI format, stream_events for typed streaming responses, serialization design, and backward compatibility.
Deep DivesDeep dive into LangGraph's core architecture, StateGraph design, multi-Agent collaboration, and deployment. Learn how this 31K+ Star project helps build reliable AI Agents.
TutorialsA deep dive into intelligent Agent development with LangGraph, covering core concepts, project architecture, state management, and practical tips for building AI agents in Python.
Product ReviewsDeep dive into Skill-Agent, an open-source FastAPI framework integrating 100+ LLM providers, MCP tool protocol, multi-agent collaboration, RAG knowledge base, and sandbox execution for enterprise AI Agent development.
TutorialsDeep dive into the E-commerce-Smart-Agent open-source framework built with LangGraph and FastAPI, covering RAG knowledge base Q&A, return workflow automation, and graph-based orchestration.
Product ReviewsMicro-Agent is a lightweight AI Agent framework open-sourced by Fudan University, focused on vertical domain applications. It offers streamlined architecture, low learning costs, and high customization flexibility compared to heavyweight frameworks like LangChain.
Tech FrontiersJetBrains open-sources Koog AI Agent framework built on Kotlin Multiplatform for full JVM deployment. Explore Koog's core features, fault-tolerant design, and advantages over Python frameworks.
Tech FrontiersSimon Willison releases LLM Python library 0.32a0 alpha with message sequence prompts and typed streaming responses, redesigning model interaction abstractions for multimodal output, tool calls, and modern LLM features.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, typed streaming events, SQLite-decoupled serialization, and backward-compatible API evolution strategies.
TutorialsGoogle open-sources gemini-fullstack-langgraph-quickstart with 18,000+ Stars. Deep dive into the technical architecture, state machine design patterns, and tool-calling mechanisms of building full-stack AI Agents with Gemini 2.5 and LangGraph.
Product ReviewsDeep analysis of AgentChat, an open-source AI agent platform integrating MCP protocol, RAG retrieval-augmented generation, LangChain framework, and Function Call for multi-Agent collaboration and custom workflows.
Product ReviewsTianshu (mineru-tianshu) is an enterprise-grade open-source AI document preprocessing platform supporting PDF/Office to Markdown conversion, MCP protocol AI assistant integration, with a Vue3+FastAPI full-stack architecture for RAG systems and enterprise knowledge bases.
Deep DivesDeep analysis of Simon Willison's LLM Python library 0.32a0 alpha: message sequences, streaming typed parts, tool calling, and the design philosophy behind backward-compatible refactoring.