我的一些 agents,提高生产力的同时还能学习。
名字即功能,直接看名字就知道它能干什么。
python -m venv llmWindows:
.\llm\Scripts\activateLinux/MacOS
source llm/bin/activatepip install -r requirements.txt直接执行目标脚本即可,例如:
python your_agent_script.pyRAG 相关脚本需通过 Streamlit 运行:
streamlit run ./rag_agent.py每个 Agent 设计为独立功能模块,名称即核心用途。 建议在虚拟环境中运行以避免依赖冲突。