Skip to content

zhouzaida/min-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

min-agent

min-agent 是一个只有 200 行代码的 LLM Agent,便于理解 Agent 的工作原理。如果你想将 Agent 应用到实际项目中,可以试试 Lagent

安装

git clone
cd min-agent
pip install -e . -v

使用

注册谷歌搜索 API 账号(有 2500 次免费调用额度),获取 API_KEY

export SERPER_API_KEY=your_serper_api_key

注册 LLM API 账号,例如 kimideepseek

  • kimi chat

    注册 Kimi API 账号,获取 API_KEY

    export OPENAI_API_KEY=your_api_key
    export MODEL_NAME=moonshot-v1-8k
    export BASE_URL=https://api.moonshot.cn/v1
  • deepseek chat

    注册 Deepseek API 账号,获取 API_KEY

    export OPENAI_API_KEY=your_api_key
    export MODEL_NAME=deepseek-chat
    export BASE_URL=https://api.deepseek.com/v1

运行 min-agent

python min_agent/agent.py --message '请你介绍一下 LLM Agent'

About

minimal agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages