Skip to main content

Module task_manager

Module task_manager 

Source
Available on crate feature server only.

Structs§

OperationDescriptor
Describes metadata associated with an enqueued task.
OperationMessage
Operation message describing a unit of asynchronous work.
OperationProcessor
Operation processor that coordinates extractors and handlers
TaskResult
ToolCallTaskResult
Result transport for tool calls executed as tasks.

Constants§

DEFAULT_TASK_TIMEOUT_SECS

Traits§

OperationResultTransport
Trait for operation result transport

Functions§

current_timestamp
Helper to generate an ISO 8601 timestamp for task metadata.

Type Aliases§

OperationFuture
Boxed future that represents an asynchronous operation managed by the processor.