LICENSE
README.md
pyproject.toml
kernel2/__init__.py
kernel2/bus.py
kernel2/cli.py
kernel2/context.py
kernel2/exceptions.py
kernel2/factory.py
kernel2/loader.py
kernel2/module.py
kernel2/registry.py
kernel2/serial.py
kernel2/service_hub_config.py
kernel2.egg-info/PKG-INFO
kernel2.egg-info/SOURCES.txt
kernel2.egg-info/dependency_links.txt
kernel2.egg-info/entry_points.txt
kernel2.egg-info/requires.txt
kernel2.egg-info/top_level.txt
kernel2/contrib/__init__.py
kernel2/contrib/auth/__init__.py
kernel2/contrib/auth/auth.py
kernel2/contrib/auth/db_authenticate.py
kernel2/contrib/auth/guard.py
kernel2/contrib/auth/jwt_auth.py
kernel2/contrib/auth/jwt_manager.py
kernel2/contrib/auth/password.py
kernel2/contrib/auth/permission_service.py
kernel2/contrib/auth/security.py
kernel2/contrib/auth/session.py
kernel2/contrib/cache/__init__.py
kernel2/contrib/cache/memory.py
kernel2/contrib/cache/module.py
kernel2/contrib/console/__init__.py
kernel2/contrib/console/_ui.py
kernel2/contrib/console/menu_manager.py
kernel2/contrib/console/menu_module.py
kernel2/contrib/console/module.py
kernel2/contrib/console/session.py
kernel2/contrib/credit/__init__.py
kernel2/contrib/credit/module.py
kernel2/contrib/credit/api/__init__.py
kernel2/contrib/credit/api/account.py
kernel2/contrib/credit/api/admin.py
kernel2/contrib/credit/api/payment.py
kernel2/contrib/credit/api/rules.py
kernel2/contrib/credit/events/__init__.py
kernel2/contrib/credit/events/handlers.py
kernel2/contrib/credit/executors/__init__.py
kernel2/contrib/credit/executors/payment_session.py
kernel2/contrib/credit/services/__init__.py
kernel2/contrib/credit/services/credit_service.py
kernel2/contrib/credit/storage/__init__.py
kernel2/contrib/credit/storage/db.py
kernel2/contrib/credit/ui/index.html
kernel2/contrib/credit/workflows/credit_recharge.yaml
kernel2/contrib/docker-cli/DockerCliModule.py
kernel2/contrib/docker-cli/__init__.py
kernel2/contrib/docker-cli/manifest.json
kernel2/contrib/docker-cli/requirements.txt
kernel2/contrib/docker-registry/entry.py
kernel2/contrib/docker-registry/manifest.json
kernel2/contrib/dynamo/__init__.py
kernel2/contrib/dynamo/admin_ui.py
kernel2/contrib/dynamo/context.py
kernel2/contrib/dynamo/db_api.py
kernel2/contrib/dynamo/defaults.py
kernel2/contrib/dynamo/dispatch.py
kernel2/contrib/dynamo/dynamic_registry.py
kernel2/contrib/dynamo/dynamo_admin.py
kernel2/contrib/dynamo/executor.py
kernel2/contrib/dynamo/loader.py
kernel2/contrib/dynamo/model_def.py
kernel2/contrib/dynamo/model_editor.py
kernel2/contrib/dynamo/model_version.py
kernel2/contrib/dynamo/models.py
kernel2/contrib/dynamo/module.py
kernel2/contrib/dynamo/router.py
kernel2/contrib/dynamo_console/__init__.py
kernel2/contrib/dynamo_console/auth.py
kernel2/contrib/dynamo_console/models.py
kernel2/contrib/dynamo_console/module.py
kernel2/contrib/dynamo_console/router.py
kernel2/contrib/dynamo_console/sync.py
kernel2/contrib/dynamo_console/assets/dashboard.css
kernel2/contrib/dynamo_console/assets/dashboard.html
kernel2/contrib/dynamo_console/assets/dashboard.js
kernel2/contrib/dynamo_console/assets/dyna-auth.html
kernel2/contrib/dynamo_console/assets/dyna-sync.html
kernel2/contrib/email/__init__.py
kernel2/contrib/email/module.py
kernel2/contrib/email/sender.py
kernel2/contrib/infra/__init__.py
kernel2/contrib/infra/_db_ui.py
kernel2/contrib/infra/_rate_limit_ui.py
kernel2/contrib/infra/access_log.py
kernel2/contrib/infra/cors.py
kernel2/contrib/infra/database.py
kernel2/contrib/infra/db_admin.py
kernel2/contrib/infra/db_resource.py
kernel2/contrib/infra/db_sync.py
kernel2/contrib/infra/rate_limit.py
kernel2/contrib/infra/static_compressor.py
kernel2/contrib/infra/static_files.py
kernel2/contrib/infra/template_loader.py
kernel2/contrib/legacy_proxy/__init__.py
kernel2/contrib/legacy_proxy/config.py
kernel2/contrib/legacy_proxy/handler.py
kernel2/contrib/legacy_proxy/manifest.json
kernel2/contrib/legacy_proxy/manifest_embedded.json
kernel2/contrib/legacy_proxy/manifest_worker.json
kernel2/contrib/legacy_proxy/module.py
kernel2/contrib/legacy_proxy/strategy.py
kernel2/contrib/legacy_proxy/worker_app.py
kernel2/contrib/life_sandbox/__init__.py
kernel2/contrib/life_sandbox/module.py
kernel2/contrib/life_sandbox/api/__init__.py
kernel2/contrib/life_sandbox/api/admin.py
kernel2/contrib/life_sandbox/api/flows.py
kernel2/contrib/life_sandbox/api/fsm.py
kernel2/contrib/life_sandbox/api/hooks.py
kernel2/contrib/life_sandbox/api/narrative.py
kernel2/contrib/life_sandbox/api/validators.py
kernel2/contrib/life_sandbox/api/visual.py
kernel2/contrib/life_sandbox/engines/__init__.py
kernel2/contrib/life_sandbox/engines/delta.py
kernel2/contrib/life_sandbox/engines/drift.py
kernel2/contrib/life_sandbox/engines/hooks.py
kernel2/contrib/life_sandbox/engines/narrative.py
kernel2/contrib/life_sandbox/flows/__init__.py
kernel2/contrib/life_sandbox/flows/activation.py
kernel2/contrib/life_sandbox/flows/first_run.py
kernel2/contrib/life_sandbox/flows/reentry.py
kernel2/contrib/life_sandbox/models/__init__.py
kernel2/contrib/life_sandbox/models/fsm.py
kernel2/contrib/life_sandbox/storage/__init__.py
kernel2/contrib/life_sandbox/storage/db.py
kernel2/contrib/life_sandbox/yaml/__init__.py
kernel2/contrib/life_sandbox/yaml/activation.yaml
kernel2/contrib/life_sandbox/yaml/first_run.yaml
kernel2/contrib/life_sandbox/yaml/parser.py
kernel2/contrib/llm_agent/__init__.py
kernel2/contrib/llm_agent/models.py
kernel2/contrib/llm_agent/module.py
kernel2/contrib/llm_agent/provider.py
kernel2/contrib/logger/__init__.py
kernel2/contrib/logger/_ui.py
kernel2/contrib/logger/api.py
kernel2/contrib/logger/handler.py
kernel2/contrib/logger/module.py
kernel2/contrib/pyshell/__init__.py
kernel2/contrib/pyshell/_ui.py
kernel2/contrib/pyshell/api.py
kernel2/contrib/pyshell/manifest.json
kernel2/contrib/pyshell/manifest_worker.json
kernel2/contrib/pyshell/module.py
kernel2/contrib/pyshell/storage.py
kernel2/contrib/pyshell/worker_app.py
kernel2/contrib/service_hub/__init__.py
kernel2/contrib/service_hub/_ui.py
kernel2/contrib/service_hub/client.py
kernel2/contrib/service_hub/debug.py
kernel2/contrib/service_hub/hub_services.py
kernel2/contrib/service_hub/manager.py
kernel2/contrib/service_hub/module.py
kernel2/contrib/service_hub/proxy.py
kernel2/contrib/servicebus/__init__.py
kernel2/contrib/servicebus/bus.py
kernel2/contrib/servicebus/config.py
kernel2/contrib/servicebus/dead_letter.py
kernel2/contrib/servicebus/delayed.py
kernel2/contrib/servicebus/messages.py
kernel2/contrib/servicebus/module.py
kernel2/contrib/servicebus/resume.py
kernel2/contrib/servicebus/rpc.py
kernel2/contrib/servicebus/storage.py
kernel2/contrib/servicebus/tracker.py
kernel2/contrib/structure_analysis/__init__.py
kernel2/contrib/structure_analysis/_astro_core.py
kernel2/contrib/structure_analysis/_ui.py
kernel2/contrib/structure_analysis/engine.py
kernel2/contrib/structure_analysis/manifest_embedded.json
kernel2/contrib/structure_analysis/manifest_worker.json
kernel2/contrib/structure_analysis/module.py
kernel2/contrib/structure_analysis/worker_app.py
kernel2/contrib/workflow/__init__.py
kernel2/contrib/workflow/manifest.json
kernel2/contrib/workflow/manifest_embedded.json
kernel2/contrib/workflow/manifest_worker.json
kernel2/contrib/workflow/module.py
kernel2/contrib/workflow/worker_app.py
kernel2/contrib/workflow/api/__init__.py
kernel2/contrib/workflow/api/admin.py
kernel2/contrib/workflow/api/definitions.py
kernel2/contrib/workflow/api/instances.py
kernel2/contrib/workflow/api/jinja_sandbox.py
kernel2/contrib/workflow/api/sandbox.py
kernel2/contrib/workflow/api/ui.py
kernel2/contrib/workflow/engine/__init__.py
kernel2/contrib/workflow/engine/executor.py
kernel2/contrib/workflow/engine/life_sandbox_sync.py
kernel2/contrib/workflow/executors/__init__.py
kernel2/contrib/workflow/executors/condition.py
kernel2/contrib/workflow/executors/logic.py
kernel2/contrib/workflow/executors/model_ops.py
kernel2/contrib/workflow/executors/parallel.py
kernel2/contrib/workflow/executors/service_call.py
kernel2/contrib/workflow/executors/ui_canvas.py
kernel2/contrib/workflow/executors/ui_display.py
kernel2/contrib/workflow/executors/ui_form.py
kernel2/contrib/workflow/executors/wait_event.py
kernel2/contrib/workflow/executors/life_sandbox/__init__.py
kernel2/contrib/workflow/executors/life_sandbox/choice.py
kernel2/contrib/workflow/executors/life_sandbox/echo.py
kernel2/contrib/workflow/executors/life_sandbox/hook.py
kernel2/contrib/workflow/executors/life_sandbox/input.py
kernel2/contrib/workflow/executors/life_sandbox/insight.py
kernel2/contrib/workflow/models/__init__.py
kernel2/contrib/workflow/models/cpu.py
kernel2/contrib/workflow/models/ui_binding.py
kernel2/contrib/workflow/models/workflow.py
kernel2/contrib/workflow/parser/__init__.py
kernel2/contrib/workflow/parser/yaml_parser.py
kernel2/contrib/workflow/scheduler/__init__.py
kernel2/contrib/workflow/scheduler/apscheduler.py
kernel2/contrib/workflow/services/__init__.py
kernel2/contrib/workflow/services/ui_handler.py
kernel2/contrib/workflow/storage/__init__.py
kernel2/contrib/workflow/storage/db.py
kernel2/contrib/workflow/ui/canvas-renderer.js
kernel2/contrib/workflow/ui/canvas_form_renderer.js
kernel2/contrib/workflow/ui/editor.html
kernel2/contrib/workflow/ui/environment_detector.js
kernel2/contrib/workflow/ui/index.html
kernel2/contrib/workflow/ui/jinja_sandbox.html
kernel2/contrib/workflow/ui/log_tracker.js
kernel2/contrib/workflow/ui/ui_renderer.js
kernel2/contrib/workflow/ui/workflow-canvas.html
kernel2/contrib/workflow/ui/workflow_editor.js
kernel2/contrib/workflow/ui/workflow_sandbox.js
kernel2/contrib/workflow/yaml/advanced_parallel_workflow.yaml
kernel2/contrib/workflow/yaml/basic_parallel_workflow.yaml
kernel2/contrib/workflow/yaml/error_handling_parallel_workflow.yaml
kernel2/contrib/workflow/yaml/mixed_complex_workflow.yaml
kernel2/contrib/workflow/yaml/subprocess_data_analyzer.yaml
kernel2/contrib/workflow/yaml/subprocess_data_processor.yaml
kernel2/contrib/workflow/yaml/subprocess_demo_workflow.yaml
kernel2/contrib/ws/__init__.py
kernel2/contrib/ws/hub.py
kernel2/contrib/ws/module.py
kernel2/new/__init__.py
kernel2/new/_helpers.py
kernel2/new/hub.py
kernel2/new/spoke.py
kernel2/runtime/__init__.py
kernel2/runtime/api.py
kernel2/runtime/cli.py
kernel2/runtime/manager.py
kernel2/runtime/middleware.py
kernel2/runtime/pack.py
kernel2/runtime/permissions.py
kernel2/runtime/proxy.py
kernel2/runtime/registry.py
kernel2/runtime/worker.py
tests/test_auth_module.py
tests/test_bus.py
tests/test_cache_module.py
tests/test_console_module.py
tests/test_database_module.py
tests/test_dynamo_module.py
tests/test_email_module.py
tests/test_factory.py
tests/test_infra_modules.py
tests/test_life_sandbox_module.py
tests/test_loader.py
tests/test_module.py
tests/test_registry.py
tests/test_registry_rpc.py
tests/test_registry_stream.py
tests/test_registry_typed.py
tests/test_runtime_phase2.py
tests/test_runtime_phase3.py
tests/test_runtime_phase4.py
tests/test_runtime_phase5.py
tests/test_serial.py
tests/test_servicebus_module.py
tests/test_servicebus_rpc.py
tests/test_servicebus_ttl_resume.py
tests/test_static_compressor.py
tests/test_ws_module.py