roksta 0.2.7__cp314-cp314t-macosx_10_13_universal2.whl → 0.3.2__cp314-cp314t-macosx_10_13_universal2.whl

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.

Potentially problematic release.


This version of roksta might be problematic. Click here for more details.

Files changed (91) hide show
  1. roksta/ai/call_ai.cpython-314t-darwin.so +0 -0
  2. roksta/ai/gemini.cpython-314t-darwin.so +0 -0
  3. roksta/ai/generic.cpython-314t-darwin.so +0 -0
  4. roksta/ai/llm.cpython-314t-darwin.so +0 -0
  5. roksta/ai/openai.cpython-314t-darwin.so +0 -0
  6. roksta/ai/tools/__init__.cpython-314t-darwin.so +0 -0
  7. roksta/ai/tools/delete_file.cpython-314t-darwin.so +0 -0
  8. roksta/ai/tools/edit_file.cpython-314t-darwin.so +0 -0
  9. roksta/ai/tools/final_response.cpython-314t-darwin.so +0 -0
  10. roksta/ai/tools/get_file_summaries.cpython-314t-darwin.so +0 -0
  11. roksta/ai/tools/read_file.cpython-314t-darwin.so +0 -0
  12. roksta/ai/tools/regex_replace.cpython-314t-darwin.so +0 -0
  13. roksta/ai/tools/shell_any.cpython-314t-darwin.so +0 -0
  14. roksta/ai/tools/shell_limited.cpython-314t-darwin.so +0 -0
  15. roksta/ai/tools/tool_defs.cpython-314t-darwin.so +0 -0
  16. roksta/ai/tools/tool_utils.cpython-314t-darwin.so +0 -0
  17. roksta/ai/tools/write_file.cpython-314t-darwin.so +0 -0
  18. roksta/balance.cpython-314t-darwin.so +0 -0
  19. roksta/check_for_updates.cpython-314t-darwin.so +0 -0
  20. roksta/clarify_goal.cpython-314t-darwin.so +0 -0
  21. roksta/command_handlers/__init__.cpython-314t-darwin.so +0 -0
  22. roksta/command_handlers/handle_activate_command.cpython-314t-darwin.so +0 -0
  23. roksta/command_handlers/handle_add_funds_command.cpython-314t-darwin.so +0 -0
  24. roksta/command_handlers/handle_auto_charge_command.cpython-314t-darwin.so +0 -0
  25. roksta/command_handlers/handle_auto_commit_command.cpython-314t-darwin.so +0 -0
  26. roksta/command_handlers/handle_building_command.cpython-314t-darwin.so +0 -0
  27. roksta/command_handlers/handle_chat_command.cpython-314t-darwin.so +0 -0
  28. roksta/command_handlers/handle_dev_rate_command.cpython-314t-darwin.so +0 -0
  29. roksta/command_handlers/handle_feedback_command.cpython-314t-darwin.so +0 -0
  30. roksta/command_handlers/handle_goal_command.cpython-314t-darwin.so +0 -0
  31. roksta/command_handlers/handle_help_command.cpython-314t-darwin.so +0 -0
  32. roksta/command_handlers/handle_init_command.cpython-314t-darwin.so +0 -0
  33. roksta/command_handlers/handle_linting_command.cpython-314t-darwin.so +0 -0
  34. roksta/command_handlers/handle_login_command.cpython-314t-darwin.so +0 -0
  35. roksta/command_handlers/handle_logout_command.cpython-314t-darwin.so +0 -0
  36. roksta/command_handlers/handle_payment_details_command.cpython-314t-darwin.so +0 -0
  37. roksta/command_handlers/handle_quit_command.cpython-314t-darwin.so +0 -0
  38. roksta/command_handlers/handle_redeem_command.cpython-314t-darwin.so +0 -0
  39. roksta/command_handlers/handle_request_activation_command.cpython-314t-darwin.so +0 -0
  40. roksta/command_handlers/handle_testing_command.cpython-314t-darwin.so +0 -0
  41. roksta/command_handlers/handle_usage_command.cpython-314t-darwin.so +0 -0
  42. roksta/create_default_config.cpython-314t-darwin.so +0 -0
  43. roksta/env.cpython-314t-darwin.so +0 -0
  44. roksta/extended_text_area.cpython-314t-darwin.so +0 -0
  45. roksta/firebase.cpython-314t-darwin.so +0 -0
  46. roksta/fix_tests.cpython-314t-darwin.so +0 -0
  47. roksta/goal_workflow.cpython-314t-darwin.so +0 -0
  48. roksta/init_codebase.cpython-314t-darwin.so +0 -0
  49. roksta/lint_code.cpython-314t-darwin.so +0 -0
  50. roksta/main.cpython-314t-darwin.so +0 -0
  51. roksta/new_features.cpython-314t-darwin.so +0 -0
  52. roksta/propose_solution.cpython-314t-darwin.so +0 -0
  53. roksta/roksta.cpython-314t-darwin.so +0 -0
  54. roksta/select_files.cpython-314t-darwin.so +0 -0
  55. roksta/tips.cpython-314t-darwin.so +0 -0
  56. roksta/utils.cpython-314t-darwin.so +0 -0
  57. roksta/write_code.cpython-314t-darwin.so +0 -0
  58. {roksta-0.2.7.dist-info → roksta-0.3.2.dist-info}/METADATA +2 -1
  59. roksta-0.3.2.dist-info/RECORD +121 -0
  60. tests/conftest.py +42 -0
  61. tests/functions/{api_v0_01 → api_v1_01}/__init__.py +1 -1
  62. tests/functions/{api_v0_01 → api_v1_01}/test__analytics.py +2 -3
  63. tests/functions/{api_v0_01 → api_v1_01}/test__gemini_proxy.py +51 -6
  64. tests/functions/{api_v0_01 → api_v1_01}/test__generic_proxy.py +31 -2
  65. tests/functions/{api_v0_01 → api_v1_01}/test__get_payment_details.py +2 -2
  66. tests/functions/{api_v0_01 → api_v1_01}/test__openai_proxy.py +50 -14
  67. tests/functions/{api_v0_01 → api_v1_01}/test__redeem_credit_code.py +2 -2
  68. tests/functions/{api_v0_01 → api_v1_01}/test__sync_emails.py +3 -2
  69. tests/functions/{api_v0_01 → api_v1_01}/test__take_payment.py +2 -2
  70. tests/functions/{api_v0_01 → api_v1_01}/test__use_activation_code.py +3 -2
  71. tests/functions/api_v1_02/__init__.py +2 -0
  72. tests/functions/api_v1_02/test__analytics.py +416 -0
  73. tests/functions/api_v1_02/test__gemini_proxy.py +352 -0
  74. tests/functions/api_v1_02/test__generic_proxy.py +428 -0
  75. tests/functions/api_v1_02/test__get_payment_details.py +356 -0
  76. tests/functions/api_v1_02/test__openai_proxy.py +449 -0
  77. tests/functions/api_v1_02/test__redeem_credit_code.py +167 -0
  78. tests/functions/api_v1_02/test__sync_emails.py +325 -0
  79. tests/functions/api_v1_02/test__take_payment.py +491 -0
  80. tests/functions/api_v1_02/test__use_activation_code.py +438 -0
  81. tests/functions/api_v1_02/test_proxy_keyword_replacement.py +557 -0
  82. tests/functions/api_v1_02/test_replace_keywords.py +74 -0
  83. tests/functions/test_utils.py +484 -0
  84. roksta/ai/tools.cpython-314t-darwin.so +0 -0
  85. roksta/command_handlers.cpython-314t-darwin.so +0 -0
  86. roksta-0.2.7.dist-info/RECORD +0 -78
  87. tests/functions/test_utils_functions.py +0 -222
  88. {roksta-0.2.7.dist-info → roksta-0.3.2.dist-info}/WHEEL +0 -0
  89. {roksta-0.2.7.dist-info → roksta-0.3.2.dist-info}/entry_points.txt +0 -0
  90. {roksta-0.2.7.dist-info → roksta-0.3.2.dist-info}/top_level.txt +0 -0
  91. /tests/functions/{test_main_functions.py → test_main.py} +0 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: roksta
