mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
These were never shared with anonymous_chat (nor podcaster/video_presentation)
-- only multi_agent_chat (subagents/main agent) and the boundary use them:
shared/tools/mcp/ -> multi_agent_chat/shared/tools/mcp/
shared/tools/hitl.py -> multi_agent_chat/shared/tools/hitl.py
shared/tools/catalog.py -> multi_agent_chat/shared/tools/catalog.py
shared/middleware/dedup_tool_calls.py
-> multi_agent_chat/shared/middleware/dedup_tool_calls.py
app/agents/shared/ now holds only the genuine anon<->mac kernel:
context, middleware/{compaction,retry_after}, tools/web_search.
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| binary_loader.py | ||
| chat_llm.py | ||
| clickup_module.py | ||
| composio_module.py | ||
| confluence_indexer.py | ||
| confluence_oauth.py | ||
| docling_service.py | ||
| dropbox_api.py | ||
| embeddings.py | ||
| jira_module.py | ||
| linear_module.py | ||
| llm.py | ||
| mcp_oauth_runtime.py | ||
| mcp_runtime.py | ||
| native_google.py | ||
| notion_module.py | ||
| onedrive_graph.py | ||
| slack_module.py | ||