mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
Move pool integration from Pollinations-specific code into BaseExecutor so any executor can opt in via a protected poolConfig property. Changes: - base.ts: Add poolConfig, getPool(), buildPoolHeaders() to BaseExecutor - pollinations.ts: Remove static pool, use base class pattern - session-pool-modular.test.ts: 36 tests for provider-agnostic pool behavior Closes #2953