3
- Version: 0.2.7
3
+ Version: 0.3.2
4
4
  Summary: An AI coding assistant
5
5
  Author-email: Prash Naidu <prash@roksta.ai>
6
6
  Project-URL: Homepage, https://roksta.ai
@@ -21,6 +21,7 @@ Requires-Dist: gitpython>=3.1.44
21
21
  Requires-Dist: jsonref>=1.1.0
22
22
  Requires-Dist: pathspec>=0.12.1
23
23
  Requires-Dist: psutil>=7.1.0
24
+ Requires-Dist: PyNaCl>=1.6.0
24
25
  Provides-Extra: tests
25
26
  Requires-Dist: pytest>=8.4.1; extra == "tests"
26
27
  Requires-Dist: pytest-asyncio>=1.0.0; extra == "tests"
@@ -0,0 +1,121 @@
1
+ roksta-0.3.2.dist-info/RECORD,,
2
+ roksta-0.3.2.dist-info/WHEEL,sha256=ERcDdRDi5tXqNjUI3Zpgr5_CkfUS0k_e9FvQ5FQhNCU,143
3
+ roksta-0.3.2.dist-info/entry_points.txt,sha256=mzRdYg_DlzZRwjxYUt9-gyoRCkM1QBTeTbwETgiTdGw,44
4
+ roksta-0.3.2.dist-info/top_level.txt,sha256=lvciNZQ1dPGXpiCLdWVXK03n9fKHjbQdwjqQbnUjeYM,13
5
+ roksta-0.3.2.dist-info/METADATA,sha256=XgnSDc8MqytQD1jnmYC-tuyMdYvoa0MPRR_JP-ugZbg,1456
6
+ roksta/default_config.cpython-314t-darwin.so,sha256=qVmZK893wlh3cnVQCefHp-PUn9Zfk9zbBpu9w3n05BY,102424
7
+ roksta/get_failing_tests.cpython-314t-darwin.so,sha256=TgiPDwlMZlUssV_VAxkv2iITeamCP2-QGiK5sS8mI9o,241096
8
+ roksta/select_files.cpython-314t-darwin.so,sha256=i7azNFwGLgqW0kywaeu-8WReijLxf8FkHH94BpnEVtA,224704
9
+ roksta/run_cli_goal.cpython-314t-darwin.so,sha256=ttg_PJw87gmjhnXLV7cmYL7u9xJvmXaqemiGIOcHuPY,240624
10
+ roksta/tips.cpython-314t-darwin.so,sha256=_GFurjxzjz3IUS2JAfLQ36eIv5JHA5Ra5QJ3L5H-wRc,85864
11
+ roksta/codebase_listing.cpython-314t-darwin.so,sha256=RA8iTkU9V8T-OwmCvMWgvJyB8dmIriM7ByPW8oXAE_g,188856
12
+ roksta/firebase.cpython-314t-darwin.so,sha256=jiDTKoAhLP8d3tplSitPXDZe1_bSoE3kJpsyBeDtCew,570960
13
+ roksta/init_codebase.cpython-314t-darwin.so,sha256=vRYR691LsKL3scDdtL5RCBGl7abgwvdEJMe_p2UEXws,374936
14
+ roksta/checkpoints.cpython-314t-darwin.so,sha256=N1gnpCyta-9dtwXbfYk4YTEerexM8NMpjx70IEsRwho,271088
15
+ roksta/balance.cpython-314t-darwin.so,sha256=PcZawKA2S-ZJw7DZPgMNg7SggYkYFnyg5Gwebt-G2t8,439536
16
+ roksta/create_default_config.cpython-314t-darwin.so,sha256=e2vg-eL5wJmKX55pTP22gY-7u84iLPhHr7pbPgUcTlA,121872
17
+ roksta/lint_code.cpython-314t-darwin.so,sha256=ReFQCO8ceBgiZD62UZsaHus7wjRC3IbvXf7eK7G0yAU,241408
18
+ roksta/clarify_goal.cpython-314t-darwin.so,sha256=SOCw-JC9TqA1BZIcSf1PUZHsgYtuXVl_Pf3M8UboAbA,224720
19
+ roksta/firebase_auth_web.cpython-314t-darwin.so,sha256=ylHP98rxSwtAGyB15TAfJp4uGWDGUptioOc9jgM6AQ0,539064
20
+ roksta/roksta.cpython-314t-darwin.so,sha256=dvXVoqi1A9SVfiNv7L62x1qRbQDWYNhIW9OqwSjfZfI,638080
21
+ roksta/firebase_config.cpython-314t-darwin.so,sha256=50G4FEKgT6xC1EkRY7t9K_sV-qaZfJ7kxhN2S9Z3Ujg,86424
22
+ roksta/propose_solution.cpython-314t-darwin.so,sha256=UwKDYhn4r2aBV8hyu4yLw8wfdxOV6Urlq_4OQdMNxsc,207896
23
+ roksta/parse_readme.cpython-314t-darwin.so,sha256=wt3fxkkhrw9sb7Mrx03_7l1FOACFtDHH75rX2DsONNs,224144
24
+ roksta/gen_one_line_goal.cpython-314t-darwin.so,sha256=WKgBUMKhdtc-KhXRF3YdYie_ewhti8O0rdd8Re9Kof0,224680
25
+ roksta/check_for_updates.cpython-314t-darwin.so,sha256=_5NXBGJ0xdSsC-npTGSdG2QwmBIjkXFl1kuTpTVFnNM,323704
26
+ roksta/gen_codebase_summaries.cpython-314t-darwin.so,sha256=caLC6vHBDUINIBUtDOSSl2fIKmMztNjKMQx_o3Xado8,720688
27
+ roksta/main.cpython-314t-darwin.so,sha256=ZJuA1mhClpGYd-AnbvM_gApJCn8hCLLbOKlFrLsgj_0,155432
28
+ roksta/enums.cpython-314t-darwin.so,sha256=zy6rRIEXtNW37BA76zR9tPzMA_j-wG-Si6f2e6C7gKc,322320
29
+ roksta/__init__.cpython-314t-darwin.so,sha256=wi8Vybo_OIgiP0nw3dYRY1WuU-_XToX7Kg214k5KG1Q,85824
30
+ roksta/goal_workflow.cpython-314t-darwin.so,sha256=ptyo4x1M8G4xBssT3BVMWMYRzDB4Fd04RPe0W32h3_E,571816
31
+ roksta/analytics.cpython-314t-darwin.so,sha256=QPUKzsnhI6HbbYK4ek6kWkYgtzAofem0JSL8hV5Qy1Q,322928
32
+ roksta/write_code.cpython-314t-darwin.so,sha256=hVqAQ9T_paeRuGV2ElNt1VFjWPnUaTW7zXrCQcaNup4,207920
33
+ roksta/env.cpython-314t-darwin.so,sha256=4S_a21l3NP0oEBeSb5auAgV42mo_XyoIdR_FAQOpH6o,87928
34
+ roksta/new_features.cpython-314t-darwin.so,sha256=DFiRohR0X_MeoWsw5tg7w43WupZzdhTq7PPwFjnVH4o,85904
35
+ roksta/build_project.cpython-314t-darwin.so,sha256=4F7-EKDWTNCFQ3laC2_qU_5Y7hB7YhUntTpCY_84WNM,207960
36
+ roksta/fix_tests.cpython-314t-darwin.so,sha256=9gEd76JwRw6CfjpnTnnutFlUeVX44mx0ZU0oFAvHZzk,257632
37
+ roksta/logger.cpython-314t-darwin.so,sha256=upcimtFREbc9WKSwGoEBypFX_uM0jwZqjfvOvIhyKjw,155216
38
+ roksta/chat_workflow.cpython-314t-darwin.so,sha256=Sskw4w_0WaxhEaLN3diC3fbnUK_9lPH_0mzpoQX7hy0,290840
39
+ roksta/response_formats.cpython-314t-darwin.so,sha256=8pWaDZuRf-9ZUpR8p8kZkIOg0ovPKGbQ44DE1i2ZRng,121208
40
+ roksta/get_codebase_structure.cpython-314t-darwin.so,sha256=L4OJLaFY0K-rjQYH3ur_w01ag2SC3JojmJapfcEl_Ts,239520
41
+ roksta/make_issue.cpython-314t-darwin.so,sha256=Maf34ULyKoPtPrHwISHikTunVNkQ0ATIJBbea8tQYWw,222240
42
+ roksta/rewrite_goal.cpython-314t-darwin.so,sha256=-MtU1o7UfREP8kOXzpmtz5zTxu6gcEoRYh_I2_byl8k,207872
43
+ roksta/utils.cpython-314t-darwin.so,sha256=6OBmmowgYRIvqZIMri0UjDlJeV3CRkdeQOvf54VuZZc,721280
44
+ roksta/extended_text_area.cpython-314t-darwin.so,sha256=lkE5lVWoNvXNA2X6HPuBzVSJxkix6LtcdbjCeaXoT7Y,324072
45
+ roksta/command_handlers/handle_dev_rate_command.cpython-314t-darwin.so,sha256=-vtnnWus_XNrltvVM1duH1D-TlbcfyAJ4_0EUXYoIiY,156288
46
+ roksta/command_handlers/handle_building_command.cpython-314t-darwin.so,sha256=U1yasCfFL1jNOnEBBQ971E0C-sflfE1PVUrQGQLjc8Q,156256
47
+ roksta/command_handlers/handle_feedback_command.cpython-314t-darwin.so,sha256=Md7l2cOdUqibxfBpWGPQXGgLwzNNwmt2_a3mY5EBt28,207200
48
+ roksta/command_handlers/handle_help_command.cpython-314t-darwin.so,sha256=J8QCKRXTlU6hcyUkhMK8JWgLx_DOvF3xdDRajuvyxaI,220664
49
+ roksta/command_handlers/handle_quit_command.cpython-314t-darwin.so,sha256=CSUx0Ro-H3FFmROHA6r_o_lZaoBX2qSF3a_sJc7Hrrs,87480
50
+ roksta/command_handlers/handle_login_command.cpython-314t-darwin.so,sha256=9LPEyxt6A4AzE3gxb-V1OsQOEgw8loLo5mCIBqRicAc,240616
51
+ roksta/command_handlers/handle_usage_command.cpython-314t-darwin.so,sha256=74PqVzmzbVk6e1k-mwsfk4LC0BXyubmkopyf-IdA4cE,208408
52
+ roksta/command_handlers/handle_linting_command.cpython-314t-darwin.so,sha256=02z3TzcHSSMvfcJlm_vyElStET1_ZX4FSLoYf3yNqz4,156208
53
+ roksta/command_handlers/handle_payment_details_command.cpython-314t-darwin.so,sha256=u8rC8ob2Lyg_I6whji9HoI9HOhNJXIWStIgZ9TEZC7o,190616
54
+ roksta/command_handlers/handle_activate_command.cpython-314t-darwin.so,sha256=yIwEDboeOlaClnreMQkqeLAfapkqi90SBLKrJnTgtUQ,273856
55
+ roksta/command_handlers/handle_add_funds_command.cpython-314t-darwin.so,sha256=fLHkUICkWaqzMXAdZ-en7L4R9Vq2ECJvIDpFl33EiPo,241360
56
+ roksta/command_handlers/handle_logout_command.cpython-314t-darwin.so,sha256=ISQ2P3x2wuQaLdzD1WWHSK1E7jYy-OQ8NIJFxlTzRvA,121664
57
+ roksta/command_handlers/handle_request_activation_command.cpython-314t-darwin.so,sha256=cF1bfHgPZDtKGkafpDhgq3ZcyCi5heT9voiEZTH2R3g,223928
58
+ roksta/command_handlers/handle_init_command.cpython-314t-darwin.so,sha256=yQQqSFrfLTXjq3H1NU_A052G9zHJLFbPC4JIBl0vRfI,190552
59
+ roksta/command_handlers/__init__.cpython-314t-darwin.so,sha256=RIcalLE1Ar7Ql5U2jYlfmdMTOKbaZOGzcXISvJ--F9Q,86448
60
+ roksta/command_handlers/handle_auto_commit_command.cpython-314t-darwin.so,sha256=ftbxAbqfgZpg8AI6d-VnCjWrrEO3bWdEEhqExcNAazY,155792
61
+ roksta/command_handlers/handle_goal_command.cpython-314t-darwin.so,sha256=Y8xefxtr5CQiJi-oww3dGVICQCFbfGEphYI-P8wOfXQ,190552
62
+ roksta/command_handlers/handle_auto_charge_command.cpython-314t-darwin.so,sha256=VT7c8OZmT_NdVCjWvnJ_qHFW_8S_3H4hm-b8EcBPZQo,173120
63
+ roksta/command_handlers/handle_redeem_command.cpython-314t-darwin.so,sha256=WLil8Kav2N2ziMySDInhzjq25GC5jD2eP8_L5BgT5O4,191232
64
+ roksta/command_handlers/handle_chat_command.cpython-314t-darwin.so,sha256=nzPY8ZJGxx1YJH-VVMBzgDqgYi3fcEfCy6NKloXMRJE,157240
65
+ roksta/command_handlers/handle_testing_command.cpython-314t-darwin.so,sha256=aHdDcUHvRnGJF4Ttuu0SgQHRtEW-b1Ltl7J5FQFaa3E,156256
66
+ roksta/ai/openai.cpython-314t-darwin.so,sha256=cVUlUnnyuB7_Ix95g25Nq5A7gIwwAIHqhhHjCNhE_1w,323840
67
+ roksta/ai/call_ai.cpython-314t-darwin.so,sha256=utAI0UB3o0i3wwxJTVSfaNFoN85FXkzw14IeJSUuLZY,257648
68
+ roksta/ai/__init__.cpython-314t-darwin.so,sha256=ADxSpO91HkA6gk1RUfnjAxO8etJfH2MS2Ku7jcZI2JI,85824
69
+ roksta/ai/generic.cpython-314t-darwin.so,sha256=FXZqKaZvr5zusnC1hGgPCqWqWslgrsAlgGuaGAM0nR0,340256
70
+ roksta/ai/gemini.cpython-314t-darwin.so,sha256=WBi3VWJHLl3oyVKOpHFJHjUlxQ3ZzEcch2dQXTCkuzs,439584
71
+ roksta/ai/llm.cpython-314t-darwin.so,sha256=h4ttSLyebHbvoWNe3Cvo3NDYlEFhVIn31BZyNCWgRNA,271880
72
+ roksta/ai/tools/final_response.cpython-314t-darwin.so,sha256=ofB0mXDgvG06RGPoR_NiS_Yva_Oqbx8LqkLuXFaSXVA,88040
73
+ roksta/ai/tools/shell_any.cpython-314t-darwin.so,sha256=-QRkZKu65jjj32Uq2Vz11gSODUMPyGW-g7OW3hH_MGE,240960
74
+ roksta/ai/tools/get_file_summaries.cpython-314t-darwin.so,sha256=jOegeSULw86gsDsMnlDg8RT9eoop7B_3e-pEcHTlKBI,155976
75
+ roksta/ai/tools/edit_file.cpython-314t-darwin.so,sha256=lespXuYkJc8ntkyGp9VpP3pPzNLRCDmSwIP3cXIYnpA,155440
76
+ roksta/ai/tools/write_file.cpython-314t-darwin.so,sha256=kKK2ZG9TlffBPK7_RT3Yi2TlraGWuj9yjlyE-S-AtPE,155232
77
+ roksta/ai/tools/delete_file.cpython-314t-darwin.so,sha256=BEj2B0I5DbWnxkrNykTTC7ZHVo_oJdso7JWs3oC28KU,122272
78
+ roksta/ai/tools/read_file.cpython-314t-darwin.so,sha256=TOljG7TOdoV_ifGDnYBkwMMgYv2iKinP1QhJ_uJwOCs,172672
79
+ roksta/ai/tools/__init__.cpython-314t-darwin.so,sha256=wa8aCNa2ANhrtjhfWKTXQA9tLz_qs0eY-Z3q7WN9sSI,87216
80
+ roksta/ai/tools/tool_defs.cpython-314t-darwin.so,sha256=KvPkr_xE0b2_mQ4_KJ4HKLejrQ1CLVo_Q8tSIUM2rK4,137664
81
+ roksta/ai/tools/regex_replace.cpython-314t-darwin.so,sha256=jtDtxyBlYSw5qwMuFYgFPzH5AFck0QwuaFIPlOCw7vM,155848
82
+ roksta/ai/tools/shell_limited.cpython-314t-darwin.so,sha256=4nPS7l9veVF_Axjae2ify5Oj8X1O2lpRR7hHQnLuWOc,191384
83
+ roksta/ai/tools/tool_utils.cpython-314t-darwin.so,sha256=y6DKt--sVrfSgORsaUE23F4IPNFra6G4eU31KZZT6ZE,341024
84
+ tests/conftest.py,sha256=Y2cx3Jups9GkKGxOG2fSSoIr3rgfUa9QzipMoQ-ehKU,7878
85
+ tests/__init__.py,sha256=J6ztnXNqM8TSQCgHXMWb6NRq1kN_h4ql63Jq-TYR8XE,124
86
+ tests/functions/test_utils.py,sha256=_zlgSa99JYVyJ0LDe3yaPztS92kqGRKkgjon__XmfFM,16721
87
+ tests/functions/test_auth.py,sha256=I3oFTw2LTuUsnQ75v5SCfgUPnpel_pDKqUH0VAJpXQw,992
88
+ tests/functions/__init__.py,sha256=mLXx3UARcv07vs_fGJuy3L5ZRn9IRsF9zIuL5IOnwdk,95
89
+ tests/functions/test_main.py,sha256=h0W_4ISo95WzRy2HpXZw3cuNOTcYk_2QCIZffZJEfEU,2575
90
+ tests/functions/api_v1_02/test__sync_emails.py,sha256=OTyf2YbBK7e4pWIQTUGYR4x6il1Hb3g4FYqQ_fRj1nA,12699
91
+ tests/functions/api_v1_02/test__take_payment.py,sha256=I-XJasGuLW5wTMAu4nAgFkA8Mo_zVpGPvkJ2LrrJGCk,18022
92
+ tests/functions/api_v1_02/test_replace_keywords.py,sha256=pa7bZ8I9XgtI5dUZq-efcHh9amN2_XHP8abXYqtDGc0,2683
93
+ tests/functions/api_v1_02/test__gemini_proxy.py,sha256=mf8ubRmNxxxN80H6EA-iDPwu6Oue6Rmgxl6tiFNpfrU,13344
94
+ tests/functions/api_v1_02/test_proxy_keyword_replacement.py,sha256=I5H73_QydSKLiDp7hDHGHbSkDOdv-BT4gYHGqEiVtM0,23632
95
+ tests/functions/api_v1_02/test__analytics.py,sha256=oKjd7_zjnttcb-5BuA93yllkm0OOF4YWnfTUW1-icnM,15806
96
+ tests/functions/api_v1_02/__init__.py,sha256=3RCSoj_5UQPw9Z5NeAgYz2s4gfcZIi7g36qk_Ed5TiA,124
97
+ tests/functions/api_v1_02/test__use_activation_code.py,sha256=tNyTkkRtrpjei-7F31UNwrcU-PbP-QnkWNU7h2n5Yqo,16960
98
+ tests/functions/api_v1_02/test__redeem_credit_code.py,sha256=7GD3tGgO2Lk0BCjUmzZACJiwocEhLBvXrrut0x13IWU,6347
99
+ tests/functions/api_v1_02/test__openai_proxy.py,sha256=xlO2zmG64LlrKrbjFz-ds6Map7vy4SjIuHfZJDAqGK8,17726
100
+ tests/functions/api_v1_02/test__get_payment_details.py,sha256=i5Px3NkLxqw8D3tVPrYdRJJF5jlNmysSuX_NNolbIa4,13735
101
+ tests/functions/api_v1_02/test__generic_proxy.py,sha256=KZkOtmc71aOnWlz2L7B6CFhRNEV73bExG3GR14oD2L0,17673
102
+ tests/functions/api_v1_01/test__sync_emails.py,sha256=OTyf2YbBK7e4pWIQTUGYR4x6il1Hb3g4FYqQ_fRj1nA,12699
103
+ tests/functions/api_v1_01/test__take_payment.py,sha256=I-XJasGuLW5wTMAu4nAgFkA8Mo_zVpGPvkJ2LrrJGCk,18022
104
+ tests/functions/api_v1_01/test__gemini_proxy.py,sha256=mf8ubRmNxxxN80H6EA-iDPwu6Oue6Rmgxl6tiFNpfrU,13344
105
+ tests/functions/api_v1_01/test__analytics.py,sha256=oKjd7_zjnttcb-5BuA93yllkm0OOF4YWnfTUW1-icnM,15806
106
+ tests/functions/api_v1_01/__init__.py,sha256=3RCSoj_5UQPw9Z5NeAgYz2s4gfcZIi7g36qk_Ed5TiA,124
107
+ tests/functions/api_v1_01/test__use_activation_code.py,sha256=tNyTkkRtrpjei-7F31UNwrcU-PbP-QnkWNU7h2n5Yqo,16960
108
+ tests/functions/api_v1_01/test__redeem_credit_code.py,sha256=7GD3tGgO2Lk0BCjUmzZACJiwocEhLBvXrrut0x13IWU,6347
109
+ tests/functions/api_v1_01/test__openai_proxy.py,sha256=xlO2zmG64LlrKrbjFz-ds6Map7vy4SjIuHfZJDAqGK8,17726
110
+ tests/functions/api_v1_01/test__get_payment_details.py,sha256=i5Px3NkLxqw8D3tVPrYdRJJF5jlNmysSuX_NNolbIa4,13735
111
+ tests/functions/api_v1_01/test__generic_proxy.py,sha256=KZkOtmc71aOnWlz2L7B6CFhRNEV73bExG3GR14oD2L0,17673
112
+ tests/functions/api_v1_00/test__sync_emails.py,sha256=OTyf2YbBK7e4pWIQTUGYR4x6il1Hb3g4FYqQ_fRj1nA,12699
113
+ tests/functions/api_v1_00/test__take_payment.py,sha256=I-XJasGuLW5wTMAu4nAgFkA8Mo_zVpGPvkJ2LrrJGCk,18022
114
+ tests/functions/api_v1_00/test__gemini_proxy.py,sha256=mf8ubRmNxxxN80H6EA-iDPwu6Oue6Rmgxl6tiFNpfrU,13344
115
+ tests/functions/api_v1_00/test__analytics.py,sha256=oKjd7_zjnttcb-5BuA93yllkm0OOF4YWnfTUW1-icnM,15806
116
+ tests/functions/api_v1_00/__init__.py,sha256=3RCSoj_5UQPw9Z5NeAgYz2s4gfcZIi7g36qk_Ed5TiA,124
117
+ tests/functions/api_v1_00/test__use_activation_code.py,sha256=tNyTkkRtrpjei-7F31UNwrcU-PbP-QnkWNU7h2n5Yqo,16960
118
+ tests/functions/api_v1_00/test__redeem_credit_code.py,sha256=7GD3tGgO2Lk0BCjUmzZACJiwocEhLBvXrrut0x13IWU,6347
119
+ tests/functions/api_v1_00/test__openai_proxy.py,sha256=xlO2zmG64LlrKrbjFz-ds6Map7vy4SjIuHfZJDAqGK8,17726
120
+ tests/functions/api_v1_00/test__get_payment_details.py,sha256=i5Px3NkLxqw8D3tVPrYdRJJF5jlNmysSuX_NNolbIa4,13735
121
+ tests/functions/api_v1_00/test__generic_proxy.py,sha256=KZkOtmc71aOnWlz2L7B6CFhRNEV73bExG3GR14oD2L0,17673
tests/conftest.py CHANGED
@@ -167,3 +167,45 @@ except Exception:
167
167
  _attach_gtypes_stubs(gtypes)
