Skip to content

Bản Đồ Ecosystem Agent Lân Cận

Guide này tập trung vào AI engineering workflows, harnesses và app frameworks. Ecosystem rộng hơn còn có agent SDKs, managed agent services, low-code automation, data frameworks và observability platforms.

Mục tiêu của trang này là tránh nhầm category.

Ecosystem theo layer

mermaid
flowchart TB
    A[AI engineering ecosystem] --> B[Delivery workflow]
    A --> C[Coding agent harness]
    A --> D[Agent app framework]
    A --> E[Managed agent platform]
    A --> F[Low-code workflow automation]
    A --> G[Data/RAG framework]
    A --> H[Evals and observability]

    B --> B1[Spec Kit / OpenSpec / AI-DLC / GSD / Superpowers]
    C --> C1[Codex CLI / Claude Code / Hermes]
    D --> D1[LangChain / LangGraph / AutoGen / CrewAI / Google ADK / OpenAI Agents SDK]
    E --> E1[Azure AI Foundry Agents / Amazon Bedrock Agents]
    F --> F1[Dify / n8n]
    G --> G1[LlamaIndex / Haystack / Semantic Kernel connectors]
    H --> H1[LangSmith / Langfuse / Phoenix / OpenTelemetry]

Định nghĩa category

CategoryCâu hỏi chínhVí dụOutput
Delivery workflow/methodologyHumans và agents nên deliver software như thế nào?Spec Kit, OpenSpec, AI-DLC, GSD, Superpowersspecs, plans, tasks, reviews, approvals
Coding agent harness/runtimeAI coding agent chạy với tools, memory, files, shell và policies như thế nào?Codex CLI, Claude Code, Hermestool calls, code changes, session memory
Agent app frameworkBuild AI app hoặc agent service như thế nào?LangChain, LangGraph, OpenAI Agents SDK, AutoGen, CrewAI, Google ADKchains, graphs, agents, state, tool calls
Managed agent platformHost/manage enterprise agents bằng provider service như thế nào?Azure AI Foundry Agent Service, Amazon Bedrock Agentsmanaged agents, connectors, deployment controls
Low-code AI workflowTeam không chuyên code compose AI workflow nhanh thế nào?Dify, n8nworkflow canvas, nodes, app templates
Data/RAG frameworkIngest, index, retrieve và ground knowledge như thế nào?LlamaIndex, Haystackindexes, retrievers, document pipelines
Evals/observabilityLàm sao biết behavior đúng trong production?LangSmith, Langfuse, Phoenix, OpenTelemetrytraces, metrics, eval scores, alerts

Các tool lân cận liên quan thế nào

ToolMental model đúngCó thể cạnh tranh vớiKhông thay thế
OpenAI Agents SDKApp-level agent SDK cho tool-using agentsMột số app frameworks/SDKsAI-DLC, Spec Kit, OpenSpec, release governance
AutoGenMulti-agent programming frameworkCrewAI, LangGraph trong vài workload multi-agentDelivery workflow, source-of-truth artifacts
CrewAIRole/task oriented multi-agent frameworkAutoGen, LangGraph trong vài workloadGovernance, evals, tool policy
Google ADKAgent development kit để build/deploy agentsCác agent app SDK khácSDD, AI-DLC, coding harness
Azure AI Foundry Agent ServiceManaged enterprise agent serviceManaged agent platforms khácRepo-level delivery workflow
Amazon Bedrock AgentsManaged AWS agent capabilityManaged agent platforms khácSpec discipline hoặc AI-DLC decisions
DifyLow-code LLM app/agent workflow platformn8n, một số app framework use casesDeep codebase workflow governance
n8n AI AgentWorkflow automation với AI agent nodesDify, automation platformsSpec, tests, code review discipline
LlamaIndexData/RAG-focused frameworkLangChain cho data-heavy RAG flowsDelivery workflow hoặc agent harness
Semantic KernelApp orchestration SDK có enterprise integration patternsLangChain/OpenAI SDK trong vài bối cảnhAI-DLC governance

Khi nào nên thêm deep dive

Không nên thêm deep dive cho mọi AI tool đang nổi. Chỉ thêm deep dive khi một điều kiện sau đúng:

Tín hiệuCó nên thêm page?Vì sao
Người đọc hay nhầm nó với SDD/workflow frameworkGiảm confusion khi ra quyết định
Nó thay đổi source-of-truth artifactsẢnh hưởng delivery method
Nó chỉ là implementation libraryCó thểNên nhắc trong ecosystem map trước
Nó là provider-managed và enterprise-specificCó thểThêm platform page nếu cần deployment guidance
Nó low-code và audience là non-developerCó thểChỉ thêm nếu guide hướng đến citizen developers

Ví dụ chọn thực tế

Tình huốngCombination khuyến nghị
Build custom RAG backend bằng codeOpenSpec + LangChain hoặc LlamaIndex + evals
Build stateful support agentAI-DLC hoặc OpenSpec + LangGraph + tool policy
Build multi-agent research prototypeOpenSpec + AutoGen hoặc CrewAI + Superpowers
Build enterprise agent trên AzureAI-DLC + Azure AI Foundry Agent Service + eval/audit gates
Build enterprise agent trên AWSAI-DLC + Amazon Bedrock Agents + eval/audit gates
Build internal automation bằng low codeOpenSpec-lite + n8n hoặc Dify + tool permission matrix
Build coding/research agent harness riêngHermes + Superpowers + tool permission matrix

Official references

Kết luận ngắn

Nếu tool build runtime behavior, nó thuộc app/platform layer. Nếu tool govern cách code changes được specify, approve, implement và review, nó thuộc workflow layer. Team tốt thường cần cả hai, nhưng không nên nhầm hai thứ này là cùng một loại.

Built as a static bilingual AI engineering stack guide.