capacitor-native-agent 0.3.0 → 0.3.1

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.
@@ -0,0 +1,1016 @@
1
+ // This file was autogenerated by some hot garbage in the `uniffi` crate.
2
+ // Trust me, you don't want to mess with it!
3
+
4
+ #pragma once
5
+
6
+ #include <stdbool.h>
7
+ #include <stddef.h>
8
+ #include <stdint.h>
9
+
10
+ // The following structs are used to implement the lowest level
11
+ // of the FFI, and thus useful to multiple uniffied crates.
12
+ // We ensure they are declared exactly once, with a header guard, UNIFFI_SHARED_H.
13
+ #ifdef UNIFFI_SHARED_H
14
+ // We also try to prevent mixing versions of shared uniffi header structs.
15
+ // If you add anything to the #else block, you must increment the version suffix in UNIFFI_SHARED_HEADER_V4
16
+ #ifndef UNIFFI_SHARED_HEADER_V4
17
+ #error Combining helper code from multiple versions of uniffi is not supported
18
+ #endif // ndef UNIFFI_SHARED_HEADER_V4
19
+ #else
20
+ #define UNIFFI_SHARED_H
21
+ #define UNIFFI_SHARED_HEADER_V4
22
+ // ⚠️ Attention: If you change this #else block (ending in `#endif // def UNIFFI_SHARED_H`) you *must* ⚠️
23
+ // ⚠️ increment the version suffix in all instances of UNIFFI_SHARED_HEADER_V4 in this file. ⚠️
24
+
25
+ typedef struct RustBuffer
26
+ {
27
+ uint64_t capacity;
28
+ uint64_t len;
29
+ uint8_t *_Nullable data;
30
+ } RustBuffer;
31
+
32
+ typedef struct ForeignBytes
33
+ {
34
+ int32_t len;
35
+ const uint8_t *_Nullable data;
36
+ } ForeignBytes;
37
+
38
+ // Error definitions
39
+ typedef struct RustCallStatus {
40
+ int8_t code;
41
+ RustBuffer errorBuf;
42
+ } RustCallStatus;
43
+
44
+ // ⚠️ Attention: If you change this #else block (ending in `#endif // def UNIFFI_SHARED_H`) you *must* ⚠️
45
+ // ⚠️ increment the version suffix in all instances of UNIFFI_SHARED_HEADER_V4 in this file. ⚠️
46
+ #endif // def UNIFFI_SHARED_H
47
+ #ifndef UNIFFI_FFIDEF_RUST_FUTURE_CONTINUATION_CALLBACK
48
+ #define UNIFFI_FFIDEF_RUST_FUTURE_CONTINUATION_CALLBACK
49
+ typedef void (*UniffiRustFutureContinuationCallback)(uint64_t, int8_t
50
+ );
51
+
52
+ #endif
53
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE
54
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE
55
+ typedef void (*UniffiForeignFutureFree)(uint64_t
56
+ );
57
+
58
+ #endif
59
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_FREE
60
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_FREE
61
+ typedef void (*UniffiCallbackInterfaceFree)(uint64_t
62
+ );
63
+
64
+ #endif
65
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE
66
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE
67
+ typedef struct UniffiForeignFuture {
68
+ uint64_t handle;
69
+ UniffiForeignFutureFree _Nonnull free;
70
+ } UniffiForeignFuture;
71
+
72
+ #endif
73
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8
74
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8
75
+ typedef struct UniffiForeignFutureStructU8 {
76
+ uint8_t returnValue;
77
+ RustCallStatus callStatus;
78
+ } UniffiForeignFutureStructU8;
79
+
80
+ #endif
81
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8
82
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8
83
+ typedef void (*UniffiForeignFutureCompleteU8)(uint64_t, UniffiForeignFutureStructU8
84
+ );
85
+
86
+ #endif
87
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8
88
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8
89
+ typedef struct UniffiForeignFutureStructI8 {
90
+ int8_t returnValue;
91
+ RustCallStatus callStatus;
92
+ } UniffiForeignFutureStructI8;
93
+
94
+ #endif
95
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8
96
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8
97
+ typedef void (*UniffiForeignFutureCompleteI8)(uint64_t, UniffiForeignFutureStructI8
98
+ );
99
+
100
+ #endif
101
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16
102
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16
103
+ typedef struct UniffiForeignFutureStructU16 {
104
+ uint16_t returnValue;
105
+ RustCallStatus callStatus;
106
+ } UniffiForeignFutureStructU16;
107
+
108
+ #endif
109
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16
110
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16
111
+ typedef void (*UniffiForeignFutureCompleteU16)(uint64_t, UniffiForeignFutureStructU16
112
+ );
113
+
114
+ #endif
115
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16
116
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16
117
+ typedef struct UniffiForeignFutureStructI16 {
118
+ int16_t returnValue;
119
+ RustCallStatus callStatus;
120
+ } UniffiForeignFutureStructI16;
121
+
122
+ #endif
123
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16
124
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16
125
+ typedef void (*UniffiForeignFutureCompleteI16)(uint64_t, UniffiForeignFutureStructI16
126
+ );
127
+
128
+ #endif
129
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32
130
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32
131
+ typedef struct UniffiForeignFutureStructU32 {
132
+ uint32_t returnValue;
133
+ RustCallStatus callStatus;
134
+ } UniffiForeignFutureStructU32;
135
+
136
+ #endif
137
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32
138
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32
139
+ typedef void (*UniffiForeignFutureCompleteU32)(uint64_t, UniffiForeignFutureStructU32
140
+ );
141
+
142
+ #endif
143
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32
144
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32
145
+ typedef struct UniffiForeignFutureStructI32 {
146
+ int32_t returnValue;
147
+ RustCallStatus callStatus;
148
+ } UniffiForeignFutureStructI32;
149
+
150
+ #endif
151
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32
152
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32
153
+ typedef void (*UniffiForeignFutureCompleteI32)(uint64_t, UniffiForeignFutureStructI32
154
+ );
155
+
156
+ #endif
157
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64
158
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64
159
+ typedef struct UniffiForeignFutureStructU64 {
160
+ uint64_t returnValue;
161
+ RustCallStatus callStatus;
162
+ } UniffiForeignFutureStructU64;
163
+
164
+ #endif
165
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64
166
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64
167
+ typedef void (*UniffiForeignFutureCompleteU64)(uint64_t, UniffiForeignFutureStructU64
168
+ );
169
+
170
+ #endif
171
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64
172
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64
173
+ typedef struct UniffiForeignFutureStructI64 {
174
+ int64_t returnValue;
175
+ RustCallStatus callStatus;
176
+ } UniffiForeignFutureStructI64;
177
+
178
+ #endif
179
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64
180
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64
181
+ typedef void (*UniffiForeignFutureCompleteI64)(uint64_t, UniffiForeignFutureStructI64
182
+ );
183
+
184
+ #endif
185
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32
186
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32
187
+ typedef struct UniffiForeignFutureStructF32 {
188
+ float returnValue;
189
+ RustCallStatus callStatus;
190
+ } UniffiForeignFutureStructF32;
191
+
192
+ #endif
193
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32
194
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32
195
+ typedef void (*UniffiForeignFutureCompleteF32)(uint64_t, UniffiForeignFutureStructF32
196
+ );
197
+
198
+ #endif
199
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64
200
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64
201
+ typedef struct UniffiForeignFutureStructF64 {
202
+ double returnValue;
203
+ RustCallStatus callStatus;
204
+ } UniffiForeignFutureStructF64;
205
+
206
+ #endif
207
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64
208
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64
209
+ typedef void (*UniffiForeignFutureCompleteF64)(uint64_t, UniffiForeignFutureStructF64
210
+ );
211
+
212
+ #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 {
230
+ RustBuffer returnValue;
231
+ RustCallStatus callStatus;
232
+ } UniffiForeignFutureStructRustBuffer;
233
+
234
+ #endif
235
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER
236
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER
237
+ typedef void (*UniffiForeignFutureCompleteRustBuffer)(uint64_t, UniffiForeignFutureStructRustBuffer
238
+ );
239
+
240
+ #endif
241
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID
242
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID
243
+ typedef struct UniffiForeignFutureStructVoid {
244
+ RustCallStatus callStatus;
245
+ } UniffiForeignFutureStructVoid;
246
+
247
+ #endif
248
+ #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID
249
+ #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID
250
+ typedef void (*UniffiForeignFutureCompleteVoid)(uint64_t, UniffiForeignFutureStructVoid
251
+ );
252
+
253
+ #endif
254
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK_METHOD0
255
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK_METHOD0
256
+ typedef void (*UniffiCallbackInterfaceNativeEventCallbackMethod0)(uint64_t, RustBuffer, RustBuffer, void* _Nonnull,
257
+ RustCallStatus *_Nonnull uniffiCallStatus
258
+ );
259
+
260
+ #endif
261
+ #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
262
+ #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
263
+ typedef struct UniffiVTableCallbackInterfaceNativeEventCallback {
264
+ UniffiCallbackInterfaceNativeEventCallbackMethod0 _Nonnull onEvent;
265
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
266
+ } UniffiVTableCallbackInterfaceNativeEventCallback;
267
+
268
+ #endif
269
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
270
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
271
+ void*_Nonnull uniffi_native_agent_ffi_fn_clone_nativeagenthandle(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
272
+ );
273
+ #endif
274
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FREE_NATIVEAGENTHANDLE
275
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FREE_NATIVEAGENTHANDLE
276
+ void uniffi_native_agent_ffi_fn_free_nativeagenthandle(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
277
+ );
278
+ #endif
279
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
280
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
281
+ void*_Nonnull uniffi_native_agent_ffi_fn_constructor_nativeagenthandle_new(RustBuffer config, RustCallStatus *_Nonnull out_status
282
+ );
283
+ #endif
284
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ABORT
285
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ABORT
286
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_abort(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
287
+ );
288
+ #endif
289
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
290
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
291
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_cron_job(void*_Nonnull ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
292
+ );
293
+ #endif
294
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
295
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
296
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_add_skill(void*_Nonnull ptr, RustBuffer input_json, RustCallStatus *_Nonnull out_status
297
+ );
298
+ #endif
299
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
300
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
301
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_clear_session(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
302
+ );
303
+ #endif
304
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
305
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
306
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_delete_auth(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
307
+ );
308
+ #endif
309
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_END_SKILL
310
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_END_SKILL
311
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_end_skill(void*_Nonnull ptr, RustBuffer skill_id, RustCallStatus *_Nonnull out_status
312
+ );
313
+ #endif
314
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
315
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
316
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_follow_up(void*_Nonnull ptr, RustBuffer prompt, RustCallStatus *_Nonnull out_status
317
+ );
318
+ #endif
319
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
320
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
321
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_status(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
322
+ );
323
+ #endif
324
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
325
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
326
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_auth_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
327
+ );
328
+ #endif
329
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
330
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
331
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_heartbeat_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
332
+ );
333
+ #endif
334
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_MODELS
335
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_MODELS
336
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_models(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
337
+ );
338
+ #endif
339
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
340
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
341
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_get_scheduler_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
342
+ );
343
+ #endif
344
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
345
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
346
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_handle_wake(void*_Nonnull ptr, RustBuffer source, RustCallStatus *_Nonnull out_status
347
+ );
348
+ #endif
349
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
350
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
351
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_invoke_tool(void*_Nonnull ptr, RustBuffer tool_name, RustBuffer args_json, RustCallStatus *_Nonnull out_status
352
+ );
353
+ #endif
354
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
355
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
356
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_jobs(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
357
+ );
358
+ #endif
359
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
360
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
361
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_cron_runs(void*_Nonnull ptr, RustBuffer job_id, int64_t limit, RustCallStatus *_Nonnull out_status
362
+ );
363
+ #endif
364
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
365
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
366
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_sessions(void*_Nonnull ptr, RustBuffer agent_id, RustCallStatus *_Nonnull out_status
367
+ );
368
+ #endif
369
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
370
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
371
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_skills(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
372
+ );
373
+ #endif
374
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
375
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
376
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_session(void*_Nonnull ptr, RustBuffer session_key, RustCallStatus *_Nonnull out_status
377
+ );
378
+ #endif
379
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
380
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
381
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_refresh_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
382
+ );
383
+ #endif
384
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
385
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
386
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_cron_job(void*_Nonnull ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
387
+ );
388
+ #endif
389
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
390
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
391
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_remove_skill(void*_Nonnull ptr, RustBuffer id, RustCallStatus *_Nonnull out_status
392
+ );
393
+ #endif
394
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
395
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
396
+ 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
397
+ );
398
+ #endif
399
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
400
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
401
+ 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
402
+ );
403
+ #endif
404
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
405
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
406
+ 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
407
+ );
408
+ #endif
409
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
410
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
411
+ uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_restart_mcp(void*_Nonnull ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
412
+ );
413
+ #endif
414
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
415
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
416
+ void 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
417
+ );
418
+ #endif
419
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
420
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
421
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_run_cron_job(void*_Nonnull ptr, RustBuffer job_id, RustCallStatus *_Nonnull out_status
422
+ );
423
+ #endif
424
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
425
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
426
+ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_send_message(void*_Nonnull ptr, RustBuffer params, RustCallStatus *_Nonnull out_status
427
+ );
428
+ #endif
429
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
430
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
431
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_auth_key(void*_Nonnull ptr, RustBuffer key, RustBuffer provider, RustBuffer auth_type, RustCallStatus *_Nonnull out_status
432
+ );
433
+ #endif
434
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
435
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
436
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_event_callback(void*_Nonnull ptr, uint64_t callback, RustCallStatus *_Nonnull out_status
437
+ );
438
+ #endif
439
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
440
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
441
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_heartbeat_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
442
+ );
443
+ #endif
444
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
445
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
446
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_scheduler_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
447
+ );
448
+ #endif
449
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_MCP
450
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_MCP
451
+ uint32_t uniffi_native_agent_ffi_fn_method_nativeagenthandle_start_mcp(void*_Nonnull ptr, RustBuffer tools_json, RustCallStatus *_Nonnull out_status
452
+ );
453
+ #endif
454
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_SKILL
455
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_START_SKILL
456
+ 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
457
+ );
458
+ #endif
459
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_STEER
460
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_STEER
461
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_steer(void*_Nonnull ptr, RustBuffer text, RustCallStatus *_Nonnull out_status
462
+ );
463
+ #endif
464
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
465
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
466
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_cron_job(void*_Nonnull ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
467
+ );
468
+ #endif
469
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
470
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
471
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_skill(void*_Nonnull ptr, RustBuffer id, RustBuffer patch_json, RustCallStatus *_Nonnull out_status
472
+ );
473
+ #endif
474
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVEEVENTCALLBACK
475
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVEEVENTCALLBACK
476
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_nativeeventcallback(UniffiVTableCallbackInterfaceNativeEventCallback* _Nonnull vtable
477
+ );
478
+ #endif
479
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
480
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
481
+ void uniffi_native_agent_ffi_fn_func_init_workspace(RustBuffer config, RustCallStatus *_Nonnull out_status
482
+ );
483
+ #endif
484
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_ALLOC
485
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_ALLOC
486
+ RustBuffer ffi_native_agent_ffi_rustbuffer_alloc(uint64_t size, RustCallStatus *_Nonnull out_status
487
+ );
488
+ #endif
489
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_FROM_BYTES
490
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_FROM_BYTES
491
+ RustBuffer ffi_native_agent_ffi_rustbuffer_from_bytes(ForeignBytes bytes, RustCallStatus *_Nonnull out_status
492
+ );
493
+ #endif
494
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_FREE
495
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_FREE
496
+ void ffi_native_agent_ffi_rustbuffer_free(RustBuffer buf, RustCallStatus *_Nonnull out_status
497
+ );
498
+ #endif
499
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_RESERVE
500
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUSTBUFFER_RESERVE
501
+ RustBuffer ffi_native_agent_ffi_rustbuffer_reserve(RustBuffer buf, uint64_t additional, RustCallStatus *_Nonnull out_status
502
+ );
503
+ #endif
504
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U8
505
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U8
506
+ void ffi_native_agent_ffi_rust_future_poll_u8(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
507
+ );
508
+ #endif
509
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U8
510
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U8
511
+ void ffi_native_agent_ffi_rust_future_cancel_u8(uint64_t handle
512
+ );
513
+ #endif
514
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U8
515
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U8
516
+ void ffi_native_agent_ffi_rust_future_free_u8(uint64_t handle
517
+ );
518
+ #endif
519
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U8
520
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U8
521
+ uint8_t ffi_native_agent_ffi_rust_future_complete_u8(uint64_t handle, RustCallStatus *_Nonnull out_status
522
+ );
523
+ #endif
524
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I8
525
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I8
526
+ void ffi_native_agent_ffi_rust_future_poll_i8(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
527
+ );
528
+ #endif
529
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I8
530
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I8
531
+ void ffi_native_agent_ffi_rust_future_cancel_i8(uint64_t handle
532
+ );
533
+ #endif
534
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I8
535
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I8
536
+ void ffi_native_agent_ffi_rust_future_free_i8(uint64_t handle
537
+ );
538
+ #endif
539
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I8
540
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I8
541
+ int8_t ffi_native_agent_ffi_rust_future_complete_i8(uint64_t handle, RustCallStatus *_Nonnull out_status
542
+ );
543
+ #endif
544
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U16
545
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U16
546
+ void ffi_native_agent_ffi_rust_future_poll_u16(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
547
+ );
548
+ #endif
549
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U16
550
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U16
551
+ void ffi_native_agent_ffi_rust_future_cancel_u16(uint64_t handle
552
+ );
553
+ #endif
554
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U16
555
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U16
556
+ void ffi_native_agent_ffi_rust_future_free_u16(uint64_t handle
557
+ );
558
+ #endif
559
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U16
560
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U16
561
+ uint16_t ffi_native_agent_ffi_rust_future_complete_u16(uint64_t handle, RustCallStatus *_Nonnull out_status
562
+ );
563
+ #endif
564
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I16
565
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I16
566
+ void ffi_native_agent_ffi_rust_future_poll_i16(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
567
+ );
568
+ #endif
569
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I16
570
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I16
571
+ void ffi_native_agent_ffi_rust_future_cancel_i16(uint64_t handle
572
+ );
573
+ #endif
574
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I16
575
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I16
576
+ void ffi_native_agent_ffi_rust_future_free_i16(uint64_t handle
577
+ );
578
+ #endif
579
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I16
580
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I16
581
+ int16_t ffi_native_agent_ffi_rust_future_complete_i16(uint64_t handle, RustCallStatus *_Nonnull out_status
582
+ );
583
+ #endif
584
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U32
585
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U32
586
+ void ffi_native_agent_ffi_rust_future_poll_u32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
587
+ );
588
+ #endif
589
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U32
590
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U32
591
+ void ffi_native_agent_ffi_rust_future_cancel_u32(uint64_t handle
592
+ );
593
+ #endif
594
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U32
595
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U32
596
+ void ffi_native_agent_ffi_rust_future_free_u32(uint64_t handle
597
+ );
598
+ #endif
599
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U32
600
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U32
601
+ uint32_t ffi_native_agent_ffi_rust_future_complete_u32(uint64_t handle, RustCallStatus *_Nonnull out_status
602
+ );
603
+ #endif
604
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I32
605
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I32
606
+ void ffi_native_agent_ffi_rust_future_poll_i32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
607
+ );
608
+ #endif
609
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I32
610
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I32
611
+ void ffi_native_agent_ffi_rust_future_cancel_i32(uint64_t handle
612
+ );
613
+ #endif
614
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I32
615
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I32
616
+ void ffi_native_agent_ffi_rust_future_free_i32(uint64_t handle
617
+ );
618
+ #endif
619
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I32
620
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I32
621
+ int32_t ffi_native_agent_ffi_rust_future_complete_i32(uint64_t handle, RustCallStatus *_Nonnull out_status
622
+ );
623
+ #endif
624
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U64
625
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_U64
626
+ void ffi_native_agent_ffi_rust_future_poll_u64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
627
+ );
628
+ #endif
629
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U64
630
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_U64
631
+ void ffi_native_agent_ffi_rust_future_cancel_u64(uint64_t handle
632
+ );
633
+ #endif
634
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U64
635
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_U64
636
+ void ffi_native_agent_ffi_rust_future_free_u64(uint64_t handle
637
+ );
638
+ #endif
639
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U64
640
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_U64
641
+ uint64_t ffi_native_agent_ffi_rust_future_complete_u64(uint64_t handle, RustCallStatus *_Nonnull out_status
642
+ );
643
+ #endif
644
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I64
645
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_I64
646
+ void ffi_native_agent_ffi_rust_future_poll_i64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
647
+ );
648
+ #endif
649
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I64
650
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_I64
651
+ void ffi_native_agent_ffi_rust_future_cancel_i64(uint64_t handle
652
+ );
653
+ #endif
654
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I64
655
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_I64
656
+ void ffi_native_agent_ffi_rust_future_free_i64(uint64_t handle
657
+ );
658
+ #endif
659
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I64
660
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_I64
661
+ int64_t ffi_native_agent_ffi_rust_future_complete_i64(uint64_t handle, RustCallStatus *_Nonnull out_status
662
+ );
663
+ #endif
664
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_F32
665
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_F32
666
+ void ffi_native_agent_ffi_rust_future_poll_f32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
667
+ );
668
+ #endif
669
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_F32
670
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_F32
671
+ void ffi_native_agent_ffi_rust_future_cancel_f32(uint64_t handle
672
+ );
673
+ #endif
674
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_F32
675
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_F32
676
+ void ffi_native_agent_ffi_rust_future_free_f32(uint64_t handle
677
+ );
678
+ #endif
679
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_F32
680
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_F32
681
+ float ffi_native_agent_ffi_rust_future_complete_f32(uint64_t handle, RustCallStatus *_Nonnull out_status
682
+ );
683
+ #endif
684
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_F64
685
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_F64
686
+ void ffi_native_agent_ffi_rust_future_poll_f64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
687
+ );
688
+ #endif
689
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_F64
690
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_F64
691
+ void ffi_native_agent_ffi_rust_future_cancel_f64(uint64_t handle
692
+ );
693
+ #endif
694
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_F64
695
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_F64
696
+ void ffi_native_agent_ffi_rust_future_free_f64(uint64_t handle
697
+ );
698
+ #endif
699
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_F64
700
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_F64
701
+ double ffi_native_agent_ffi_rust_future_complete_f64(uint64_t handle, RustCallStatus *_Nonnull out_status
702
+ );
703
+ #endif
704
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_POINTER
705
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_POINTER
706
+ void ffi_native_agent_ffi_rust_future_poll_pointer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
707
+ );
708
+ #endif
709
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_POINTER
710
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_POINTER
711
+ void ffi_native_agent_ffi_rust_future_cancel_pointer(uint64_t handle
712
+ );
713
+ #endif
714
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_POINTER
715
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_POINTER
716
+ void ffi_native_agent_ffi_rust_future_free_pointer(uint64_t handle
717
+ );
718
+ #endif
719
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_POINTER
720
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_POINTER
721
+ void*_Nonnull ffi_native_agent_ffi_rust_future_complete_pointer(uint64_t handle, RustCallStatus *_Nonnull out_status
722
+ );
723
+ #endif
724
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_RUST_BUFFER
725
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_RUST_BUFFER
726
+ void ffi_native_agent_ffi_rust_future_poll_rust_buffer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
727
+ );
728
+ #endif
729
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_RUST_BUFFER
730
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_RUST_BUFFER
731
+ void ffi_native_agent_ffi_rust_future_cancel_rust_buffer(uint64_t handle
732
+ );
733
+ #endif
734
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_RUST_BUFFER
735
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_RUST_BUFFER
736
+ void ffi_native_agent_ffi_rust_future_free_rust_buffer(uint64_t handle
737
+ );
738
+ #endif
739
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_RUST_BUFFER
740
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_RUST_BUFFER
741
+ RustBuffer ffi_native_agent_ffi_rust_future_complete_rust_buffer(uint64_t handle, RustCallStatus *_Nonnull out_status
742
+ );
743
+ #endif
744
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_VOID
745
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_POLL_VOID
746
+ void ffi_native_agent_ffi_rust_future_poll_void(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data
747
+ );
748
+ #endif
749
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_VOID
750
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_CANCEL_VOID
751
+ void ffi_native_agent_ffi_rust_future_cancel_void(uint64_t handle
752
+ );
753
+ #endif
754
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_VOID
755
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_FREE_VOID
756
+ void ffi_native_agent_ffi_rust_future_free_void(uint64_t handle
757
+ );
758
+ #endif
759
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
760
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
761
+ void ffi_native_agent_ffi_rust_future_complete_void(uint64_t handle, RustCallStatus *_Nonnull out_status
762
+ );
763
+ #endif
764
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_INIT_WORKSPACE
765
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_INIT_WORKSPACE
766
+ uint16_t uniffi_native_agent_ffi_checksum_func_init_workspace(void
767
+
768
+ );
769
+ #endif
770
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ABORT
771
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ABORT
772
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_abort(void
773
+
774
+ );
775
+ #endif
776
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
777
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ADD_CRON_JOB
778
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_add_cron_job(void
779
+
780
+ );
781
+ #endif
782
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
783
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_ADD_SKILL
784
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_add_skill(void
785
+
786
+ );
787
+ #endif
788
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
789
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_CLEAR_SESSION
790
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_clear_session(void
791
+
792
+ );
793
+ #endif
794
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
795
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_DELETE_AUTH
796
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_delete_auth(void
797
+
798
+ );
799
+ #endif
800
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_END_SKILL
801
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_END_SKILL
802
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_end_skill(void
803
+
804
+ );
805
+ #endif
806
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
807
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_FOLLOW_UP
808
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_follow_up(void
809
+
810
+ );
811
+ #endif
812
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
813
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_AUTH_STATUS
814
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_get_auth_status(void
815
+
816
+ );
817
+ #endif
818
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
819
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_AUTH_TOKEN
820
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_get_auth_token(void
821
+
822
+ );
823
+ #endif
824
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
825
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_HEARTBEAT_CONFIG
826
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_get_heartbeat_config(void
827
+
828
+ );
829
+ #endif
830
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_MODELS
831
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_MODELS
832
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_get_models(void
833
+
834
+ );
835
+ #endif
836
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
837
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_GET_SCHEDULER_CONFIG
838
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_get_scheduler_config(void
839
+
840
+ );
841
+ #endif
842
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
843
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_HANDLE_WAKE
844
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_handle_wake(void
845
+
846
+ );
847
+ #endif
848
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
849
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_INVOKE_TOOL
850
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_invoke_tool(void
851
+
852
+ );
853
+ #endif
854
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
855
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_CRON_JOBS
856
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_cron_jobs(void
857
+
858
+ );
859
+ #endif
860
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
861
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_CRON_RUNS
862
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_cron_runs(void
863
+
864
+ );
865
+ #endif
866
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
867
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_SESSIONS
868
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_sessions(void
869
+
870
+ );
871
+ #endif
872
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
873
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LIST_SKILLS
874
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_skills(void
875
+
876
+ );
877
+ #endif
878
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
879
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
880
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_load_session(void
881
+
882
+ );
883
+ #endif
884
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
885
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
886
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_refresh_token(void
887
+
888
+ );
889
+ #endif
890
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
891
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REMOVE_CRON_JOB
892
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_remove_cron_job(void
893
+
894
+ );
895
+ #endif
896
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
897
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REMOVE_SKILL
898
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_remove_skill(void
899
+
900
+ );
901
+ #endif
902
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
903
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_APPROVAL
904
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_respond_to_approval(void
905
+
906
+ );
907
+ #endif
908
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
909
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_CRON_APPROVAL
910
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_respond_to_cron_approval(void
911
+
912
+ );
913
+ #endif
914
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
915
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESPOND_TO_MCP_TOOL
916
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_respond_to_mcp_tool(void
917
+
918
+ );
919
+ #endif
920
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
921
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESTART_MCP
922
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_restart_mcp(void
923
+
924
+ );
925
+ #endif
926
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
927
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RESUME_SESSION
928
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_resume_session(void
929
+
930
+ );
931
+ #endif
932
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
933
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_RUN_CRON_JOB
934
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_run_cron_job(void
935
+
936
+ );
937
+ #endif
938
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
939
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SEND_MESSAGE
940
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_send_message(void
941
+
942
+ );
943
+ #endif
944
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
945
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_AUTH_KEY
946
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_auth_key(void
947
+
948
+ );
949
+ #endif
950
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
951
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_EVENT_CALLBACK
952
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_event_callback(void
953
+
954
+ );
955
+ #endif
956
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
957
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
958
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_heartbeat_config(void
959
+
960
+ );
961
+ #endif
962
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
963
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
964
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_scheduler_config(void
965
+
966
+ );
967
+ #endif
968
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_START_MCP
969
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_START_MCP
970
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_start_mcp(void
971
+
972
+ );
973
+ #endif
974
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_START_SKILL
975
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_START_SKILL
976
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_start_skill(void
977
+
978
+ );
979
+ #endif
980
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_STEER
981
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_STEER
982
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_steer(void
983
+
984
+ );
985
+ #endif
986
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
987
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_UPDATE_CRON_JOB
988
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_update_cron_job(void
989
+
990
+ );
991
+ #endif
992
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
993
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_UPDATE_SKILL
994
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_update_skill(void
995
+
996
+ );
997
+ #endif
998
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
999
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_CONSTRUCTOR_NATIVEAGENTHANDLE_NEW
1000
+ uint16_t uniffi_native_agent_ffi_checksum_constructor_nativeagenthandle_new(void
1001
+
1002
+ );
1003
+ #endif
1004
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEEVENTCALLBACK_ON_EVENT
1005
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEEVENTCALLBACK_ON_EVENT
1006
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeeventcallback_on_event(void
1007
+
1008
+ );
1009
+ #endif
1010
+ #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_UNIFFI_CONTRACT_VERSION
1011
+ #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_UNIFFI_CONTRACT_VERSION
1012
+ uint32_t ffi_native_agent_ffi_uniffi_contract_version(void
1013
+
1014
+ );
1015
+ #endif
1016
+