pipeline-service/models/pipeline_project_agents.json

27 lines
1.8 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"summary": [
{
"name": "pipeline_project_agents",
"title": "项目角色agent配置表驾驶舱v1 start_agent链路;2026-09-10归籍+补idx_ppa_project索引;v1入口cockpit_agent.dspy当前0调用方,v2走pipeline_agent_instances——保留至v1链路删除决议;定义逐列对齐活表,tinyint/raw如实呈现",
"primary": ["id"],
"catelog": "entity"
}
],
"fields": [
{"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "project_id", "title": "项目ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "role_name", "title": "角色名", "type": "str", "length": 100, "nullable": "no", "default": "developer"},
{"name": "agent_prompt", "title": "角色提示词", "type": "text", "nullable": "yes"},
{"name": "task_filter", "title": "任务过滤条件JSON", "type": "text", "nullable": "yes"},
{"name": "deliverable_dir", "title": "交付物目录", "type": "str", "length": 500, "nullable": "yes", "default": ""},
{"name": "model_name", "title": "模型名", "type": "str", "length": 100, "nullable": "yes", "default": ""},
{"name": "auto_start", "title": "自动启动(0/1)", "type": "tinyint(4)", "nullable": "yes", "default": "0"},
{"name": "status", "title": "运行状态", "type": "str", "length": 20, "nullable": "yes", "default": "stopped"},
{"name": "created_at", "title": "创建时间", "type": "timestamp", "nullable": "no"},
{"name": "updated_at", "title": "更新时间(活表有ON UPDATE,新机无——模板不支持,业务不依赖)", "type": "timestamp", "nullable": "no"}
],
"indexes": [
{"name": "idx_ppa_project", "idxtype": "index", "idxfields": ["project_id"]}
]
}