feat: 重构资料包模型与会话绑定主链路

This commit is contained in:
2026-06-04 00:43:13 +08:00
parent ddf5e7d15c
commit d0841e533f
18 changed files with 1000 additions and 263 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}任务总览{% endblock %}
{% block title %}平台总览{% endblock %}
{% block content %}
<section class="page-header">
@@ -24,16 +24,16 @@
<p>查看规则树、知识源和切片策略。</p>
</a>
<a class="link-card" href="{% url 'documents:list' %}">
<h3>文件中心</h3>
<p>上传资料、执行入库、查看状态</p>
<h3>资料包</h3>
<p>导入资料包,按产品名称搜索并跳转关联会话</p>
</a>
<a class="link-card" href="{% url 'chat:index' 'document_review' %}">
<h3>审核工作台</h3>
<p>输入问题、选择文档、查看结果。</p>
<a class="link-card" href="{% url 'chat:index' %}">
<h3>审核智能体</h3>
<p>进入会话工作台,查看节点式审核结果。</p>
</a>
<a class="link-card" href="{% url 'audit:list' %}">
<h3>审计日志</h3>
<p>查看每次执行的输入、输出和引用</p>
<h3>处理历史</h3>
<p>查看每次执行的输入、输出和通知留痕</p>
</a>
</section>
@@ -71,7 +71,7 @@
{% endif %}
</p>
<div class="button-row" style="margin-top: 16px;">
<a class="button button-primary" href="{% url 'chat:index' scenario.id %}">进入审核工作台</a>
<a class="button button-primary" href="{% url 'chat:index' %}">进入审核智能体</a>
</div>
</article>
{% empty %}