mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 22:02:39 +02:00
chore: linting
This commit is contained in:
parent
b9a66cb417
commit
ca9bbee06d
41 changed files with 314 additions and 244 deletions
|
|
@ -279,9 +279,7 @@ def build_explore_subagent(
|
|||
|
||||
selected_tools = _filter_tools(tools, EXPLORE_READ_TOOLS)
|
||||
deny_rules = _read_only_deny_rules()
|
||||
permission_mw = _build_permission_middleware(
|
||||
deny_rules, origin="subagent_explore"
|
||||
)
|
||||
permission_mw = _build_permission_middleware(deny_rules, origin="subagent_explore")
|
||||
|
||||
spec: dict = {
|
||||
"name": "explore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue