capacitor-native-agent 0.3.4 → 0.3.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.
@@ -257,6 +257,13 @@ typedef void (*UniffiCallbackInterfaceNativeEventCallbackMethod0)(uint64_t, Rust
257
257
  RustCallStatus *_Nonnull uniffiCallStatus
258
258
  );
259
259
 
260
+ #endif
261
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_NOTIFIER_METHOD0
262
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_NOTIFIER_METHOD0
263
+ typedef void (*UniffiCallbackInterfaceNativeNotifierMethod0)(uint64_t, RustBuffer, RustBuffer, RustBuffer, RustBuffer* _Nonnull,
264
+ RustCallStatus *_Nonnull uniffiCallStatus
265
+ );
266
+
260
267
  #endif
261
268
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
262
269
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
@@ -265,6 +272,14 @@ typedef struct UniffiVTableCallbackInterfaceNativeEventCallback {
265
272
  UniffiCallbackInterfaceFree _Nonnull uniffiFree;
266
273
  } UniffiVTableCallbackInterfaceNativeEventCallback;
267
274
 
275
+ #endif
276
+ #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
277
+ #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
278
+ typedef struct UniffiVTableCallbackInterfaceNativeNotifier {
279
+ UniffiCallbackInterfaceNativeNotifierMethod0 _Nonnull sendNotification;
280
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
281
+ } UniffiVTableCallbackInterfaceNativeNotifier;
282
+
268
283
  #endif
269
284
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
270
285
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
@@ -376,6 +391,11 @@ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_skills(void*
376
391
  RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_session(void*_Nonnull ptr, RustBuffer session_key, RustCallStatus *_Nonnull out_status
377
392
  );
378
393
  #endif
394
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
395
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
396
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_persist_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
397
+ );
398
+ #endif
379
399
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
380
400
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
381
401
  RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_refresh_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
@@ -441,6 +461,11 @@ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_event_callback(void
441
461
  void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_heartbeat_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
442
462
  );
443
463
  #endif
464
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
465
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
466
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_notifier(void*_Nonnull ptr, uint64_t notifier, RustCallStatus *_Nonnull out_status
467
+ );
468
+ #endif
444
469
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
445
470
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
446
471
  void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_scheduler_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
