Skip to main content

Module executor

Module executor 

Source
Expand description

Task execution backends, including a test double and a std-only API client.

Modules§

openai
Non-streaming Chat Completions execution through async-openai.

Structs§

DummyExecutor
A network-free executor for tests.

Traits§

Executor
Executes tasks independently of their transport.