168
168
  genai.types = gtypes
169
169
  sys.modules['google.genai.types'] = gtypes
170
+
171
+ # Provide a minimal nacl.public stub if PyNaCl is not installed. This prevents
172
+ # import-time failures in tests that import `roksta.firebase` which does
173
+ # `from nacl.public import PublicKey, SealedBox`.
174
+ try:
175
+ import nacl.public # type: ignore
176
+ except Exception:
177
+ # Create lightweight stub modules to satisfy `from nacl.public import PublicKey, SealedBox`
178
+ nacl = _types_mod.ModuleType('nacl')
179
+ nacl_public = _types_mod.ModuleType('nacl.public')
180
+
181
+ class PublicKey:
182
+ def __init__(self, data):
183
+ # Accept bytes-like input; ensure it's bytes when possible.
184
+ try:
185
+ self._data = bytes(data)
186
+ except Exception:
187
+ self._data = data
188
+
189
+ def __repr__(self):
190
+ try:
191
+ length = len(self._data)
192
+ except Exception:
193
+ length = 'unknown'
194
+ return f"<PublicKey len={length}>"
195
+
196
+ class SealedBox:
197
+ def __init__(self, public_key):
198
+ self.public_key = public_key
199
+
200
+ def encrypt(self, plaintext: bytes) -> bytes:
201
+ # Return deterministic bytes so callers can base64-encode the result.
202
+ if not isinstance(plaintext, (bytes, bytearray)):
203
+ plaintext = str(plaintext).encode('utf-8')
204
+ return b"STUB_ENCRYPTED:" + bytes(plaintext)
205
+
206
+ nacl_public.PublicKey = PublicKey
207
+ nacl_public.SealedBox = SealedBox
208
+ # Attach the submodule on the parent module object for attribute access
209
+ nacl.public = nacl_public
210
+ sys.modules['nacl'] = nacl
211
+ sys.modules['nacl.public'] = nacl_public
@@ -1,2 +1,2 @@
1
- # tests.functions.api_v0_01 package marker
1
+ # tests.functions.api_v1_00 package marker
2
2
  # Allows tests under this directory to be imported with package-qualified names.
