SurfSense/surfsense_backend/tests/unit/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
..
access 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
reddit feat(reddit): implement Reddit scraping subagent and associated capabilities 2026-07-04 17:31:11 -07:00
web Merge upstream/ci_mvp (google maps scrapers) into feature-ci_phase-4-7 2026-07-03 12:37:12 +02:00
youtube Merge upstream/ci_mvp (google maps scrapers) into feature-ci_phase-4-7 2026-07-03 12:37:12 +02:00
__init__.py Merge upstream/ci_mvp (google maps scrapers) into feature-ci_phase-4-7 2026-07-03 12:37:12 +02:00
test_billing.py feat(capabilities): replace web.scrape/web.discover with unified web.crawl 2026-07-03 10:51:05 +02:00
test_registry.py feat(capabilities): replace web.scrape/web.discover with unified web.crawl 2026-07-03 10:51:05 +02:00
test_run_truncation.py feat(runs): introduce Run and ToolOutputSpill models for logging scraper invocations 2026-07-04 22:55:55 -07:00