An opensource Manus-like agent using lazyllm(https://github.com/LazyAGI/LazyLLM)
- Plan and give Todo list for input task.
- So many tools supported(Bocha AI search, browser use, coding, file system management, Amap func...)
- MCP server supported.
- set deepseek api key "export LAZYLLM_DEEPSEEK_API_KEY=xxx"
- set Bocha AI search api key in .env
- Depends on your system(Linux/Windows), set specific command in ./mcp_config_list.json for every mcp server.
- set api keys for github and amap mcp servers in mcp_config_list.json
- start playwright mcp server in terminal and set url for remote_playwright mcp server in mcp_config_list.json.(e.x. For Windows: lazyllm deploy mcp_server --sse-port 11287 cmd -- /c npx @playwright/mcp@latest)
- run python -m run_manus.py
- filesystem: https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
- github: https://github.com/modelcontextprotocol/servers/tree/main/src/github
- playwright: https://github.com/microsoft/playwright-mcp
- amap https://mcp.so/zh/server/amap-maps/amap
Friendly reminder: Running the application may consumes a significant amount of token quota, take care :)
- Replay mode
