Skip to main content

Module native_async

Module native_async 

Source
Expand description

Opt-in native-call coordinator for streaming hosts. Normal Reason/Act hosts keep synchronous execution unless they install this coordinator explicitly.

Structs§

NativeAsyncCoordinator
NativeCallPolicy

Traits§

NativeAsyncExecutor
Hosts must use their ordinary tool authorization, argument validation, pre/post execution hooks, resource scoping and outbound limits here. Native metadata from the provider never grants permission to execute a tool.
NativeAsyncJournal
An exclusive, durable conversation journal. Keep the ownership fence for the lifetime of the coordinator, including provider requests between pump calls.