AgentGuide
AgentFreehttps://adongwanai.github.io/AgentGuide | AI Agent开发指南 | LangGraph实战 | 高级RAG | 转行大模型 | 大模型面试 | 算法工程师 | 面试题库 | 强化学习|数据合成
Capabilities12 decomposed
structured learning path generation for ai agent roles
Medium confidenceGenerates role-specific learning roadmaps (Algorithm Engineer vs Development Engineer) by organizing 300+ curated resources into sequential, interview-annotated learning paths. Uses numeric prefix-based directory ordering (01-theory → 02-tech-stack → 03-practice → 04-interview) to enforce pedagogical progression, with each topic tagged for job-testing relevance and role applicability. Implements resource aggregation pattern that cites external materials rather than reproducing them, enabling lightweight maintenance while preserving signal quality.
Dual-track role-specific roadmaps (Algorithm Engineer vs Development Engineer) with explicit interview-testing annotations for every topic, modeled after JavaGuide's proven job-oriented structure but specialized for agent development
More job-focused and role-differentiated than generic LLM tutorials; provides explicit interview signal rather than just technical depth
curated agent framework comparison and evaluation
Medium confidenceMaintains a structured comparison matrix of agent frameworks (LangGraph, CrewAI, AutoGen, etc.) with evaluation criteria covering architecture patterns, memory systems, tool-calling approaches, and production readiness. Implements a reference-aggregation pattern that indexes official documentation and research papers rather than reimplementing framework knowledge, enabling rapid updates as frameworks evolve. Includes 12-factor agent architecture principles and agent evaluation guidelines that provide decision frameworks for framework selection.
Provides 12-factor agent architecture principles and explicit production-challenge documentation (agent sandbox guide, evaluation complete guide) that go beyond feature comparison to address deployment and operational concerns
Deeper than marketing comparisons; includes production-specific concerns (sandboxing, evaluation, safety) rather than just feature lists
markdown-to-json resource indexing pipeline
Medium confidenceAutomates conversion of Markdown documentation into a JSON index consumed by the frontend SPA. Implemented as Python scripts in scripts/ directory that parse Markdown frontmatter, extract topic hierarchies, and generate a searchable index. Enables rapid content updates without manual index maintenance, supporting the resource-aggregation pattern by keeping documentation and index in sync.
Custom Python pipeline that converts Markdown with role-specific tags (Algorithm Engineer, Development Engineer) into a hierarchical JSON index, enabling role-filtered navigation
Tightly integrated with AgentGuide's role-specific tagging system; most documentation pipelines don't support role-based content filtering
github pages ci/cd deployment with automated resource generation
Medium confidenceImplements a GitHub Actions workflow (.github/workflows/deploy-pages.yml) that automatically triggers resource indexing, builds the SPA, and deploys to GitHub Pages on every commit. Enables continuous deployment of documentation updates without manual build steps. Implements a fully automated pipeline from Markdown source to live website.
Fully automated pipeline from Markdown commit to live website, including resource indexing and SPA build, with no manual intervention required
Zero-friction deployment compared to manual build-and-deploy workflows; leverages GitHub Pages free hosting to eliminate infrastructure costs
rag system design and vector database reference
Medium confidenceIndexes RAG architecture patterns, vector database options (Pinecone, Weaviate, Milvus, Chroma), and document parsing strategies through curated reference documentation and research papers. Implements a knowledge-aggregation pattern that maps RAG papers to practical implementation guides, connecting theoretical foundations (agentic RAG, GraphRAG) to production tooling. Includes document parsing best practices covering PDF extraction, chunking strategies, and metadata preservation.
Bridges research papers (agentic RAG, GraphRAG) with practical tooling choices, including explicit document parsing guide that addresses production challenges like heterogeneous formats and metadata preservation
Connects theoretical RAG advances (agentic RAG, GraphRAG) to implementation choices; most tutorials focus only on basic RAG patterns
context engineering and prompt optimization reference
Medium confidenceProvides structured guidance on context window management, prompt engineering patterns, and token optimization strategies for agent systems. Covers context engineering principles (how to structure prompts for agents), memory system design (conversation history, episodic memory, semantic memory), and token budget allocation across multi-turn interactions. Implements a pattern-documentation approach that catalogs proven prompt structures and context management techniques from research and production systems.
Separates context engineering (how to structure information for agents) from general prompt engineering, with explicit focus on multi-turn agent interactions and memory system design patterns
More agent-specific than generic prompt engineering guides; addresses memory and context persistence challenges unique to multi-turn agent systems
supervised fine-tuning (sft) and model adaptation guide
Medium confidenceDocuments SFT strategies for adapting foundation models to agent tasks, including data synthesis approaches, training pipeline design, and evaluation metrics specific to agent behavior. Covers how to generate synthetic training data for agent-specific tasks (tool-calling, reasoning, planning) and how to measure fine-tuning effectiveness. Implements a reference-aggregation pattern linking SFT research papers to practical implementation considerations.
Focuses specifically on SFT for agent tasks (tool-calling, reasoning, planning) rather than general language model fine-tuning, with emphasis on synthetic data generation for agent-specific behaviors
Agent-task-specific rather than general SFT guidance; addresses unique challenges of training agents (tool-calling accuracy, reasoning consistency)
agent architecture principles and design patterns
Medium confidenceCodifies 12-factor agent architecture principles and design patterns for building production-grade agent systems. Covers agent lifecycle management, error handling, observability, sandboxing, and safety considerations. Implements a pattern-documentation approach that catalogs proven architectural decisions from production systems and research, enabling teams to avoid common pitfalls.
Provides explicit 12-factor agent architecture framework (analogous to 12-factor app) with dedicated sandbox guide and agent evaluation complete guide, addressing production concerns beyond typical agent tutorials
Treats agent architecture as a first-class concern with explicit principles; most agent tutorials focus on capability building rather than production architecture
interview preparation and job-hunting resource aggregation
Medium confidenceAggregates 300+ interview questions organized by role type (Algorithm Engineer, Development Engineer) and topic area, with explicit annotations for how each topic is tested in interviews. Covers LLM fundamentals, coding questions, algorithm problems, and HR/career negotiation topics. Implements a curated-signal pattern that includes only questions with direct interview relevance, avoiding generic LeetCode-style problems in favor of agent-specific technical depth.
Curates interview questions specifically for agent engineer roles (Algorithm Engineer vs Development Engineer) with explicit annotations for interview testing patterns, rather than generic LeetCode-style problems
Agent-role-specific rather than general software engineering interviews; includes HR and career negotiation guidance tailored to AI role transitions
research paper indexing and agentic rag paper collection
Medium confidenceMaintains a curated index of research papers relevant to agent development, with separate collections for agent papers and agentic RAG papers. Implements a resource-aggregation pattern that links to papers with brief context on their relevance to practical agent development. Enables researchers and engineers to quickly find foundational work (ReAct, CoT, tool-calling) and cutting-edge advances (agentic RAG, GraphRAG).
Separates agentic RAG papers from general agent papers, reflecting the emergence of agentic RAG as a distinct research area; provides context on paper relevance to practical development
Curated for agent development relevance rather than comprehensive; includes emerging agentic RAG research that general paper collections may not prioritize
end-to-end project catalogs and workflow examples
Medium confidenceIndexes open-source agent projects and official framework guides organized by complexity and use case. Implements a resource-aggregation pattern that catalogs existing projects rather than reimplementing them, enabling learners to study production code and adapt patterns. Covers agent workflows (multi-step reasoning, tool-calling chains, multi-agent coordination) with links to reference implementations.
Catalogs projects by workflow type (multi-agent coordination, tool-calling chains, planning) rather than just listing repositories, enabling pattern-based learning
Organized by agent workflow patterns rather than just project names; helps learners find relevant examples for their specific use case
static spa frontend with resource index navigation
Medium confidenceProvides a single-page application (SPA) frontend built with HTML/JavaScript that navigates a JSON-indexed resource collection. Implements a resource-index pipeline that converts Markdown documentation into a JSON index consumed by the frontend, enabling fast client-side search and navigation without server-side computation. Uses GitHub Pages for deployment, making the entire guide accessible without infrastructure costs.
Uses a Markdown-to-JSON pipeline (scripts/ directory) to generate a client-side searchable index, enabling fast navigation and GitHub Pages deployment without server infrastructure
Lighter-weight than server-based documentation sites; enables offline browsing and reduces hosting costs by using GitHub Pages
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with AgentGuide, ranked by overlap. Discovered automatically through the match graph.
awesome-generative-ai
A curated list of Generative AI tools, works, models, and references
awesome-generative-ai-guide
A one stop repository for generative AI research updates, interview resources, notebooks and much more!
agency-agents-zh
🎭 211 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 16 种工具,覆盖工程/设计/营销/金融等 18 个部门。含 46 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)
ai-agents-for-beginners
12 Lessons to Get Started Building AI Agents
generative-ai
Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.
GenAI_Agents
50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems.
Best For
- ✓Career changers transitioning into AI agent roles
- ✓Job seekers preparing for agent engineer interviews
- ✓Teams onboarding new engineers into agent development
- ✓Engineering teams selecting agent frameworks for new projects
- ✓Architects designing multi-agent systems
- ✓Developers migrating between agent frameworks
- ✓Content maintainers managing large documentation collections
- ✓Teams implementing similar learning platforms
Known Limitations
- ⚠Content is primarily in Chinese/English mixed; non-native speakers may face comprehension barriers
- ⚠Roadmaps are static documents, not adaptive — don't adjust based on learner progress or skill gaps
- ⚠No built-in progress tracking or personalization — learners must manually navigate and track completion
- ⚠Comparison is static documentation, not a live evaluation tool — doesn't run benchmarks or performance tests
- ⚠Framework landscape evolves faster than documentation can be updated; some comparisons may lag 2-3 months behind latest releases
- ⚠No hands-on sandbox environment for testing frameworks side-by-side
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 20, 2026
About
https://adongwanai.github.io/AgentGuide | AI Agent开发指南 | LangGraph实战 | 高级RAG | 转行大模型 | 大模型面试 | 算法工程师 | 面试题库 | 强化学习|数据合成
Categories
Alternatives to AgentGuide
Are you the builder of AgentGuide?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →