capacitor-native-agent 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,9 +50,9 @@ typedef void (*UniffiRustFutureContinuationCallback)(uint64_t, int8_t
50
50
  );
51
51
 
52
52
  #endif
53
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE
54
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE
55
- typedef void (*UniffiForeignFutureFree)(uint64_t
53
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_DROPPED_CALLBACK
54
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_DROPPED_CALLBACK
55
+ typedef void (*UniffiForeignFutureDroppedCallback)(uint64_t
56
56
  );
57
57
 
58
58
  #endif
@@ -62,192 +62,184 @@ typedef void (*UniffiCallbackInterfaceFree)(uint64_t
62
62
  );
63
63
 
64
64
  #endif
65
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE
66
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE
67
- typedef struct UniffiForeignFuture {
65
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_CLONE
66
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_CLONE
67
+ typedef uint64_t (*UniffiCallbackInterfaceClone)(uint64_t
68
+ );
69
+
70
+ #endif
71
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_DROPPED_CALLBACK_STRUCT
72
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_DROPPED_CALLBACK_STRUCT
73
+ typedef struct UniffiForeignFutureDroppedCallbackStruct {
68
74
  uint64_t handle;
69
- UniffiForeignFutureFree _Nonnull free;
70
- } UniffiForeignFuture;
75
+ UniffiForeignFutureDroppedCallback _Nonnull free;
76
+ } UniffiForeignFutureDroppedCallbackStruct;
71
77
 
72
78
  #endif
73
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8
74
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8
75
- typedef struct UniffiForeignFutureStructU8 {
79
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U8
80
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U8
81
+ typedef struct UniffiForeignFutureResultU8 {
76
82
  uint8_t returnValue;
77
83
  RustCallStatus callStatus;
78
- } UniffiForeignFutureStructU8;
84
+ } UniffiForeignFutureResultU8;
79
85
 
80
86
  #endif
81
87
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8
82
88
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8
83
- typedef void (*UniffiForeignFutureCompleteU8)(uint64_t, UniffiForeignFutureStructU8
89
+ typedef void (*UniffiForeignFutureCompleteU8)(uint64_t, UniffiForeignFutureResultU8
84
90
  );
85
91
 
86
92
  #endif
87
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8
88
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8
89
- typedef struct UniffiForeignFutureStructI8 {
93
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I8
94
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I8
95
+ typedef struct UniffiForeignFutureResultI8 {
90
96
  int8_t returnValue;
91
97
  RustCallStatus callStatus;
92
- } UniffiForeignFutureStructI8;
98
+ } UniffiForeignFutureResultI8;
93
99
 
94
100
  #endif
95
101
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8
96
102
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8
97
- typedef void (*UniffiForeignFutureCompleteI8)(uint64_t, UniffiForeignFutureStructI8
103
+ typedef void (*UniffiForeignFutureCompleteI8)(uint64_t, UniffiForeignFutureResultI8
98
104
  );
99
105
 
100
106
  #endif
101
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16
102
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16
103
- typedef struct UniffiForeignFutureStructU16 {
107
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U16
108
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U16
109
+ typedef struct UniffiForeignFutureResultU16 {
104
110
  uint16_t returnValue;
105
111
  RustCallStatus callStatus;
106
- } UniffiForeignFutureStructU16;
112
+ } UniffiForeignFutureResultU16;
107
113
 
108
114
  #endif
109
115
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16
110
116
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16
111
- typedef void (*UniffiForeignFutureCompleteU16)(uint64_t, UniffiForeignFutureStructU16
117
+ typedef void (*UniffiForeignFutureCompleteU16)(uint64_t, UniffiForeignFutureResultU16
112
118
  );
113
119
 
114
120
  #endif
115
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16
116
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16
117
- typedef struct UniffiForeignFutureStructI16 {
121
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I16
122
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I16
123
+ typedef struct UniffiForeignFutureResultI16 {
118
124
  int16_t returnValue;
119
125
  RustCallStatus callStatus;
120
- } UniffiForeignFutureStructI16;
126
+ } UniffiForeignFutureResultI16;
121
127
 
122
128
  #endif
123
129
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16
124
130
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16
125
- typedef void (*UniffiForeignFutureCompleteI16)(uint64_t, UniffiForeignFutureStructI16
131
+ typedef void (*UniffiForeignFutureCompleteI16)(uint64_t, UniffiForeignFutureResultI16
126
132
  );
127
133
 
128
134
  #endif
129
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32
130
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32
131
- typedef struct UniffiForeignFutureStructU32 {
135
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U32
136
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U32
137
+ typedef struct UniffiForeignFutureResultU32 {
132
138
  uint32_t returnValue;
133
139
  RustCallStatus callStatus;
134
- } UniffiForeignFutureStructU32;
140
+ } UniffiForeignFutureResultU32;
135
141
 
136
142
  #endif
137
143
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32
138
144
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32
139
- typedef void (*UniffiForeignFutureCompleteU32)(uint64_t, UniffiForeignFutureStructU32
145
+ typedef void (*UniffiForeignFutureCompleteU32)(uint64_t, UniffiForeignFutureResultU32
140
146
  );
141
147
 
142
148
  #endif
143
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32
144
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32
145
- typedef struct UniffiForeignFutureStructI32 {
149
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I32
150
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I32
151
+ typedef struct UniffiForeignFutureResultI32 {
146
152
  int32_t returnValue;
147
153
  RustCallStatus callStatus;
148
- } UniffiForeignFutureStructI32;
154
+ } UniffiForeignFutureResultI32;
149
155
 
150
156
  #endif
151
157
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32
152
158
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32
153
- typedef void (*UniffiForeignFutureCompleteI32)(uint64_t, UniffiForeignFutureStructI32
159
+ typedef void (*UniffiForeignFutureCompleteI32)(uint64_t, UniffiForeignFutureResultI32
154
160
  );
155
161
 
156
162
  #endif
157
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64
158
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64
159
- typedef struct UniffiForeignFutureStructU64 {
163
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U64
164
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_U64
165
+ typedef struct UniffiForeignFutureResultU64 {
160
166
  uint64_t returnValue;
161
167
  RustCallStatus callStatus;
162
- } UniffiForeignFutureStructU64;
168
+ } UniffiForeignFutureResultU64;
163
169
 
164
170
  #endif
165
171
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64
166
172
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64
167
- typedef void (*UniffiForeignFutureCompleteU64)(uint64_t, UniffiForeignFutureStructU64
173
+ typedef void (*UniffiForeignFutureCompleteU64)(uint64_t, UniffiForeignFutureResultU64
168
174
  );
169
175
 
170
176
  #endif
171
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64
172
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64
173
- typedef struct UniffiForeignFutureStructI64 {
177
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I64
178
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_I64
179
+ typedef struct UniffiForeignFutureResultI64 {
174
180
  int64_t returnValue;
175
181
  RustCallStatus callStatus;
176
- } UniffiForeignFutureStructI64;
182
+ } UniffiForeignFutureResultI64;
177
183
 
178
184
  #endif
179
185
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64
180
186
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64
181
- typedef void (*UniffiForeignFutureCompleteI64)(uint64_t, UniffiForeignFutureStructI64
187
+ typedef void (*UniffiForeignFutureCompleteI64)(uint64_t, UniffiForeignFutureResultI64
182
188
  );
183
189
 
184
190
  #endif
185
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32
186
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32
187
- typedef struct UniffiForeignFutureStructF32 {
191
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_F32
192
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_F32
193
+ typedef struct UniffiForeignFutureResultF32 {
188
194
  float returnValue;
189
195
  RustCallStatus callStatus;
190
- } UniffiForeignFutureStructF32;
196
+ } UniffiForeignFutureResultF32;
191
197
 
192
198
  #endif
193
199
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32
194
200
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32
195
- typedef void (*UniffiForeignFutureCompleteF32)(uint64_t, UniffiForeignFutureStructF32
201
+ typedef void (*UniffiForeignFutureCompleteF32)(uint64_t, UniffiForeignFutureResultF32
196
202
  );
197
203
 
198
204
  #endif
199
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64
200
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64
201
- typedef struct UniffiForeignFutureStructF64 {
205
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_F64
206
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_F64
207
+ typedef struct UniffiForeignFutureResultF64 {
202
208
  double returnValue;
203
209
  RustCallStatus callStatus;
204
- } UniffiForeignFutureStructF64;
210
+ } UniffiForeignFutureResultF64;
205
211
 
206
212
  #endif
207
213
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64
208
214
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64
209
- typedef void (*UniffiForeignFutureCompleteF64)(uint64_t, UniffiForeignFutureStructF64
215
+ typedef void (*UniffiForeignFutureCompleteF64)(uint64_t, UniffiForeignFutureResultF64
210
216
  );
211
217
 
212
218
  #endif
213
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_POINTER
214
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_POINTER
215
- typedef struct UniffiForeignFutureStructPointer {
216
- void*_Nonnull returnValue;
217
- RustCallStatus callStatus;
218
- } UniffiForeignFutureStructPointer;
219
-
220
- #endif
221
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_POINTER
222
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_POINTER
223
- typedef void (*UniffiForeignFutureCompletePointer)(uint64_t, UniffiForeignFutureStructPointer
224
- );
225
-
226
- #endif
227
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_RUST_BUFFER
228
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_RUST_BUFFER
229
- typedef struct UniffiForeignFutureStructRustBuffer {
219
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_RUST_BUFFER
220
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_RUST_BUFFER
221
+ typedef struct UniffiForeignFutureResultRustBuffer {
230
222
  RustBuffer returnValue;
231
223
  RustCallStatus callStatus;
232
- } UniffiForeignFutureStructRustBuffer;
224
+ } UniffiForeignFutureResultRustBuffer;
233
225
 
234
226
  #endif
235
227
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER
236
228
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER
237
- typedef void (*UniffiForeignFutureCompleteRustBuffer)(uint64_t, UniffiForeignFutureStructRustBuffer
229
+ typedef void (*UniffiForeignFutureCompleteRustBuffer)(uint64_t, UniffiForeignFutureResultRustBuffer
238
230
  );
239
231
 
240
232
  #endif
241
- #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID
242
- #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID
243
- typedef struct UniffiForeignFutureStructVoid {
233
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_VOID
234
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_RESULT_VOID
235
+ typedef struct UniffiForeignFutureResultVoid {
244
236
  RustCallStatus callStatus;
245
- } UniffiForeignFutureStructVoid;
237
+ } UniffiForeignFutureResultVoid;
246
238
 
247
239
  #endif
248
240
  #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID
249
241
  #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID
250
- typedef void (*UniffiForeignFutureCompleteVoid)(uint64_t, UniffiForeignFutureStructVoid
242
+ typedef void (*UniffiForeignFutureCompleteVoid)(uint64_t, UniffiForeignFutureResultVoid
251
243
  );
252
244
 
253
245
  #endif
@@ -341,326 +333,374 @@ typedef void (*UniffiCallbackInterfaceNativeNotifierMethod0)(uint64_t, RustBuffe
341
333
  RustCallStatus *_Nonnull uniffiCallStatus
342
334
  );
343
335
 
336
+ #endif
337
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_AUTH_PROFILE_STORE_METHOD0
338
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_AUTH_PROFILE_STORE_METHOD0
339
+ typedef void (*UniffiCallbackInterfaceAuthProfileStoreMethod0)(uint64_t, RustBuffer* _Nonnull,
340
+ RustCallStatus *_Nonnull uniffiCallStatus
341
+ );
342
+
343
+ #endif
344
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_AUTH_PROFILE_STORE_METHOD1
345
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_AUTH_PROFILE_STORE_METHOD1
346
+ typedef void (*UniffiCallbackInterfaceAuthProfileStoreMethod1)(uint64_t, RustBuffer, void* _Nonnull,
347
+ RustCallStatus *_Nonnull uniffiCallStatus
348
+ );
349
+
344
350
  #endif
345
351
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_GOVERNANCE_PROVIDER
346
352
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_GOVERNANCE_PROVIDER
347
353
  typedef struct UniffiVTableCallbackInterfaceGovernanceProvider {
354
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
355
+ UniffiCallbackInterfaceClone _Nonnull uniffiClone;
348
356
  UniffiCallbackInterfaceGovernanceProviderMethod0 _Nonnull checkLoop;
349
357
  UniffiCallbackInterfaceGovernanceProviderMethod1 _Nonnull recordOutcome;
350
358
  UniffiCallbackInterfaceGovernanceProviderMethod2 _Nonnull recordAudit;
351
359
  UniffiCallbackInterfaceGovernanceProviderMethod3 _Nonnull checkSink;
352
360
  UniffiCallbackInterfaceGovernanceProviderMethod4 _Nonnull reset;
353
361
  UniffiCallbackInterfaceGovernanceProviderMethod5 _Nonnull recordUsage;
354
- UniffiCallbackInterfaceFree _Nonnull uniffiFree;
355
362
  } UniffiVTableCallbackInterfaceGovernanceProvider;
356
363
 
357
364
  #endif
358
365
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_MEMORY_PROVIDER
359
366
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_MEMORY_PROVIDER
360
367
  typedef struct UniffiVTableCallbackInterfaceMemoryProvider {
368
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
369
+ UniffiCallbackInterfaceClone _Nonnull uniffiClone;
361
370
  UniffiCallbackInterfaceMemoryProviderMethod0 _Nonnull store;
362
371
  UniffiCallbackInterfaceMemoryProviderMethod1 _Nonnull recall;
363
372
  UniffiCallbackInterfaceMemoryProviderMethod2 _Nonnull forget;
364
373
  UniffiCallbackInterfaceMemoryProviderMethod3 _Nonnull search;
365
374
  UniffiCallbackInterfaceMemoryProviderMethod4 _Nonnull list;
366
- UniffiCallbackInterfaceFree _Nonnull uniffiFree;
367
375
  } UniffiVTableCallbackInterfaceMemoryProvider;
368
376
 
369
377
  #endif
370
378
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
371
379
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
372
380
  typedef struct UniffiVTableCallbackInterfaceNativeEventCallback {
373
- UniffiCallbackInterfaceNativeEventCallbackMethod0 _Nonnull onEvent;
374
381
  UniffiCallbackInterfaceFree _Nonnull uniffiFree;
382
+ UniffiCallbackInterfaceClone _Nonnull uniffiClone;
383
+ UniffiCallbackInterfaceNativeEventCallbackMethod0 _Nonnull onEvent;
375
384
  } UniffiVTableCallbackInterfaceNativeEventCallback;
376
385
 
377
386
  #endif
378
387
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
379
388
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
380
389
  typedef struct UniffiVTableCallbackInterfaceNativeNotifier {
381
- UniffiCallbackInterfaceNativeNotifierMethod0 _Nonnull sendNotification;
382
390
  UniffiCallbackInterfaceFree _Nonnull uniffiFree;
391
+ UniffiCallbackInterfaceClone _Nonnull uniffiClone;
392
+ UniffiCallbackInterfaceNativeNotifierMethod0 _Nonnull sendNotification;
383
393
  } UniffiVTableCallbackInterfaceNativeNotifier;
384
394
 
395
+ #endif
396
+ #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_AUTH_PROFILE_STORE
397
+ #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_AUTH_PROFILE_STORE
398
+ typedef struct UniffiVTableCallbackInterfaceAuthProfileStore {
399
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
400
+ UniffiCallbackInterfaceClone _Nonnull uniffiClone;
401
+ UniffiCallbackInterfaceAuthProfileStoreMethod0 _Nonnull load;
402
+ UniffiCallbackInterfaceAuthProfileStoreMethod1 _Nonnull save;
403
+ } UniffiVTableCallbackInterfaceAuthProfileStore;
404
+
385
405
  #endif
386
406
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
387
407
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
388
- void*_Nonnull uniffi_native_agent_ffi_fn_clone_nativeagenthandle(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
408
+ uint64_t uniffi_native_agent_ffi_fn_clone_nativeagenthandle(uint64_t handle, RustCallStatus *_Nonnull out_status
389
409
  );
390
410
  #endif
391
411
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FREE_NATIVEAGENTHANDLE
392
412
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FREE_NATIVEAGENTHANDLE
393
- void uniffi_native_agent_ffi_fn_free_nativeagenthandle(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
413
+ void uniffi_native_agent_ffi_fn_free_nativeagenthandle(uint64_t handle, RustCallStatus *_Nonnull out_status
394
414
  );
395
415
  #endif
396
416
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
397
417
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
398
- void*_Nonnull uniffi_native_agent_ffi_fn_constructor_nativeagenthandle_new(RustBuffer config, RustCallStatus *_Nonnull out_status
418
+ uint64_t uniffi_native_agent_ffi_fn_constructor_nativeagenthandle_new(RustBuffer config, RustCallStatus *_Nonnull out_status
399
419
  );
400
420
  #endif
401
421
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ABORT
402
422
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ABORT
403
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_abort(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
423
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_abort(uint64_t ptr, RustCallStatus *_Nonnull out_status
404
424
  );
405
425
  #endif
406
426
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
407
427
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
408
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_cron_job(void*_Nonnull ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
428
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_cron_job(uint64_t ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
409
429
  );
410
430
  #endif
411
431
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
412
432
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
413
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_skill(void*_Nonnull ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
433
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_skill(uint64_t ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
414
434
  );
415
435
  #endif
416
436
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
417
437
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
418
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_clear_session(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
438
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_clear_session(uint64_t ptr, RustCallStatus *_Nonnull out_status
419
439
  );
420
440
  #endif
421
441
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
422
442
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
423
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_delete_auth(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
443
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_delete_auth(uint64_t ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
444
+ );
445
+ #endif
446
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DISPATCH_AGENT_COMMAND_JSON
447
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DISPATCH_AGENT_COMMAND_JSON
448
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_dispatch_agent_command_json(uint64_t ptr, RustBuffer json, RustCallStatus *_Nonnull out_status
424
449
  );
425
450
  #endif
426
451
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_END_SKILL
427
452
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_END_SKILL
428
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_end_skill(void*_Nonnull ptr, RustBuffer skill_id, RustCallStatus *_Nonnull out_status
453
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_end_skill(uint64_t ptr, RustBuffer skill_id, RustCallStatus *_Nonnull out_status
429
454
  );
430
455
  #endif
431
456
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_EXCHANGE_OAUTH_CODE
432
457
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_EXCHANGE_OAUTH_CODE
433
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_exchange_oauth_code(void*_Nonnull ptr, RustBuffer token_url, RustBuffer body_json, RustBuffer content_type, RustCallStatus *_Nonnull out_status
458
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_exchange_oauth_code(uint64_t ptr, RustBuffer token_url, RustBuffer body_json, RustBuffer content_type, RustCallStatus *_Nonnull out_status
434
459
  );
435
460
  #endif
436
461
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
437
462
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
438
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_follow_up(void*_Nonnull ptr, RustBuffer prompt, RustCallStatus *_Nonnull out_status
463
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_follow_up(uint64_t ptr, RustBuffer prompt, RustCallStatus *_Nonnull out_status
439
464
  );
440
465
  #endif
441
466
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
442
467
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
443
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_status(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
468
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_status(uint64_t ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
444
469
  );
445
470
  #endif
446
471
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
447
472
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
448
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
473
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_token(uint64_t ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
449
474
  );
450
475
  #endif
451
476
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
452
477
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
453
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_heartbeat_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
478
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_heartbeat_config(uint64_t ptr, RustCallStatus *_Nonnull out_status
454
479
  );
455
480
  #endif
456
481
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_MODELS
457
482
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_MODELS
458
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_models(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
483
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_models(uint64_t ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
459
484
  );
460
485
  #endif
461
486
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
462
487
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
463
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_scheduler_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
488
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_scheduler_config(uint64_t ptr, RustCallStatus *_Nonnull out_status
464
489
  );
465
490
  #endif
466
491
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
467
492
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
468
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_handle_wake(void*_Nonnull ptr, RustBuffer source, RustCallStatus *_Nonnull out_status
493
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_handle_wake(uint64_t ptr, RustBuffer source, RustCallStatus *_Nonnull out_status
469
494
  );
470
495
  #endif
471
496
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
472
497
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
473
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_invoke_tool(void*_Nonnull ptr, RustBuffer tool_name, RustBuffer args_json, RustCallStatus *_Nonnull out_status
498
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_invoke_tool(uint64_t ptr, RustBuffer tool_name, RustBuffer args_json, RustCallStatus *_Nonnull out_status
474
499
  );
475
500
  #endif
476
501
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
477
502
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
478
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_jobs(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
503
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_jobs(uint64_t ptr, RustCallStatus *_Nonnull out_status
479
504
  );
480
505
  #endif
481
506
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
482
507
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
483
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_runs(void*_Nonnull ptr, RustBuffer job_id, int64_t limit, RustCallStatus *_Nonnull out_status
508
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_runs(uint64_t ptr, RustBuffer job_id, int64_t limit, RustCallStatus *_Nonnull out_status
509
+ );
510
+ #endif
511
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_NATIVE_TOOLS
512
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_NATIVE_TOOLS
513
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_native_tools(uint64_t ptr, RustCallStatus *_Nonnull out_status
484
514
  );
485
515
  #endif
486
516
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
487
517
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
488
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_sessions(void*_Nonnull ptr, RustBuffer agent_id, RustCallStatus *_Nonnull out_status
518
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_sessions(uint64_t ptr, RustBuffer agent_id, RustCallStatus *_Nonnull out_status
489
519
  );
490
520
  #endif
491
521
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
492
522
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
493
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_skills(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
523
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_skills(uint64_t ptr, RustCallStatus *_Nonnull out_status
494
524
  );
495
525
  #endif
496
526
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_TOOL_PERMISSIONS
497
527
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_TOOL_PERMISSIONS
498
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_tool_permissions(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
528
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_tool_permissions(uint64_t ptr, RustCallStatus *_Nonnull out_status
499
529
  );
500
530
  #endif
501
531
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
502
532
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
503
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_session(void*_Nonnull ptr, RustBuffer session_key, RustCallStatus *_Nonnull out_status
533
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_session(uint64_t ptr, RustBuffer session_key, RustCallStatus *_Nonnull out_status
504
534
  );
505
535
  #endif
506
536
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SURFACED_MESSAGES
507
537
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SURFACED_MESSAGES
508
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_surfaced_messages(void*_Nonnull ptr, int64_t limit, RustCallStatus *_Nonnull out_status
538
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_surfaced_messages(uint64_t ptr, int64_t limit, RustCallStatus *_Nonnull out_status
509
539
  );
510
540
  #endif
511
541
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
512
542
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
513
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_persist_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
543
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_persist_config(uint64_t ptr, RustCallStatus *_Nonnull out_status
514
544
  );
515
545
  #endif
516
546
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
517
547
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
518
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_refresh_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
548
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_refresh_token(uint64_t ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
519
549
  );
520
550
  #endif
521
551
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
522
552
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
523
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_cron_job(void*_Nonnull ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
553
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_cron_job(uint64_t ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
524
554
  );
525
555
  #endif
526
556
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
527
557
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
528
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_skill(void*_Nonnull ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
558
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_skill(uint64_t ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
529
559
  );
530
560
  #endif
531
561
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESET_TOOL_PERMISSIONS
532
562
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESET_TOOL_PERMISSIONS
533
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_reset_tool_permissions(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
563
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_reset_tool_permissions(uint64_t ptr, RustCallStatus *_Nonnull out_status
534
564
  );
535
565
  #endif
536
566
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
537
567
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
538
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_approval(void*_Nonnull ptr, RustBuffer tool_call_id, int8_t approved, RustBuffer reason, RustCallStatus *_Nonnull out_status
568
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_approval(uint64_t ptr, RustBuffer tool_call_id, int8_t approved, RustBuffer reason, RustCallStatus *_Nonnull out_status
539
569
  );
540
570
  #endif
541
571
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
542
572
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
543
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_cron_approval(void*_Nonnull ptr, RustBuffer _request_id, int8_t approved, RustCallStatus *_Nonnull out_status
573
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_cron_approval(uint64_t ptr, RustBuffer _request_id, int8_t approved, RustCallStatus *_Nonnull out_status
544
574
  );
545
575
  #endif
546
576
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
547
577
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
548
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_mcp_tool(void*_Nonnull ptr, RustBuffer tool_call_id, RustBuffer result_json, int8_t is_error, RustCallStatus *_Nonnull out_status
578
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_respond_to_mcp_tool(uint64_t ptr, RustBuffer tool_call_id, RustBuffer result_json, int8_t is_error, RustCallStatus *_Nonnull out_status
549
579
  );
550
580
  #endif
551
581
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
552
582
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
553
- uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_restart_mcp(void*_Nonnull ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
583
+ uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_restart_mcp(uint64_t ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
554
584
  );
555
585
  #endif
556
586
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
557
587
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
558
- int8_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_resume_session(void*_Nonnull ptr, RustBuffer session_key, RustBuffer agent_id, RustBuffer messages_json, RustBuffer provider, RustBuffer model, RustCallStatus *_Nonnull out_status
588
+ int8_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_resume_session(uint64_t ptr, RustBuffer session_key, RustBuffer agent_id, RustBuffer messages_json, RustBuffer provider, RustBuffer model, RustCallStatus *_Nonnull out_status
559
589
  );
560
590
  #endif
561
591
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
562
592
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
563
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_run_cron_job(void*_Nonnull ptr, RustBuffer job_id, RustCallStatus *_Nonnull out_status
593
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_run_cron_job(uint64_t ptr, RustBuffer job_id, RustCallStatus *_Nonnull out_status
564
594
  );
565
595
  #endif
566
596
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEED_TOOL_PERMISSIONS
567
597
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEED_TOOL_PERMISSIONS
568
- uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_seed_tool_permissions(void*_Nonnull ptr, RustBuffer defaults_json, RustCallStatus *_Nonnull out_status
598
+ uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_seed_tool_permissions(uint64_t ptr, RustBuffer defaults_json, RustCallStatus *_Nonnull out_status
569
599
  );
570
600
  #endif
571
601
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
572
602
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
573
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_send_message(void*_Nonnull ptr, RustBuffer params, RustCallStatus *_Nonnull out_status
603
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_send_message(uint64_t ptr, RustBuffer params, RustCallStatus *_Nonnull out_status
604
+ );
605
+ #endif
606
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SERIALIZE_AGENT_EVENT_JSON
607
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SERIALIZE_AGENT_EVENT_JSON
608
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_serialize_agent_event_json(uint64_t ptr, RustBuffer event_type, RustBuffer payload_json, RustBuffer session_key, RustCallStatus *_Nonnull out_status
574
609
  );
575
610
  #endif
576
611
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
577
612
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
578
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_auth_key(void*_Nonnull ptr, RustBuffer key, RustBuffer provider, RustBuffer auth_type, RustBuffer refresh, RustBuffer expires_at, RustCallStatus *_Nonnull out_status
613
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_auth_key(uint64_t ptr, RustBuffer key, RustBuffer provider, RustBuffer auth_type, RustBuffer refresh, RustBuffer expires_at, RustCallStatus *_Nonnull out_status
579
614
  );
580
615
  #endif
581
616
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
582
617
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
583
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_event_callback(void*_Nonnull ptr, uint64_t callback, RustCallStatus *_Nonnull out_status
618
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_event_callback(uint64_t ptr, uint64_t callback, RustCallStatus *_Nonnull out_status
584
619
  );
585
620
  #endif
586
621
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_GOVERNANCE_PROVIDER
587
622
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_GOVERNANCE_PROVIDER
588
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_governance_provider(void*_Nonnull ptr, uint64_t provider, RustCallStatus *_Nonnull out_status
623
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_governance_provider(uint64_t ptr, uint64_t provider, RustCallStatus *_Nonnull out_status
589
624
  );
590
625
  #endif
591
626
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
592
627
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
593
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_heartbeat_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
628
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_heartbeat_config(uint64_t ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
594
629
  );
595
630
  #endif
596
631
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_MEMORY_PROVIDER
597
632
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_MEMORY_PROVIDER
598
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_memory_provider(void*_Nonnull ptr, uint64_t provider, RustCallStatus *_Nonnull out_status
633
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_memory_provider(uint64_t ptr, uint64_t provider, RustCallStatus *_Nonnull out_status
599
634
  );
600
635
  #endif
601
636
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
602
637
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
603
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_notifier(void*_Nonnull ptr, uint64_t notifier, RustCallStatus *_Nonnull out_status
638
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_notifier(uint64_t ptr, uint64_t notifier, RustCallStatus *_Nonnull out_status
604
639
  );
605
640
  #endif
606
641
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
607
642
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
608
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_scheduler_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
643
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_scheduler_config(uint64_t ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
609
644
  );
610
645
  #endif
611
646
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_TOOL_PERMISSION
612
647
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_TOOL_PERMISSION
613
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_tool_permission(void*_Nonnull ptr, RustBuffer tool_name, RustBuffer permission, int8_t enabled, RustCallStatus *_Nonnull out_status
648
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_tool_permission(uint64_t ptr, RustBuffer tool_name, RustBuffer permission, int8_t enabled, RustCallStatus *_Nonnull out_status
614
649
  );
615
650
  #endif
616
651
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_MCP
617
652
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_MCP
618
- uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_start_mcp(void*_Nonnull ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
653
+ uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_start_mcp(uint64_t ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
619
654
  );
620
655
  #endif
621
656
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_SKILL
622
657
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_SKILL
623
- RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_start_skill(void*_Nonnull ptr, RustBuffer skill_id, RustBuffer config_json, RustBuffer provider, RustCallStatus *_Nonnull out_status
658
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_start_skill(uint64_t ptr, RustBuffer skill_id, RustBuffer config_json, RustBuffer provider, RustCallStatus *_Nonnull out_status
624
659
  );
625
660
  #endif
626
661
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_STEER
627
662
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_STEER
628
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_steer(void*_Nonnull ptr, RustBuffer text, RustCallStatus *_Nonnull out_status
663
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_steer(uint64_t ptr, RustBuffer text, RustCallStatus *_Nonnull out_status
629
664
  );
630
665
  #endif
631
666
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
632
667
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
633
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_cron_job(void*_Nonnull ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
668
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_cron_job(uint64_t ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
634
669
  );
635
670
  #endif
636
671
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
637
672
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
638
- void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_skill(void*_Nonnull ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
673
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_skill(uint64_t ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
639
674
  );
640
675
  #endif
641
676
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_GOVERNANCEPROVIDER
642
677
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_GOVERNANCEPROVIDER
643
- void uniffi_native_agent_ffi_fn_init_callback_vtable_governanceprovider(UniffiVTableCallbackInterfaceGovernanceProvider* _Nonnull vtable
678
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_governanceprovider(const UniffiVTableCallbackInterfaceGovernanceProvider* _Nonnull vtable
644
679
  );
645
680
  #endif
646
681
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_MEMORYPROVIDER
647
682
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_MEMORYPROVIDER
648
- void uniffi_native_agent_ffi_fn_init_callback_vtable_memoryprovider(UniffiVTableCallbackInterfaceMemoryProvider* _Nonnull vtable
683
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_memoryprovider(const UniffiVTableCallbackInterfaceMemoryProvider* _Nonnull vtable
649
684
  );
650
685
  #endif
651
686
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVEEVENTCALLBACK
652
687
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVEEVENTCALLBACK
653
- void uniffi_native_agent_ffi_fn_init_callback_vtable_nativeeventcallback(UniffiVTableCallbackInterfaceNativeEventCallback* _Nonnull vtable
688
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_nativeeventcallback(const UniffiVTableCallbackInterfaceNativeEventCallback* _Nonnull vtable
654
689
  );
655
690
  #endif
656
691
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
657
692
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
658
- void uniffi_native_agent_ffi_fn_init_callback_vtable_nativenotifier(UniffiVTableCallbackInterfaceNativeNotifier* _Nonnull vtable
693
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_nativenotifier(const UniffiVTableCallbackInterfaceNativeNotifier* _Nonnull vtable
694
+ );
695
+ #endif
696
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_AUTHPROFILESTORE
697
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_AUTHPROFILESTORE
698
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_authprofilestore(const UniffiVTableCallbackInterfaceAuthProfileStore* _Nonnull vtable
659
699
  );
660
700
  #endif
661
701
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
662
702
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
663
- void*_Nonnull uniffi_native_agent_ffi_fn_func_create_handle_from_persisted_config(RustBuffer config_path, RustCallStatus *_Nonnull out_status
703
+ uint64_t uniffi_native_agent_ffi_fn_func_create_handle_from_persisted_config(RustBuffer config_path, RustCallStatus *_Nonnull out_status
664
704
  );
665
705
  #endif
666
706
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
@@ -888,26 +928,6 @@ void ffi_native_agent_ffi_rust_future_free_f64(uint64_t handle
888
928
  double ffi_native_agent_ffi_rust_future_complete_f64(uint64_t handle, RustCallStatus *_Nonnull out_status
889
929
  );
890
930
  #endif
891
- #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_POINTER
892
- #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_POINTER
893
- void ffi_native_agent_ffi_rust_future_poll_pointer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
894
- );
895
- #endif
896
- #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_POINTER
897
- #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_POINTER
898
- void ffi_native_agent_ffi_rust_future_cancel_pointer(uint64_t handle
899
- );
900
- #endif
901
- #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_POINTER
902
- #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_POINTER
903
- void ffi_native_agent_ffi_rust_future_free_pointer(uint64_t handle
904
- );
905
- #endif
906
- #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_POINTER
907
- #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_POINTER
908
- void*_Nonnull ffi_native_agent_ffi_rust_future_complete_pointer(uint64_t handle, RustCallStatus *_Nonnull out_status
909
- );
910
- #endif
911
931
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_RUST_BUFFER
912
932
  #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_RUST_BUFFER
913
933
  void ffi_native_agent_ffi_rust_future_poll_rust_buffer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
@@ -988,6 +1008,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_clear_session
988
1008
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
989
1009
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_delete_auth(void
990
1010
 
1011
+ );
1012
+ #endif
1013
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_DISPATCH_AGENT_COMMAND_JSON
1014
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_DISPATCH_AGENT_COMMAND_JSON
1015
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_dispatch_agent_command_json(void
1016
+
991
1017
  );
992
1018
  #endif
993
1019
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_END_SKILL
@@ -1060,6 +1086,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_cron_job
1060
1086
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
1061
1087
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_cron_runs(void
1062
1088
 
1089
+ );
1090
+ #endif
1091
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_NATIVE_TOOLS
1092
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_NATIVE_TOOLS
1093
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_native_tools(void
1094
+
1063
1095
  );
1064
1096
  #endif
1065
1097
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
@@ -1168,6 +1200,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_seed_tool_per
1168
1200
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
1169
1201
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_send_message(void
1170
1202
 
1203
+ );
1204
+ #endif
1205
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SERIALIZE_AGENT_EVENT_JSON
1206
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SERIALIZE_AGENT_EVENT_JSON
1207
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_serialize_agent_event_json(void
1208
+
1171
1209
  );
1172
1210
  #endif
1173
1211
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
@@ -1330,6 +1368,18 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeeventcallback_on_event(vo
1330
1368
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVENOTIFIER_SEND_NOTIFICATION
1331
1369
  uint16_t uniffi_native_agent_ffi_checksum_method_nativenotifier_send_notification(void
1332
1370
 
1371
+ );
1372
+ #endif
1373
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_AUTHPROFILESTORE_LOAD
1374
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_AUTHPROFILESTORE_LOAD
1375
+ uint16_t uniffi_native_agent_ffi_checksum_method_authprofilestore_load(void
1376
+
1377
+ );
1378
+ #endif
1379
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_AUTHPROFILESTORE_SAVE
1380
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_AUTHPROFILESTORE_SAVE
1381
+ uint16_t uniffi_native_agent_ffi_checksum_method_authprofilestore_save(void
1382
+
1333
1383
  );
1334
1384
  #endif
1335
1385
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_UNIFFI_CONTRACT_VERSION