Agent-template — Agent Tool by zhuqn1021

by zhuqn1021 · Agent Tool · ★ 114

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About Agent-template

Agent Template 项目指南 一个面向生产原型的 Python AI Agent 项目模板,内置多模型切换、Function Calling 工具调用、RAG 多路召回、对话记忆、LangGraph 编排示例,以及完整执行过程 Trace 复盘能力。 能力概览 多模型抽象:统一封装 DashScope 和 OpenAI 兼容接口,支持 DeepSeek、GLM、Moonshot、Ollama 等。 Agent 分层:提供纯对话 和支持 ReAct 工具循环的 。 工具系统:基于 OpenAI Function Calling schema,支持工具注册、自动执行、结果回传。 RAG 增强:支持 Qdrant 向量检索、关键词召回、多路召回、RRF 融合排序。 记忆系统:支持本地内存和 Redis 滑动窗口记忆。 LangGraph 示例:展示如何把检索、规划、工具调用、回答生成编排成显式图流程。 Trace 复盘:记录一次请求中的 RAG、Memory、LLM、Tool 调用全过程,便于排查和评估。 目录结构 text agenttemplate/ ├── agents/ # Agent 核心层 │ ├── base.py # AgentBase + AgentResponse │ ├── chatagent.py # 对话型 Agent │ └── taskagent.py # ReAct 工具调用 Agent │ ├── config/ # 配置管理 │ ├── loader.py # YAML + ENV 配置加载 │ ├── settings.py # dataclass 配置结构 │ ├── settings.yaml # 基础配置 │ └── settings.development.yaml # 开发环境覆盖配置 │ ├── examples/ # 示例代码 │ ├── chatexample.py # 基础对话 │ ├── toolagentexample.py # 工具调用 │ ├── modelswitchexample.py # 模型热切换 │ ├── ragexample.py # RAG 多路召回问答 │ ├── multiagentexample.py # 多 Agent 协作 │ └── langgraphorchestrationexample.py # LangGraph 编排 │ ├── llm/ # LLM 多模型抽象层 │ ├── base.py # ChatMessage / LLMResponse / L

Quick Facts

Stars114
Forks3
LanguagePython
CategoryAgent Tool
Quality Score64.3560008467361/100
Last Updated2026-04-24
Created2026-04-17
Platformspython
Est. Tokens~9k

Compatible Skills

These tools work well together with Agent-template for enhanced workflows:

  • m_flow — semantic(0.27)+complementary+same_lang+similar_pop+shared_platform (60%)
  • LLM-Agents-Ecosystem-Handbook — semantic(0.26)+complementary+same_lang+similar_pop+shared_platform (59%)
  • mengram — semantic(0.24)+complementary+same_lang+similar_pop+shared_platform (58%)
  • openclaw-qa — semantic(0.36)+complementary+same_lang+similar_pop+shared_platform (58%)

Agent-template alternative? Top 5 similar tools

Looking for a Agent-template alternative? If you're comparing Agent-template with other agent tool tools, these 5 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • claude-plugins by Kamalnrf · ⭐ 522

    Lightweight registry to discover, install, and manage all public Claude plugins and agent skills for your favo

  • claude-skills-marketplace by mhattingpete · ⭐ 442

    Claude Code Skills for software engineering workflows - Git automation, testing, and code review

  • tutor-skills by RoundTable02 · ⭐ 400

    A Claude Code skill that turns PDFs, docs, and codebases into Obsidian study vaults

  • lenny-skills by RefoundAI · ⭐ 382

    86 product management skills from Lenny's Podcast for Claude Code and AI agents. Hiring, user research, strate

  • repren by jlevy · ⭐ 371

    Power rename/refactor tool (now with agent skill support!)

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is Agent-template?

Agent-template is 一个开箱即用的现代化的 AI Agent 项目模板,采用分层架构设计,包含LLM 多模型抽象层、Tools 工具链系统、Skills 技能系统、Agent 核心层 、RAG 检索增强多路召回、Memory 记忆系统、 配置系统、以及多Agent编排示例等企业级功能。. It is categorized as a Agent Tool with 114 GitHub stars.

What programming language is Agent-template written in?

Agent-template is primarily written in Python.

How do I install or use Agent-template?

You can find installation instructions and usage details in the Agent-template GitHub repository at github.com/zhuqn1021/Agent-template. The project has 114 stars and 3 forks, indicating an active community.

What are the best alternatives to Agent-template?

The top alternatives to Agent-template on Agent Skills Hub include claude-plugins, claude-skills-marketplace, tutor-skills. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse Agent Tool tools