dag-adapters-local / Exports
dag-adapters-local
Table of contents
Classes
- FakeClockPort
- SystemClockPort
- FileCostMetaStorage
- FileStoragePort
- InMemoryLeasePort
- InMemoryQueuePort
- InMemoryStoragePort
- MockTaskExecutorPort
Type Aliases
Functions
Type Aliases
TTaskExecutorHandler
Ƭ TTaskExecutorHandler: (input: ITaskExecutionInput) => Promise<TTaskExecutionResult>
Type declaration
▸ (input): Promise<TTaskExecutionResult>
Parameters
| Name | Type |
|---|---|
input | ITaskExecutionInput |
Returns
Promise<TTaskExecutionResult>
Defined in
Functions
createStubPromptBackend
▸ createStubPromptBackend(overrides?): IPromptBackendPort
Creates an in-memory stub implementing IPromptBackendPort. Useful for testing controllers, routes, and orchestrator services.
Parameters
| Name | Type |
|---|---|
overrides? | Partial<IPromptBackendPort> |
Returns
IPromptBackendPort