trail-it/moonstream/adapter does not have a README file
pub(all) enum AdapterOutcome {
Ignored
Updates(updates~ : Array[CallUpdate])
} derive(Eq, ToJson, Debug)pub(all) struct CallUpdate {
key : CallKey
events : Array[Event]
result : FinishResult?
failure : SessionError?
} derive(Eq, ToJson, Debug)Install
Download zipIncremental, chunk-invariant parsing of streaming JSON tool-call arguments.