@actual/sdk-effect is planned and is not currently published.
Actual owns this SDK and derives it directly from the Effect HttpApi. It is not generated by Speakeasy and does not wrap the generated TypeScript SDK.
The intended client provides:
- tagged failures in the Effect error channel;
- configuration and dependency injection through
Layer;
- resumable Job events as
Stream;
- fiber interruption propagated to requests;
- caller-controlled
Schedule values; and
- a typed test Layer with no network.
Mutation retry behavior will preserve one semantic idempotency key. A typed unknown external outcome will not be retried as ordinary failure.