mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 23:32:40 +02:00
Merge upstream/dev into feature/multi-agent
This commit is contained in:
commit
5119915f4f
278 changed files with 34669 additions and 8970 deletions
|
|
@ -27,14 +27,9 @@ WRITE_TOOL_DENY_PATTERNS: tuple[str, ...] = (
|
|||
NON_PROVIDER_STATE_MUTATION_DENY: frozenset[str] = frozenset(
|
||||
{
|
||||
# Exact tool names from shared deny patterns.
|
||||
*{
|
||||
name
|
||||
for name in WRITE_TOOL_DENY_PATTERNS
|
||||
if "*" not in name
|
||||
},
|
||||
*{name for name in WRITE_TOOL_DENY_PATTERNS if "*" not in name},
|
||||
# Additional non-provider state mutation controls.
|
||||
"write_todos",
|
||||
"task",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue