mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
core/agent: fix Phase A streaming await bug and polish
Do not await async generators for raw SSE; close stream on cancel; merge tool calls without relying only on finish_reason; quieter tool output; /status slash command.
This commit is contained in:
@@ -107,6 +107,7 @@ ignore = [
|
||||
"COM812", # missing-trailing-comma
|
||||
"PLC0415", # import-outside-top-level
|
||||
"TID252",
|
||||
"PLR0913", # too-many-arguments (common on constructors/composed functions)
|
||||
]
|
||||
allowed-confusables = [
|
||||
",",
|
||||
|
||||
Reference in New Issue
Block a user