@@ -176,12 +176,11 @@ sys.modules['httpx'] = httpx_mod
176
176
  # -----------------------------
177
177
  repo_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
178
178
  functions_root = os.path.join(repo_root, 'functions')
179
- module_path = os.path.join(functions_root, 'api_v0_01', '_analytics.py')
180
- spec = importlib.util.spec_from_file_location('api_v0_01._analytics', module_path)
179
+ module_path = os.path.join(functions_root, 'api_v1_00', '_analytics.py')
180
+ spec = importlib.util.spec_from_file_location('api_v1_00._analytics', module_path)
181
181
  _analytics = importlib.util.module_from_spec(spec)
182
182
  spec.loader.exec_module(_analytics)
183
183
 
184
-
185
184
  # Restore original sys.modules mappings to avoid side-effects for other tests
186
185
  for name, orig in _orig_sys_modules.items():
187
186
  if orig is None:
@@ -19,6 +19,8 @@ if FUNCTIONS_DIR not in sys.path:
19
19
  _orig_sys_modules = {}
20
20
  _names_to_fake = [
21
21
  'firebase_functions',
22
+ 'firebase_admin',
23
+ 'firebase_admin.firestore',
22
24
  'utils',
23
25
  'auth',
24
26
  'google',
@@ -49,6 +51,35 @@ class FakeResponse:
49
51
  firebase_functions.https_fn = types.SimpleNamespace(Request=object, Response=FakeResponse)
50
52
  sys.modules['firebase_functions'] = firebase_functions
51
53
 
54
+ # Fake firebase_admin and its firestore submodule to satisfy optional imports in the proxy
55
+ firebase_admin = types.ModuleType('firebase_admin')
56
+ firestore_mod = types.ModuleType('firebase_admin.firestore')
57
+
58
+ # Minimal Client type for annotations and a no-op client() factory
59
+ class _DummyClient: # pragma: no cover - just a stub for import-time type hints
60
+ pass
61
+
62
+ def _dummy_client():
63
+ # Return a simple object; logic using it is patched in tests
64
+ return types.SimpleNamespace()
65
+
66
+ # Decorator stub used by perform_atomic_debit; never actually invoked in tests
67
+ def _transactional(fn=None):
68
+ def wrapper(*args, **kwargs):
69
+ return fn(*args, **kwargs)
70
+ return wrapper
71
+
72
+ # Populate stubs on the firestore module
73
+ setattr(firestore_mod, 'Client', _DummyClient)
74
+ setattr(firestore_mod, 'client', _dummy_client)
75
+ setattr(firestore_mod, 'transactional', _transactional)
76
+ setattr(firestore_mod, 'SERVER_TIMESTAMP', object())
77
+
78
+ # Attach firestore submodule to firebase_admin package and register in sys.modules
79
+ setattr(firebase_admin, 'firestore', firestore_mod)
80
+ sys.modules['firebase_admin'] = firebase_admin
81
+ sys.modules['firebase_admin.firestore'] = firestore_mod
82
+
52
83
  # Fake utils module (provides functions imported by _gemini_proxy)
53
84
  utils_mod = types.ModuleType('utils')
54
85
 
@@ -118,14 +149,14 @@ sys.modules['google.genai'] = genai_mod
118
149
  sys.modules['google.genai.types'] = types_mod
119
150
 
120
151
  # Import the module under test after preparing the fake imports
152
+ # Resolve the actual repository 'functions' directory (tests files live under tests/, so climb up to repo root)
121
153
  repo_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
122
154
  functions_root = os.path.join(repo_root, 'functions')
123
- module_path = os.path.join(functions_root, 'api_v0_01', '_gemini_proxy.py')
124
- spec = importlib.util.spec_from_file_location('api_v0_01._gemini_proxy', module_path)
155
+ module_path = os.path.join(functions_root, 'api_v1_00', '_gemini_proxy.py')
156
+ spec = importlib.util.spec_from_file_location('api_v1_00._gemini_proxy', module_path)
125
157
  _gemini = importlib.util.module_from_spec(spec)
126
158
  spec.loader.exec_module(_gemini)
127
159
 
128
-
129
160
  # Restore original sys.modules mappings to avoid side-effects for other tests
130
161
  for name, orig in _orig_sys_modules.items():
131
162
  if orig is None:
@@ -198,7 +229,9 @@ def test_invalid_auth_key_returns_403():
198
229
  def test_non_post_method_returns_405():
199
230
  headers = {_gemini.AUTH_HEADER_NAME: 'ok'}
200
231
  req = DummyRequest(headers=headers, method='GET')
201
- with patch.object(_gemini, 'validate_auth_key', return_value=True), patch.object(_gemini, 'verify_firebase_token', return_value={}):
232
+ with patch.object(_gemini, 'validate_auth_key', return_value=True), \
233
+ patch.object(_gemini, 'verify_firebase_token', return_value={}), \
234
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)):
202
235
  resp = _gemini._gemini_proxy(req)
