SurfSense/surfsense_backend/app/capabilities
DESKTOP-RTLN3BA\$punk b6e378b070 feat(runs): introduce Run and ToolOutputSpill models for logging scraper invocations
- Added `Run` model to track scraper invocations, including metadata such as status, input, and output.
- Implemented `ToolOutputSpill` model to store context-editing spills separately from user-facing logs.
- Updated middleware to handle spill placeholders and integrate with the new models.
- Enhanced REST API to record runs and expose run history through new endpoints.
- Adjusted tests to validate the new run logging functionality and ensure proper integration with existing capabilities.
2026-07-04 22:55:55 -07:00
..
core feat(runs): introduce Run and ToolOutputSpill models for logging scraper invocations 2026-07-04 22:55:55 -07:00
google_maps feat(google_maps): add scrape + reviews capability verbs 2026-07-03 17:56:43 +02:00
google_search feat(google_search): register scrape capability 2026-07-04 20:49:58 +02:00
reddit feat(reddit): implement Reddit scraping subagent and associated capabilities 2026-07-04 17:31:11 -07:00
web refactor(capabilities): drop Apify references from web/youtube docstrings 2026-07-03 17:57:13 +02:00
youtube refactor(capabilities): drop Apify references from web/youtube docstrings 2026-07-03 17:57:13 +02:00
__init__.py feat(capabilities): add registry contracts and package 2026-07-01 16:42:47 +02:00