Expand description
This module provides task agent implementation.
Structs§
- Oneshot
Bridge - A connection manager for components interaction with oneshot workers.
- Oneshot
Provider - The Oneshot Agent Provider.
- Oneshot
Registrar - A registrar for oneshot workers.
- Oneshot
Spawner - A spawner to create oneshot workers.
- UseOneshot
Runner Handle - Hook handle for
use_oneshot_runner
Traits§
- Oneshot
- A future-based worker that for each input, one output is produced.
Functions§
- use_
oneshot_ runner - A hook to create a runner to an oneshot agent.
Attribute Macros§
- oneshot
- A procedural macro to create oneshot agents.