Claw-R1 项目主页仓库(GitHub Pages)。
在线访问地址:https://AgentR1.github.io/
index.html:主页入口文件(访问根域名会直接展示)doc.md:主页文案草稿与资料整理index.md:早期 Markdown 版本主页(保留作参考)
在仓库目录执行(任选其一):
- Python 3:
python3 -m http.server 8000
- Node.js:
npx serve .
然后访问:
- http://127.0.0.1:8000(Python)
- 或命令行输出中的本地地址(Node)
- Claw-R1: https://github.com/AgentR1/Claw-R1
- Agent-R1: https://github.com/0russwest0/Agent-R1