203
236
 
204
237
  assert resp.status_code == 405
@@ -210,7 +243,9 @@ def test_non_post_method_returns_405():
210
243
  def test_malformed_json_returns_400():
211
244
  headers = {_gemini.AUTH_HEADER_NAME: 'ok'}
212
245
  req = DummyRequest(headers=headers, method='POST', raise_on_get_json=True)
213
- with patch.object(_gemini, 'validate_auth_key', return_value=True), patch.object(_gemini, 'verify_firebase_token', return_value={}):
246
+ with patch.object(_gemini, 'validate_auth_key', return_value=True), \
247
+ patch.object(_gemini, 'verify_firebase_token', return_value={}), \
248
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)):
214
249
  resp = _gemini._gemini_proxy(req)
215
250
 
216
251
  assert resp.status_code == 400
@@ -223,7 +258,9 @@ def test_rehydrate_params_error_returns_400():
223
258
  headers = {_gemini.AUTH_HEADER_NAME: 'ok'}
224
259
  # missing 'model' to cause KeyError inside rehydrate_params
225
260
  req = DummyRequest(headers=headers, method='POST', json_data={'contents': 'x', 'config': {}})
226
- with patch.object(_gemini, 'validate_auth_key', return_value=True), patch.object(_gemini, 'verify_firebase_token', return_value={}):
261
+ with patch.object(_gemini, 'validate_auth_key', return_value=True), \
262
+ patch.object(_gemini, 'verify_firebase_token', return_value={}), \
263
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)):
227
264
  resp = _gemini._gemini_proxy(req)
