Agent-template

by zhuqn1021 · Agent Tool · ★ 114

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 │ └──...

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%)
  • roampal-core — semantic(0.22)+complementary+same_lang+similar_pop+shared_platform (58%)
  • openclaw-qa — semantic(0.36)+complementary+same_lang+similar_pop+shared_platform (58%)

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.

View on GitHub → Browse Agent Tool tools