LLMAssistedUse
这是一个使用Agent和MCP的Anthropic计算机的基本适配版本。采用langgraph、Ollama和qwen2.5开发。此版本仅为运行而存在,仍需更多改进,后续提交中将进行完善。
先决条件
截至目前,需要Ollama来运行此功能,在接下来的版本中,我将加入支持在线LLM的功能
ollama pull qwen2.5
启动Ollama服务
如何运行它
安装python包并运行agent.py
根据上面的信息,执行如下指令:pip install -r requirements.txt
python agent.py
即将进行的更改
Integrate other MCP Servers on the fly
Make the application configurable
