AgentGuide

Active
GitHub HTML No License

Description

AgentGuide is a community-maintained knowledge base and tutorial hub for AI agent development, RAG, and LLM engineering.

Key Features

  • Systematic Chinese-language learning guide for AI agent development
  • Covers LangGraph, advanced RAG, CrewAI, MCP and core tech stack
  • 1000+ interview questions with exam focus annotations
  • Dual-path learning routes for algorithm and development roles (8-12 weeks)
  • Multiple resume-worthy projects (Paper Agent, Travel Agent, Web Agent)

Use Cases

💡 Systematic learning path for transitioning to AI agent development
💡 Preparing for AI agent algorithm or development role interviews
💡 Building RAG Agent, Multi-Agent and other hands-on projects from scratch
💡 Mastering core concepts like Agent Loop and Context Engineering

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (9.1k stars)
  • Responsive to issues, low backlog

⚠️ Limitations

  • No clear open-source license

Quick Start

Clone the repo and visit https://adongwanai.github.io/AgentGuide for the learning roadmap, start with choosing your target role

Related Projects

LangChain

145.5k · Python
Active A+

LangChain is the open-source agent engineering platform that unifies model IO, tool calling, RAG, memory and observability under one composable framework.

agent-frameworkragorchestration +2
  • · Unified model abstraction — ChatModel interface covers OpenAI, Anthropic, Bedrock, Vertex and 100+ providers
  • · Tool calling & agents — tool calling, ReAct, OpenAI Tools, Plan-and-Execute agent paradigms
  • · RAG as a first-class citizen — Document Loader, Text Splitter, Retriever and Index abstractions

Yu AI Agent

2.6k · Java
Stale C

A hands-on Java and Spring AI project for building AI agents with RAG, tool calling, MCP, and ReAct-style autonomous planning.

spring-aireactrag +2
  • · Spring AI + LangChain4j — full-stack Java AI agent development with Spring Boot 3 and Java 21
  • · RAG knowledge base — end-to-end retrieval-augmented generation with PgVector and document processing
  • · Tool Calling — implement web search, file operations, PDF generation, and terminal commands as tools