|
|
269661afff
|
feat(memory-gateway): 引入 Memory Gateway 配置、凭据存储和服务编排
* 新增 MemoryGatewayConfig 和 MemoryConfig dataclass,用于配置管理。
* 实现 MemoryGatewayUserCredential 和 MemoryGatewayCredentialStore,用于处理用户凭据。
* 创建 MemoryGatewayService,用于管理与 Memory Gateway 的交互。
* 开发用于记忆设置的 JSON 配置文件。
* 增强单元测试,覆盖新功能,包括凭据存储和服务行为。
* 更新 entrypoint 和实例创建脚本,以初始化 Memory Gateway 用户存储。
|
2026-06-16 13:36:18 +08:00 |
|
|
|
e9e57bdb07
|
docs: plan gateway user provisioning
|
2026-06-15 18:08:04 +08:00 |
|
|
|
8b57159d46
|
docs: define shared gateway config and user provisioning
|
2026-06-15 18:02:22 +08:00 |
|
|
|
a7fe41e6a5
|
docs: design memory gateway package migration
|
2026-06-15 15:35:42 +08:00 |
|
|
|
827e3434b3
|
docs(memory): document and harden hybrid gateway setup
|
2026-06-15 11:19:57 +08:00 |
|
|
|
c3b4f95062
|
feat(memory): integrate gateway into agent runs
|
2026-06-15 11:13:51 +08:00 |
|
|
|
20a717af7a
|
feat(memory): initialize optional gateway layer
|
2026-06-15 11:10:28 +08:00 |
|
|
|
4fd66b29d6
|
feat(memory): support ephemeral gateway recall context
|
2026-06-15 11:07:57 +08:00 |
|
|
|
f81ab2cacb
|
feat(memory): add memory gateway client and service
|
2026-06-15 11:07:22 +08:00 |
|
|
|
f4bdfc0717
|
feat(memory): add hybrid gateway configuration
|
2026-06-15 11:05:23 +08:00 |
|
|
|
25e7dfba88
|
docs: plan hybrid memory gateway integration
|
2026-06-15 11:02:41 +08:00 |
|
|
|
b3c6ee4b78
|
docs: revise memory gateway design for hybrid mode
|
2026-06-15 10:56:53 +08:00 |
|
|
|
71168b83b1
|
docs: design memory gateway backend integration
|
2026-06-15 10:31:52 +08:00 |
|
|
|
8aeb97a5fc
|
feat(app): 移除内置agents并添加CORS支持和技能上传优化
移除了agents/registry.json中的所有内置agents配置,将agents数组清空。
为web应用添加了CORS中间件支持,允许指定的前端地址跨域访问。
重构了技能上传功能,增加了LLM重写机制,自动规范化上传的技能格式。
新增了工具名称提取逻辑,从技能正文中自动识别Required Tools段落。
更新了技能学习候选者和草稿的载荷结构,添加评估报告统计信息。
修改了意图路由技能的说明,改进任务状态管理逻辑。
|
2026-06-12 13:25:20 +08:00 |
|
|
|
fc9fd93c36
|
feat: 支持多语言提示词本地化和界面优化
- 添加 prompt_locale 参数支持简体中文、繁体中文和英文提示词本地化
- 移除内置 agents 配置以简化系统架构
- 更新 ContextBuilder 使用动态提示词模板而非硬编码内容
- 在 AgentLoop、Web 接口和 AgentService 中传递 locale 参数
- 添加输出语言指令确保用户界面内容按指定语言生成
- 扩展前端 LanguageSwitcher 组件支持三种语言选项
- 优化 Header 和侧边栏组件的响应式布局和文本截断处理
- 更新测试用例验证不同语言环境下的提示词正确性
|
2026-06-10 16:11:05 +08:00 |
|
|
|
9cc3334ea7
|
```
feat(app-instance): 添加Outlook MCP调用超时配置选项
新增OUTLOOK_MCP_CALL_TIMEOUT_SECONDS环境变量,默认值为60秒,
用于控制后端等待Outlook MCP调用的超时时间。
在create-instance.sh脚本中添加了相应的命令行参数解析和处理逻辑,
同时更新了deploy-control组件的相关配置和测试用例。
BREAKING CHANGE: 新增配置项可能需要现有部署进行相应调整。
```
|
2026-06-09 14:23:37 +08:00 |
|
|
|
dc4c6f313d
|
fix(providers): avoid chat template body for vllm mistral
|
2026-06-09 13:19:09 +08:00 |
|
|
|
9e2c02a333
|
feat(skills-ui): show replay eval coverage
|
2026-06-08 13:38:10 +08:00 |
|
|
|
b9171998b9
|
feat(skill-learning): gate publish on replay confidence
|
2026-06-08 13:36:55 +08:00 |
|
|
|
64d789a3d0
|
feat(skill-learning): produce replay eval reports
|
2026-06-08 13:35:58 +08:00 |
|
|
|
cc1bf85517
|
feat(skill-learning): run replay arms through agent loop
|
2026-06-08 13:33:53 +08:00 |
|
|
|
4c8bc53d33
|
feat(skill-learning): add surrogate tool evaluator
|
2026-06-08 13:33:02 +08:00 |
|
|
|
70014c0f70
|
feat(engine): allow replay tool executor injection
|
2026-06-08 13:32:14 +08:00 |
|
|
|
eb69bb168a
|
feat(skill-learning): add replay tool policy
|
2026-06-08 13:31:13 +08:00 |
|
|
|
7287e93f87
|
feat(skill-learning): select replay eval cases
|
2026-06-08 13:30:00 +08:00 |
|
|
|
a925f0e77f
|
feat(skill-learning): preserve base skill during synthesis
|
2026-06-08 13:28:41 +08:00 |
|
|
|
6dc580ab26
|
feat(skill-learning): add draft preservation checks
|
2026-06-08 13:27:10 +08:00 |
|
|
|
3a16dc283d
|
feat(skill-learning): extend eval report payload
|
2026-06-08 13:26:12 +08:00 |
|
|
|
0fd4df3c17
|
docs: plan skill replay eval implementation
|
2026-06-08 11:26:07 +08:00 |
|
|
|
f46a435bab
|
docs: refine skill replay case selection
|
2026-06-08 10:46:35 +08:00 |
|
|
|
a28254c6b8
|
docs: design skill replay eval
|
2026-06-08 10:29:39 +08:00 |
|
|
|
0cf4f44346
|
提交修改
|
2026-06-08 10:19:57 +08:00 |
|
|
|
e0bc6c55b0
|
chore: update external connector deployment flow
|
2026-06-05 17:27:05 +08:00 |
|
|
|
2c5205b06e
|
feat: 添加MinIO文件系统支持并优化外部连接器功能
- 添加MinIO用户文件系统配置选项(BEAVER_MINIO_ROOT_USER等)
- 更新外部连接器配置结构,包括BASE_URL和认证令牌设置
- 改进connector provider支持更多类型(official, feishu_bot等)
- 实现Mistral模型推理模式支持reasoning_effort参数
- 增强外部连接器策略配置和运行时配置管理
- 添加connector bridge事件验证和安全保护机制
- 优化任务路由逻辑,区分simple_chat和new_task场景
- 更新初始技能工具提示配置,分离authoring admin功能
|
2026-06-05 11:46:40 +08:00 |
|
|
|
236ac19789
|
test: add pytest asyncio dependency
|
2026-06-03 16:34:37 +08:00 |
|
|
|
ba2417c7f2
|
merge: personal user filesystem minio integration
|
2026-06-03 16:32:29 +08:00 |
|
|
|
f3655c86c9
|
merge: channel runtime v1
|
2026-06-03 16:23:07 +08:00 |
|
|
|
c3d84b904a
|
feat: implement channel runtime connectors
|
2026-06-03 16:22:44 +08:00 |
|
|
|
ffa1249403
|
feat: integrate MinIO-backed user filesystem
|
2026-06-03 12:06:34 +08:00 |
|
|
|
ee972441f5
|
docs: harden external connector implementation plans
|
2026-06-03 10:32:50 +08:00 |
|
|
|
d335199a64
|
docs: add external connector implementation plans
|
2026-06-03 09:24:06 +08:00 |
|
|
|
feeaccc0e3
|
docs: tighten external connector contract
|
2026-06-03 09:12:30 +08:00 |
|
|
|
cf35edb4ca
|
docs: decouple external connector sidecar design
|
2026-06-02 18:05:46 +08:00 |
|
|
|
e0a4862af8
|
docs: add openclaw sidecar connector design
|
2026-06-02 17:59:57 +08:00 |
|
|
|
c3a0aef104
|
docs: tighten channel connector API plan
|
2026-06-02 16:07:01 +08:00 |
|
|
|
b25713a141
|
docs: refine channel connectors foundation plan
|
2026-06-02 15:51:16 +08:00 |
|
|
|
d74a1c9c12
|
docs: add channel connectors foundation plan
|
2026-06-02 15:37:36 +08:00 |
|
|
|
834d4e1e2f
|
docs: add channel connector pairing design
|
2026-06-02 15:17:46 +08:00 |
|
|
|
6a6ddc21c0
|
docs: design terminal websocket channel
|
2026-06-01 16:41:19 +08:00 |
|
|
|
826db8ec2e
|
```
feat(llm): 添加 Hermes Gateway LLM 设计文档
```
|
2026-06-01 16:05:15 +08:00 |
|