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

# Welcome to VectorPeak

> 整理 Agent、RAG、工程实践和个人反思的知识站点

## Get started

<Badge icon="clock" color="green">Written: 2026.06</Badge>
VectorPeak 用于沉淀 Agent、RAG、工程实践和个人反思。这里不是默认文档模板，而是一个持续整理的个人知识入口

<CardGroup cols={2}>
  <Card title="Agent" icon="robot" href="/Agent/Agent_Theory/Evaluation">
    阅读 Agent 理论、框架实践和现代 Agent 产品分析
  </Card>

  <Card title="RAG" icon="magnifying-glass" href="/RAG">
    整理检索增强生成相关的技术体系和工程实践
  </Card>

  <Card title="Actions" icon="list-check" href="/Guides/reflections/actions">
    沉淀可执行的计划、习惯和阶段性推进方式
  </Card>

  <Card title="Observations" icon="eye" href="/Guides/reflections/observations">
    记录对职场、团队、协作和行业变化的观察
  </Card>
</CardGroup>

## Current focus

<Steps>
  <Step title="Agent">
    继续整理 LangChain、LangGraph、现代 Agent 和 Agent 评测相关内容
  </Step>

  <Step title="RAG">
    逐步补充 RAG 技术体系、检索策略、向量数据库和项目实践
  </Step>

  <Step title="Actions & Observations">
    把职业思考、职场观察和成长复盘从零散笔记沉淀成可回看页面
  </Step>
</Steps>

## Explore the docs

<CardGroup cols={3}>
  <Card title="LangChain" icon="link" href="/Agent/Agent_Framework/LangChain/LangChain">
    理解 LangChain 的组件体系、链式调用和工程边界
  </Card>

  <Card title="LangGraph" icon="diagram-project" href="/Agent/Agent_Framework/LangGraph/LangGraph">
    理解 LangGraph 的图结构、状态管理和多智能体协作
  </Card>
</CardGroup>
