Skip to content

Commit d0b569f

Browse files
Brian KrafftCopilot
andcommitted
fix: remove private symbols from __all__ per collab-opus P1 finding
Strip _-prefixed symbols from grounding/__init__.py __all__ to follow PEP 8 convention. Private helpers remain importable for the facade but are excluded from wildcard imports. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 444b802 commit d0b569f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

openspace/agents/grounding/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
# execution
6161
"process",
6262
# messages
63-
"_MAX_SINGLE_CONTENT_CHARS",
6463
"cap_message_content",
6564
"truncate_messages",
6665
# prompts
@@ -75,15 +74,4 @@
7574
"generate_final_summary",
7675
"record_agent_execution",
7776
"remove_previous_guidance",
78-
# tools
79-
"_get_available_tools",
80-
"_load_all_tools",
81-
# visual
82-
"_visual_analysis_callback",
83-
"_enhance_result_with_visual_context",
84-
"_select_key_screenshots",
85-
# workspace
86-
"_check_workspace_artifacts",
87-
"_get_workspace_path",
88-
"_scan_workspace_files",
8977
]

0 commit comments

Comments
 (0)