admin777
|
b631acd42e
|
feat: 将插件 stdin 协议定为 v1,并按声明注入凭据
进程外插件改为只读环境变量和自身配置,避免读宿主 appsettings;宿主按 plugin.json 声明注入 LLM / OpenWeather 等凭据。
|
2026-09-11 10:46:52 +08:00 |
|
admin777
|
d1b979f2db
|
chore: 简化 MAF1.Core 编译配置并加入 AGENTS.md
- MAF1.Core 移除 <EnableDefaultCompileItems>false> 与显式 Compile Include,
改由 SDK 默认编译所有 .cs,新增文件无需再手动登记 csproj
- 新增 AGENTS.md,沉淀项目结构、构建命令、关键陷阱与约定
- .gitignore 移除 /AGENTS.md 与 /CLAUDE.md 排除项,允许指令文件入库
|
2026-09-02 11:21:03 +08:00 |
|
admin777
|
b0e89b6092
|
feat: 新增方案 C 的 Handoff 路由宿主,并让抽城市支持自然语言。
把图 JSON 编译成 CreateHandoffBuilderWith + WithHandoff;Agent 固定 Id 以免交接工具名错位;DeepSeek 关闭 thinking,避免多轮丢掉 reasoning_content 导致 400。
|
2026-09-01 17:56:41 +08:00 |
|
 admin777andCursor
|
2c5c6fd118
|
chore: 理顺 Core/Web 命名空间,并显式列出 Core 编译文件。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-09-01 14:07:46 +08:00 |
|
admin777
|
950d09ddb0
|
docs: 为 CLI、网页编排器和插件协议补充学习向注释
在核心类型、图执行器、stdio 插件和前端入口写清职责与对照路径,不改运行行为。
|
2026-08-28 11:51:48 +08:00 |
|
admin777
|
a3cca78592
|
feat: 拆分 CLI 与网页宿主,并在无有效城市时暂停等人确认
将原单体 MAF1 拆成 MAF1(控制台工作流)和 MAF1.Web(可视化编排)。
抽城市失败时暂停:网页弹确认、CLI 控制台询问,超时采用默认结束查询;
也可改填城市后继续。共享决策模型放在 MAF1.Core。
|
2026-08-28 10:43:57 +08:00 |
|
admin777
|
5544788917
|
初始提交
|
2026-08-26 18:06:02 +08:00 |
|