From 461d206f2928355ffd3c215824f2ed14cd7524b5 Mon Sep 17 00:00:00 2001 From: kang Date: Fri, 24 Apr 2026 19:54:29 +0800 Subject: [PATCH] init: project scaffold --- .gitignore | 12 ++++++++++ .memory/source-analysis.md | 16 +++++++++++++ .memory/worklog.json | 11 +++++++++ .project.json | 30 +++++++++++++++++++++++++ RULES.md | 17 ++++++++++++++ index.html | 46 ++++++++++++++++++++++++++++++++++++++ source | 1 + 7 files changed, 133 insertions(+) create mode 100644 .gitignore create mode 100644 .memory/source-analysis.md create mode 100644 .memory/worklog.json create mode 100644 .project.json create mode 100644 RULES.md create mode 100644 index.html create mode 160000 source diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd31b51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +node_modules/ +dist/ +build/ +.env +.env.local +.env.production +__pycache__/ +*.pyc +.DS_Store +.vscode/ +.idea/ +*.log diff --git a/.memory/source-analysis.md b/.memory/source-analysis.md new file mode 100644 index 0000000..f847644 --- /dev/null +++ b/.memory/source-analysis.md @@ -0,0 +1,16 @@ +# ARES 源码解析(withmartian RL Agent 训练框架) 源码解析 + +> 创建日期:2026-04-24 +> 上游版本:待填写 + +## 概览 + +待补充 + +## 核心模块 + +待补充 + +## 关键流程 + +待补充 diff --git a/.memory/worklog.json b/.memory/worklog.json new file mode 100644 index 0000000..1b806bc --- /dev/null +++ b/.memory/worklog.json @@ -0,0 +1,11 @@ +{ + "entries": [ + { + "ts": "2026-04-24T00:00:00+08:00", + "type": "milestone", + "message": "项目创建: ARES 源码解析(withmartian RL Agent 训练框架)", + "hash": "", + "files_changed": 0 + } + ] +} diff --git a/.project.json b/.project.json new file mode 100644 index 0000000..8fce77b --- /dev/null +++ b/.project.json @@ -0,0 +1,30 @@ +{ + "name": "ARES 源码解析(withmartian RL Agent 训练框架)", + "description": "withmartian/ares RL-first LLM Agent 训练与评估框架全面源码解析:Agent runtime(沙箱/工具/观察/任务)+ RL 训练接口(reward/rollout/gymnasium 协议)两半都深入,带 file:line 证据", + "status": "active", + "kind": "analysis", + "created": "2026-04-24", + "ports": [ + { + "port": 4510, + "label": "dev", + "fixed": true + } + ], + "worklog": { + "path": ".memory/worklog.json", + "auto": true + }, + "ownership": "personal", + "source": { + "upstream": "https://github.com/withmartian/ares.git", + "path": "source/", + "last_sync": "2026-04-24", + "version": "c804aa2" + }, + "analysis": { + "path": ".memory/source-analysis.md", + "version": "c804aa2", + "last_updated": "2026-04-24" + } +} diff --git a/RULES.md b/RULES.md new file mode 100644 index 0000000..e2b5bb0 --- /dev/null +++ b/RULES.md @@ -0,0 +1,17 @@ +# ARES 源码解析(withmartian RL Agent 训练框架) + +## 启动 +- `python3 -m http.server 4510` — 端口 4510 + +## 部署 +- 平台:待定 +- 域名:待定 + +## 环境变量 +- 待补充 + +## 规则 +- 待补充 + +## 注意事项 +- 待补充 diff --git a/index.html b/index.html new file mode 100644 index 0000000..2297107 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + ARES 源码解析(withmartian RL Agent 训练框架) + + + +
+

ARES 源码解析(withmartian RL Agent 训练框架)

+

withmartian/ares RL-first LLM Agent 训练与评估框架全面源码解析:Agent runtime(沙箱/工具/观察/任务)+ RL 训练接口(reward/rollout/gymnasium 协议)两半都深入,带 file:line 证据

+ +
+

概述

+

待补充研究内容...

+
+ +
+

核心发现

+

待补充...

+
+
+ + diff --git a/source b/source new file mode 160000 index 0000000..c804aa2 --- /dev/null +++ b/source @@ -0,0 +1 @@ +Subproject commit c804aa22cb9dac2f9fb7ef52ee573286ae0f6c6d