Anansi Core

Control Panel

Menu

Worker Builder

Worker builder

Build a minimal bootstrap installer for a worker host. The installer prompts for service mode at startup, installs a self-contained worker in the current directory for manual mode, and still lets job type packages and runtime settings sync from the server after first connect.

Capability Model Auto-discovered
Version 0.1.0
Identity model Persistent per host
Bootstrap mode Shell installer

Configuration

These fields mirror the worker runtime settings currently supported by the spider.

Reset Defaults

Output

Download an installer script or copy the derived env, launch command, and service unit. Manual installs create a self-contained worker in the directory where the script is run.

Ready

One-Liner Install Command

            
Copy
Installer Script
Download Installer Copy Script

            
Environment
Copy Env

            
Launch Command
Copy Command

            
Systemd Unit
Copy Unit

            

Notes

Current worker runtime behavior reflected by this page.

Registration

Workers start in pending state and must be approved before they can claim work. The bootstrap only handles first install, startup wiring, and generating run.sh.

Identity

The worker ID is cached on disk per API_BASE_URL and WORKER_NAME, so restarts on the same host reuse the same worker identity. Multiple workers on one host are supported by giving each one a different name and install/state path.

Runtime

The installer downloads a minimal worker runtime bundle from the server. After startup, workers install package-backed handlers from the control plane and auto-discover capabilities from registered entry points.