228
265
 
229
266
  assert resp.status_code == 400
@@ -237,6 +274,7 @@ def test_get_api_key_failure_returns_500():
237
274
  req = DummyRequest(headers=headers, method='POST', json_data={'model': 'g', 'contents': 'hi', 'config': {}})
238
275
  with patch.object(_gemini, 'validate_auth_key', return_value=True), \
239
276
  patch.object(_gemini, 'verify_firebase_token', return_value={}), \
277
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)), \
240
278
  patch.object(_gemini, 'get_api_key', side_effect=Exception('boom')):
241
279
  resp = _gemini._gemini_proxy(req)
242
280
 
@@ -258,12 +296,18 @@ def test_successful_flow_calls_genai_and_returns_payload():
258
296
 
259
297
  def generate_content(self, **params):
260
298
  class FakeResp:
299
+ def __init__(self):
300
+ # include usage metadata expected by get_usage()
301
+ self.usage_metadata = types.SimpleNamespace(prompt_token_count=1, total_token_count=2)
302
+
261
303
  def to_json_dict(self_inner):
262
304
  return { 'result': 'ok', 'received_model': params.get('model') }
263
305
  return FakeResp()
264
306
 
265
307
  with patch.object(_gemini, 'validate_auth_key', return_value=True), \
266
308
  patch.object(_gemini, 'verify_firebase_token', return_value={}), \
