feat: consolidate legacy workflows into gyxx-flow
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
"""Replaceable infrastructure adapters exposed to business modules."""
|
||||
|
||||
from .browser import BrowserCookieStore, BrowserProfileLease, BrowserProfileManager
|
||||
from .external import (
|
||||
FeishuOutboxAdapter,
|
||||
HermesCommandAdapter,
|
||||
PostgresOutboxAdapter,
|
||||
ReloginOutboxAdapter,
|
||||
)
|
||||
from .integration import (
|
||||
RuntimeIntegrationBinding,
|
||||
RuntimeIntegrationCatalog,
|
||||
RuntimeIntegrationError,
|
||||
RuntimeServicePolicy,
|
||||
binding_from_environment,
|
||||
environment_for_child_script,
|
||||
)
|
||||
from .native import (
|
||||
DeferredModuleCommandStep,
|
||||
ModuleCommandAdapter,
|
||||
ModuleCommandFactory,
|
||||
ModuleSourceError,
|
||||
ModuleSourceRoots,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"BrowserCookieStore",
|
||||
"BrowserProfileLease",
|
||||
"BrowserProfileManager",
|
||||
"DeferredModuleCommandStep",
|
||||
"FeishuOutboxAdapter",
|
||||
"HermesCommandAdapter",
|
||||
"ModuleCommandAdapter",
|
||||
"ModuleCommandFactory",
|
||||
"ModuleSourceError",
|
||||
"ModuleSourceRoots",
|
||||
"PostgresOutboxAdapter",
|
||||
"ReloginOutboxAdapter",
|
||||
"RuntimeIntegrationBinding",
|
||||
"RuntimeIntegrationCatalog",
|
||||
"RuntimeIntegrationError",
|
||||
"RuntimeServicePolicy",
|
||||
"binding_from_environment",
|
||||
"environment_for_child_script",
|
||||
]
|
||||
Reference in New Issue
Block a user