mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
- Add create_linear_issue, update_linear_issue, delete_linear_issue to TOOLS_WITH_UI so the HIL approval cards are correctly dispatched to the Linear tool-ui components (without this the interrupt cards were never rendered) - Replace blocking requests.post with httpx.AsyncClient in LinearConnector.execute_graphql_query to avoid stalling the asyncio event loop during live streaming; remove now-unused requests import |
||
|---|---|---|
| .. | ||
| agents | ||
| config | ||
| connectors | ||
| prompts | ||
| retriever | ||
| routes | ||
| schemas | ||
| services | ||
| tasks | ||
| utils | ||
| __init__.py | ||
| app.py | ||
| celery_app.py | ||
| db.py | ||
| users.py | ||