SurfSense/surfsense_backend/app/capabilities
DESKTOP-RTLN3BA\$punk ff2e5f390f feat(reddit): implement Reddit scraping subagent and associated capabilities
- Added a new `reddit` subagent to scrape structured data from Reddit posts, comments, and users.
- Introduced `reddit.scrape` capability for fetching data using URLs and search queries.
- Implemented tools for scraping and parsing Reddit data, including handling pagination and rate limits.
- Created input/output models for the Reddit scraper to define request and response structures.
- Added documentation for the new Reddit scraping functionality and its usage.
- Integrated the Reddit subagent into the existing multi-agent chat framework.
2026-07-04 17:31:11 -07:00
..
core fix(capabilities): map any executor fault to 502 at the REST door 2026-07-03 17:57:07 +02: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