|
|
d9c100ce76
|
refactor: to_prompt_block剥离frontmatter冗余(目录层已展示name/description)
|
2026-08-15 19:45:02 +08:00 |
|
|
|
99256f040c
|
feat: 加load_skill工具(技能按需加载正文,分层导入的第二层)
|
2026-08-15 19:43:07 +08:00 |
|
|
|
fc0ce9ad7d
|
fix: read_file描述明确支持docx解析,引导agent优先用read_file而非run_command探测
|
2026-08-15 19:25:04 +08:00 |
|
|
|
b9b6403de3
|
feat: 角色定义可插拔(RoleSpec+辅助函数)+记忆分域(scope:global/pipeline/project/user)
|
2026-08-15 09:46:42 +08:00 |
|
|
|
82c2724789
|
feat: 技能六级可插拔隔离(global/org/pipeline/role/project/user)+slash命令注册表
|
2026-08-15 09:38:31 +08:00 |
|
|
|
9635825164
|
refactor: core剥离SDLC能力——GENERAL_TOOLS通用内核+PipelineAbility可插拔能力包注册表+load_agent_config按pipeline_id动态挂载
|
2026-08-15 09:26:01 +08:00 |
|
|
|
63760ff186
|
feat: 通用工具集定义(read/write/list/search_files/session_search/todo)+整体架构设计文档
|
2026-08-15 09:04:49 +08:00 |
|
|
|
5dd63479e1
|
refactor: cockpit system prompt 重写——删'禁止reply',恢复能力自省/诚实降级/ask_user,加软性典型场景指引
|
2026-08-15 08:19:03 +08:00 |
|
|
|
2ef876895f
|
chore: 移除误提交的 __pycache__ .pyc,添加 .gitignore
|
2026-08-15 00:11:59 +08:00 |
|
|
|
2ecf6e06f7
|
fix: load/save_agent_config 用不存在的 project_id 列查 sd_org_settings
sd_org_settings 以 org_id 为键(无 project_id 列),导致每次 cockpit 请求抛 'Unknown column project_id'。
改为先由 sd_projects 解析 org_id 再查。save_agent_config 同步修正。
|
2026-08-15 00:11:47 +08:00 |
|
p
|
8d431721fa
|
feat: llm 组织隔离(org_id) + 产线缺省模型(default_model) + load_agent_config 缺省查找
|
2026-08-14 18:03:01 +08:00 |
|
|
|
6b908fd88e
|
fix: system_prompt 加'用户报告问题/异常→查实际状态定位根因'引导
|
2026-08-14 15:46:54 +08:00 |
|
|
|
f13dfcce52
|
fix: system_prompt 明确需求→create_task+start_agents 工作流(替代误导性的查询数据+diagnose 示例)
|
2026-08-14 13:59:59 +08:00 |
|
p
|
cd4e1e72a4
|
feat: SDLC_DEFAULT_TOOLS 加 clone_repo 工具
|
2026-08-13 18:57:10 +08:00 |
|
|
|
c686092b8a
|
fix: remove reply from output - force tool_call only
|
2026-08-10 17:54:04 +08:00 |
|
|
|
29c06ef0fb
|
fix: minimal prompt + show project name
|
2026-08-10 17:52:18 +08:00 |
|
|
|
f35fe25051
|
fix: aggressive prompt - first action MUST be a data tool
|
2026-08-10 17:51:09 +08:00 |
|
|
|
7e755c1fa8
|
fix: strengthen system prompt to enforce tool usage
|
2026-08-10 17:09:28 +08:00 |
|
|
|
e15057ab73
|
fix: SkillLoader.__init__ should call reload()
|
2026-08-10 17:08:25 +08:00 |
|
|
|
5fdeb1c026
|
refactor: SkillConfig 三级隔离 (global/org/user)
|
2026-08-10 17:07:22 +08:00 |
|
|
|
5fd38f8635
|
feat: Agent v2 能力定义层 - AgentConfig/ToolRegistry/SkillLoader/MemoryStore
|
2026-08-10 11:06:37 +08:00 |
|
|
|
827bbb80b4
|
feat: UI pages, build.sh, deployment scripts, model uitype fixes
- Add SDLC dashboard, pipeline editor, ops center UI
- build.sh: clone business modules to pkgs/, xls2ui CRUD, fix created_by
- global_func.py: password_encode None-safe wrapper
- pipeline_app.py: permission cache warmup removed
- load_path.py: RBAC permission registration for all modules
- scripts/merge_i18n.py: i18n merge tool
- bin/init_perms.py, bin/init_data.py: init scripts
- set_role_perm.py: single permission registration
- Model uitype fields set for form editing
- pipeline_core/pipeline_ops load_path.py scripts
|
2026-08-03 16:09:55 +08:00 |
|
|
|
c62416d994
|
fix: sor.U() 3-arg -> 2-arg in update_pipeline_step and update_pipeline_version
|
2026-08-03 16:09:55 +08:00 |
|
|
|
864d3ef218
|
fix: sor.U() 3-arg -> 2-arg in publish_pipeline
|
2026-08-03 16:09:55 +08:00 |
|
|
|
d9a1903d7a
|
feat: pipeline-app独立产线后端服务
3个业务模块:
- pipeline_core: 产线定义(pipelines/steps/versions)
- pipeline_ops: 运营(定价/供应量/使用记录)
- pipeline_dist: 分销(分销商/独立定价/API密钥)
- ahserver独立部署(端口9090)
- 独立数据库pipeline
- 80个文件, 符合module/db-table/crud三规范
|
2026-08-03 16:09:55 +08:00 |
|