> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Ecosystem

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">Need help?</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>Ask in Discord</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>Open a GitHub issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>Support guide</span>
    </a>
  </div>
</div>

This lane is the living comparison layer for tools, products, frameworks, and
infrastructure across the agent market.

## What belongs here

* Model ecosystems
* Framework comparisons
* Agent platforms and hosted builders
* Agent infrastructure
* Evaluation tooling
* Browser and computer-use stacks
* Coding agent tools

## Editorial intent

Organize this lane by topic first, not by region or vendor. Each comparison
page should include global coverage, Chinese ecosystem coverage, open-source
options, hosted options, and clear guidance on who should care.

## Current pages

* [Model Ecosystem Map](/ecosystem/model-ecosystem-map): a beginner map of
  model providers, model categories, access patterns, and selection tradeoffs.
* [Agent Frameworks](/ecosystem/agent-frameworks): a topic-first comparison of
  conversation-oriented, graph-oriented, and engineering-first frameworks.
* [Framework Comparison](/ecosystem/framework-comparison): a beginner-friendly
  guide to choosing between LangChain, LlamaIndex, and no framework at all.
* [Agent Platforms And Low-Code Builders](/ecosystem/agent-platforms-and-low-code-builders):
  when to choose builder-first, platform-first, or automation-first surfaces.
* [AI Builder Tools Directory](/ecosystem/ai-builder-tools-directory): a
  beginner directory for choosing assistant, automation, app-builder, and
  template tools by outcome.

## Example starters

* [LangGraph Starter](/ecosystem/examples/langgraph-starter): a minimal graph
  example that future framework comparisons can share.
