feat(processors): refine plugin processor configuration and presentation

This commit is contained in:
RockChinQ
2026-09-09 15:37:12 +08:00
parent ea3e32c904
commit 5ba25c39af
18 changed files with 477 additions and 319 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ class AgentService:
'uuid': new_uuid,
'name': agent_data.get('name') or 'New Agent',
'description': agent_data.get('description') or '',
'emoji': agent_data.get('emoji') or '🤖',
'emoji': agent_data.get('emoji') or ('🧩' if kind == AGENT_KIND_EVENT_PROCESSOR else '🤖'),
'kind': kind,
'component_ref': runner_id,
'config': config,