309
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)), \
310
+ patch.object(_gemini, 'bill_with_retry', return_value=("ok", 99.5)), \
267
311
  patch.object(_gemini, 'get_api_key', return_value='GEMINI-KEY'), \
268
312
  patch.object(_gemini.genai, 'Client', FakeClient):
269
313
  resp = _gemini._gemini_proxy(req)
@@ -297,6 +341,7 @@ def test_genai_exception_with_status_code_is_returned_as_error_status():
297
341
 
298
342
  with patch.object(_gemini, 'validate_auth_key', return_value=True), \
299
343
  patch.object(_gemini, 'verify_firebase_token', return_value={}), \
344
+ patch.object(_gemini, 'ensure_balance_positive', return_value=(True, 100.0)), \
300
345
  patch.object(_gemini, 'get_api_key', return_value='GEMINI-KEY'), \
301
346
  patch.object(_gemini.genai, 'Client', ErrClient):
302
347
  resp = _gemini._gemini_proxy(req)
@@ -108,13 +108,42 @@ openai_mod.APIError = APIError
108
108
  sys.modules['openai'] = openai_mod
109
109
 
110
110
  # Import the module under test after preparing the fake imports
111
+ #_generic = importlib.import_module('_generic_proxy')
112
+
111
113
  repo_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
