They are implemented across theDocumentation Index
Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
titan-agent repository and the webscraping-backend stack. Unlike browser nodes, these workers execute inside a browser extension environment and receive work through extension-oriented backend services.
What this worker model does
The extension worker model is designed around:- Extension bootstrap and configuration
- Discovery of backend entry points
- Device registration and authentication
- WebSocket-based task delivery
- Browser page interaction through injected scripts
- Task result reporting back to the server layer
High-level lifecycle
At a high level, the extension worker flow is:- Discover available backend endpoints
- Select a harbor or active backend
- Authenticate and register the device
- Open a WebSocket connection
- Receive job updates and task commands
- Inject and execute scraping scripts inside browser pages
- Report task status and output back to the server