Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 567 Bytes

AgentMakefile

Building LLM agents, Makefile is all you need!

仅仅使用Makefile可以构建各种智能体应用,tools 目录下是c++编写的各种 LLM 服务客户端以及扩展工具代码。

以下是一些智能体例子:

  • agents/Makefile.exam , 出试题卷子智能体,瀑布工作模式,你可以修改提示词,改成任意的科目,一般用于常见的大学考试科目。
  • agents/Makefile.trans, 中文翻译的例子,利用了 思考反射 方式。
  • agents/Makefile.baike, 使用外部工具的例子,百科知识问答