112
114
  functions_root = os.path.join(repo_root, 'functions')
113
- module_path = os.path.join(functions_root, 'api_v0_01', '_generic_proxy.py')
114
- spec = importlib.util.spec_from_file_location('api_v0_01._generic_proxy', module_path)
115
+ module_path = os.path.join(functions_root, 'api_v1_00', '_generic_proxy.py')
116
+ spec = importlib.util.spec_from_file_location('api_v1_00._generic_proxy', module_path)
115
117
  _generic = importlib.util.module_from_spec(spec)
116
118
  spec.loader.exec_module(_generic)
117
119
 
120
+ # Patch Firestore client and billing functions to avoid external dependencies during tests
121
+ # Provide a dummy Firestore client and make balance checks/billing no-ops.
122
+ _generic.firestore = types.SimpleNamespace(client=lambda: object())
123
+
124
+ def _fake_ensure_balance_positive(db, user_id):
125
+ return True, 100.0
126
+
127
+ def _fake_extract_usage(llm_family=None, call_type=None, model_id=None, request_payload=None, response_payload=None):
128
+ # Default to zero-usage unless present in the payload
129
+ usage = response_payload.get('usage', {}) if isinstance(response_payload, dict) else {}
130
+ in_tokens = usage.get('prompt_tokens', 0) or usage.get('input_tokens', 0) or 0
131
+ out_tokens = usage.get('completion_tokens', 0) or usage.get('output_tokens', 0) or 0
132
+ return {"input_tokens": in_tokens, "output_tokens": out_tokens}
133
+
134
+ def _fake_calculate_cost(model_id=None, input_tokens=0, output_tokens=0):
135
+ return 0.0
136
+
137
+ def _fake_bill_with_retry(db=None, user_id=None, model_id=None, usage=None, cost=None, reason=None):
138
+ return "ok", 100.0
139
+
140
+ _generic.ensure_balance_positive = _fake_ensure_balance_positive
141
+ _generic.extract_usage = _fake_extract_usage
142
+ # Compatibility shim: some versions of the module call get_usage(response) instead of extract_usage(...)
143
+ _generic.get_usage = lambda response: _fake_extract_usage(response_payload=response)
144
+ _generic.calculate_cost = _fake_calculate_cost
145
+ _generic.bill_with_retry = _fake_bill_with_retry
146
+
118
147
  # Restore original sys.modules mappings to avoid side-effects for other tests
119
148
  for name, orig in _orig_sys_modules.items():
120
149
  if orig is None:
@@ -186,8 +186,8 @@ sys.modules['ulid'] = ulid_mod
186
186
  # Load the module directly from the functions/ tree so the test's fake sys.modules entries are respected
187
187
  repo_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
188
188
  functions_root = os.path.join(repo_root, 'functions')
189
- module_path = os.path.join(functions_root, 'api_v0_01', '_get_payment_details.py')
190
- spec = importlib.util.spec_from_file_location('api_v0_01._get_payment_details', module_path)
189
+ module_path = os.path.join(functions_root, 'api_v1_00', '_get_payment_details.py')
190
+ spec = importlib.util.spec_from_file_location('api_v1_00._get_payment_details', module_path)
191
191
  _get_payment_details = importlib.util.module_from_spec(spec)
192
192
  spec.loader.exec_module(_get_payment_details)
193
193