[search] Cross-feature coupling: routes import private functions from services.search internals #776
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus#776
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
routes/search_routes.pyimports private (underscore-prefixed) functions directly from module internals:And
src/deep_research.pydoes the same from the other copy:AGENTS.md violation
Fix
services/search/__init__.py(or aservice.pyfacade)services/search/service.py(95 lines) may already be intended for this but is not used