优化情报分栏和日报展示
This commit is contained in:
@@ -57,6 +57,7 @@ class AgentRepository:
|
||||
if existing and existing.run_id != run.id:
|
||||
return None
|
||||
if existing:
|
||||
existing.source_type = item.source_type
|
||||
existing.topic = item.topic
|
||||
existing.title = item.title
|
||||
existing.summary = item.summary
|
||||
@@ -68,6 +69,7 @@ class AgentRepository:
|
||||
return existing
|
||||
signal = Signal(
|
||||
run_id=run.id,
|
||||
source_type=item.source_type,
|
||||
topic=item.topic,
|
||||
title=item.title,
|
||||
summary=item.summary,
|
||||
|
||||
Reference in New Issue
Block a user