@@ -476,6 +501,16 @@ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_skill(void*_Nonn
476
501
  void uniffi_native_agent_ffi_fn_init_callback_vtable_nativeeventcallback(UniffiVTableCallbackInterfaceNativeEventCallback* _Nonnull vtable
477
502
  );
478
503
  #endif
504
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
505
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
506
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_nativenotifier(UniffiVTableCallbackInterfaceNativeNotifier* _Nonnull vtable
507
+ );
508
+ #endif
509
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
510
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
511
+ void*_Nonnull uniffi_native_agent_ffi_fn_func_create_handle_from_persisted_config(RustBuffer config_path, RustCallStatus *_Nonnull out_status
512
+ );
513
+ #endif
479
514
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
480
515
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
481
516
  void uniffi_native_agent_ffi_fn_func_init_workspace(RustBuffer config, RustCallStatus *_Nonnull out_status
@@ -759,6 +794,12 @@ void ffi_native_agent_ffi_rust_future_free_void(uint64_t handle
759
794
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
760
795
  #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
761
796
  void ffi_native_agent_ffi_rust_future_complete_void(uint64_t handle, RustCallStatus *_Nonnull out_status
797
+ );
798
+ #endif
799
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
800
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
801
+ uint16_t uniffi_native_agent_ffi_checksum_func_create_handle_from_persisted_config(void
802
+
762
803
  );
763
804
  #endif
764
805
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_INIT_WORKSPACE
@@ -879,6 +920,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_skills(v
879
920
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
880
921
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_load_session(void
881
922
 
923
+ );
924
+ #endif
925
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
926
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
927
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_persist_config(void
928
+
882
929
  );
883
930
  #endif
884
931
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
@@ -957,6 +1004,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_event_cal
957
1004
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
958
1005
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_heartbeat_config(void
959
1006
 
1007
+ );
1008
+ #endif
1009
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
1010
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
1011
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_notifier(void
1012
+
960
1013
  );
961
1014
  #endif
962
1015
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
@@ -1005,6 +1058,12 @@ uint16_t uniffi_native_agent_ffi_checksum_constructor_nativeagenthandle_new(void
1005
1058
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEEVENTCALLBACK_ON_EVENT
1006
1059
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeeventcallback_on_event(void
1007
1060
 
1061
+ );
1062
+ #endif
1063
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVENOTIFIER_SEND_NOTIFICATION
1064
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVENOTIFIER_SEND_NOTIFICATION
1065
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativenotifier_send_notification(void
1066
+
1008
1067
  );
1009
1068
  #endif
1010
1069
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_UNIFFI_CONTRACT_VERSION
@@ -257,6 +257,13 @@ typedef void (*UniffiCallbackInterfaceNativeEventCallbackMethod0)(uint64_t, Rust
257
257
  RustCallStatus *_Nonnull uniffiCallStatus
258
258
  );
259
259
 
260
+ #endif
261
+ #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_NOTIFIER_METHOD0
262
+ #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_NATIVE_NOTIFIER_METHOD0
263
+ typedef void (*UniffiCallbackInterfaceNativeNotifierMethod0)(uint64_t, RustBuffer, RustBuffer, RustBuffer, RustBuffer* _Nonnull,
264
+ RustCallStatus *_Nonnull uniffiCallStatus
265
+ );
266
+
260
267
  #endif
261
268
  #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
262
269
  #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_EVENT_CALLBACK
@@ -265,6 +272,14 @@ typedef struct UniffiVTableCallbackInterfaceNativeEventCallback {
265
272
  UniffiCallbackInterfaceFree _Nonnull uniffiFree;
266
273
  } UniffiVTableCallbackInterfaceNativeEventCallback;
267
274
 
275
+ #endif
276
+ #ifndef UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
277
+ #define UNIFFI_FFIDEF_V_TABLE_CALLBACK_INTERFACE_NATIVE_NOTIFIER
278
+ typedef struct UniffiVTableCallbackInterfaceNativeNotifier {
279
+ UniffiCallbackInterfaceNativeNotifierMethod0 _Nonnull sendNotification;
280
+ UniffiCallbackInterfaceFree _Nonnull uniffiFree;
281
+ } UniffiVTableCallbackInterfaceNativeNotifier;
282
+
268
283
  #endif
269
284
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
270
285
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_CLONE_NATIVEAGENTHANDLE
@@ -376,6 +391,11 @@ RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_list_skills(void*
376
391
  RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_load_session(void*_Nonnull ptr, RustBuffer session_key, RustCallStatus *_Nonnull out_status
377
392
  );
378
393
  #endif
394
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
395
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
396
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_persist_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
397
+ );
398
+ #endif
379
399
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
380
400
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
381
401
  RustBuffer uniffi_native_agent_ffi_fn_method_nativeagenthandle_refresh_token(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
@@ -441,6 +461,11 @@ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_event_callback(void
441
461
  void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_heartbeat_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
442
462
  );
443
463
  #endif
464
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
465
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
466
+ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_notifier(void*_Nonnull ptr, uint64_t notifier, RustCallStatus *_Nonnull out_status
467
+ );
468
+ #endif
444
469
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
445
470
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
446
471
  void uniffi_native_agent_ffi_fn_method_nativeagenthandle_set_scheduler_config(void*_Nonnull ptr, RustBuffer config_json, RustCallStatus *_Nonnull out_status
@@ -476,6 +501,16 @@ void uniffi_native_agent_ffi_fn_method_nativeagenthandle_update_skill(void*_Nonn
476
501
  void uniffi_native_agent_ffi_fn_init_callback_vtable_nativeeventcallback(UniffiVTableCallbackInterfaceNativeEventCallback* _Nonnull vtable
477
502
  );
478
503
  #endif
504
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
505
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_INIT_CALLBACK_VTABLE_NATIVENOTIFIER
506
+ void uniffi_native_agent_ffi_fn_init_callback_vtable_nativenotifier(UniffiVTableCallbackInterfaceNativeNotifier* _Nonnull vtable
507
+ );
508
+ #endif
509
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
510
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
511
+ void*_Nonnull uniffi_native_agent_ffi_fn_func_create_handle_from_persisted_config(RustBuffer config_path, RustCallStatus *_Nonnull out_status
512
+ );
513
+ #endif
479
514
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
480
515
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_FN_FUNC_INIT_WORKSPACE
481
516
  void uniffi_native_agent_ffi_fn_func_init_workspace(RustBuffer config, RustCallStatus *_Nonnull out_status
@@ -759,6 +794,12 @@ void ffi_native_agent_ffi_rust_future_free_void(uint64_t handle
759
794
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
760
795
  #define UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_RUST_FUTURE_COMPLETE_VOID
761
796
  void ffi_native_agent_ffi_rust_future_complete_void(uint64_t handle, RustCallStatus *_Nonnull out_status
797
+ );
798
+ #endif
799
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
800
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_CREATE_HANDLE_FROM_PERSISTED_CONFIG
801
+ uint16_t uniffi_native_agent_ffi_checksum_func_create_handle_from_persisted_config(void
802
+
762
803
  );
763
804
  #endif
764
805
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_FUNC_INIT_WORKSPACE
@@ -879,6 +920,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_list_skills(v
879
920
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_LOAD_SESSION
880
921
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_load_session(void
881
922
 
923
+ );
924
+ #endif
925
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
926
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_PERSIST_CONFIG
927
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_persist_config(void
928
+
882
929
  );
883
930
  #endif
884
931
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_REFRESH_TOKEN
@@ -957,6 +1004,12 @@ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_event_cal
957
1004
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_HEARTBEAT_CONFIG
958
1005
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_heartbeat_config(void
959
1006
 
1007
+ );
1008
+ #endif
1009
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
1010
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_NOTIFIER
1011
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativeagenthandle_set_notifier(void
1012
+
960
1013
  );
961
1014
  #endif
962
1015
  #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEAGENTHANDLE_SET_SCHEDULER_CONFIG
@@ -1005,6 +1058,12 @@ uint16_t uniffi_native_agent_ffi_checksum_constructor_nativeagenthandle_new(void
1005
1058
  #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVEEVENTCALLBACK_ON_EVENT
1006
1059
  uint16_t uniffi_native_agent_ffi_checksum_method_nativeeventcallback_on_event(void
1007
1060
 
1061
+ );
1062
+ #endif
1063
+ #ifndef UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVENOTIFIER_SEND_NOTIFICATION
1064
+ #define UNIFFI_FFIDEF_UNIFFI_NATIVE_AGENT_FFI_CHECKSUM_METHOD_NATIVENOTIFIER_SEND_NOTIFICATION
1065
+ uint16_t uniffi_native_agent_ffi_checksum_method_nativenotifier_send_notification(void
1066
+
1008
1067
  );
1009
1068
  #endif
1010
1069
  #ifndef UNIFFI_FFIDEF_FFI_NATIVE_AGENT_FFI_UNIFFI_CONTRACT_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-native-agent",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Native AI agent loop for Capacitor — runs LLM completions, tool execution, and cron jobs in native Rust, enabling background execution.",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",