feat(workers): runner loop + echo handler
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
5
workers/void_workers/handlers/__init__.py
Normal file
5
workers/void_workers/handlers/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from . import echo
|
||||
|
||||
REGISTRY = {
|
||||
echo.NAME: echo.handle,
|
||||
}
|
||||
Reference in New Issue
Block a user