tinyagent-py 0.0.11__py3-none-any.whl → 0.0.13__py3-none-any.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.
- tinyagent/code_agent/modal_sandbox.py +3 -1
- tinyagent/code_agent/providers/base.py +60 -5
- tinyagent/code_agent/providers/modal_provider.py +61 -18
- tinyagent/code_agent/safety.py +546 -0
- tinyagent/code_agent/tiny_code_agent.py +105 -0
- tinyagent/code_agent/utils.py +90 -17
- tinyagent/hooks/gradio_callback.py +100 -35
- tinyagent/tiny_agent.py +4 -7
- {tinyagent_py-0.0.11.dist-info → tinyagent_py-0.0.13.dist-info}/METADATA +11 -1
- {tinyagent_py-0.0.11.dist-info → tinyagent_py-0.0.13.dist-info}/RECORD +13 -12
- {tinyagent_py-0.0.11.dist-info → tinyagent_py-0.0.13.dist-info}/WHEEL +0 -0
- {tinyagent_py-0.0.11.dist-info → tinyagent_py-0.0.13.dist-info}/licenses/LICENSE +0 -0
- {tinyagent_py-0.0.11.dist-info → tinyagent_py-0.0.13.dist-info}/top_level.txt +0 -0
@@ -1,20 +1,21 @@
|
|
1
1
|
tinyagent/__init__.py,sha256=-3ZN8unMZDrA366BET1HKp-fnFCyXCAD1fPVbHkJSsY,172
|
2
2
|
tinyagent/mcp_client.py,sha256=9dmLtJ8CTwKWKTH6K9z8CaCQuaicOH9ifAuNyX7Kdo0,6030
|
3
3
|
tinyagent/memory_manager.py,sha256=tAaZZdxBJ235wJIyr04n3f2Damok4s2UXunTtur_p-4,44916
|
4
|
-
tinyagent/tiny_agent.py,sha256=
|
4
|
+
tinyagent/tiny_agent.py,sha256=X-rh8gCxeVSNS4RJ9vdtqTKf8ksDGrXsV1jwprW6Fj8,41049
|
5
5
|
tinyagent/code_agent/__init__.py,sha256=YSOblSwRS1QcAYUu--GvF4fKeQX1KRTj9P8CWySY3pY,327
|
6
6
|
tinyagent/code_agent/example.py,sha256=qC6i3auUT1YwXS9WK1Ovq-9oDOUgzRxDegYdlVcVcfA,5861
|
7
7
|
tinyagent/code_agent/helper.py,sha256=oZnpo-_H3cB12LxNN7Ztd-31EiUcuI2UpWP69xuF8oE,7205
|
8
|
-
tinyagent/code_agent/modal_sandbox.py,sha256=
|
9
|
-
tinyagent/code_agent/
|
10
|
-
tinyagent/code_agent/
|
8
|
+
tinyagent/code_agent/modal_sandbox.py,sha256=RcQ5a-UFyqV7xSHnttpgAQQ-mNWk-9Z0tb836ua7C0E,16381
|
9
|
+
tinyagent/code_agent/safety.py,sha256=WHad2ypzfsdKnXG6FcgXcgGiMC-H4KTmOzhP9S9i3Zw,22209
|
10
|
+
tinyagent/code_agent/tiny_code_agent.py,sha256=UrNjmJSrDC493bXGARrt0tDd1Bn56FgNlxuQSu4J614,28194
|
11
|
+
tinyagent/code_agent/utils.py,sha256=FxHnpb06S2o2-xPRHgf9zAnzbXvGWs5QApNI4DEH__U,7870
|
11
12
|
tinyagent/code_agent/providers/__init__.py,sha256=myfy9qsBDjNOhcgXJ2E9jO1q5eo6jHp43I2k0k8esLY,136
|
12
|
-
tinyagent/code_agent/providers/base.py,sha256=
|
13
|
-
tinyagent/code_agent/providers/modal_provider.py,sha256=
|
13
|
+
tinyagent/code_agent/providers/base.py,sha256=LfmahpulNbnivn5m91GTAo6ityjidq05dC3qx9EtJ80,8203
|
14
|
+
tinyagent/code_agent/providers/modal_provider.py,sha256=R0qt8XlTMFMbznMHN32pQxupDE9KR18NpQ3l1wJJP0w,10799
|
14
15
|
tinyagent/code_agent/tools/__init__.py,sha256=0XtrgYBgBayOffW50KyrlmrXXs9iu6z1DHu7-D8WGqY,94
|
15
16
|
tinyagent/code_agent/tools/example_tools.py,sha256=YbXb7PKuvvxh-LV12Y4n_Ez3RyLA95gWOcZrKsa7UHg,1203
|
16
17
|
tinyagent/hooks/__init__.py,sha256=RZow2r0XHLJ3-tnmecScdc0_wrEdmOy5dtXqoiRME5Y,254
|
17
|
-
tinyagent/hooks/gradio_callback.py,sha256=
|
18
|
+
tinyagent/hooks/gradio_callback.py,sha256=78x2x9AbYoLV-qwCxn2sH4s39DLlhNCzL7qCkVR-vy4,56911
|
18
19
|
tinyagent/hooks/logging_manager.py,sha256=UpdmpQ7HRPyer-jrmQSXcBwi409tV9LnGvXSHjTcYTI,7935
|
19
20
|
tinyagent/hooks/rich_code_ui_callback.py,sha256=PLcu5MOSoP4oZR3BtvcV9DquxcIT_d0WzSlkvaDcGOk,19820
|
20
21
|
tinyagent/hooks/rich_ui_callback.py,sha256=5iCNOiJmhc1lOL7ZjaOt5Sk3rompko4zu_pAxfTVgJQ,22897
|
@@ -25,8 +26,8 @@ tinyagent/storage/json_file_storage.py,sha256=SYD8lvTHu2-FEHm1tZmsrcgEOirBrlUsUM
|
|
25
26
|
tinyagent/storage/postgres_storage.py,sha256=IGwan8UXHNnTZFK1F8x4kvMDex3GAAGWUg9ePx_5IF4,9018
|
26
27
|
tinyagent/storage/redis_storage.py,sha256=hu3y7wHi49HkpiR-AW7cWVQuTVOUk1WaB8TEPGUKVJ8,1742
|
27
28
|
tinyagent/storage/sqlite_storage.py,sha256=ZyOYe0d_oHO1wOIT8FxKIbc67tP_0e_8FnM2Zq8Pwj8,5915
|
28
|
-
tinyagent_py-0.0.
|
29
|
-
tinyagent_py-0.0.
|
30
|
-
tinyagent_py-0.0.
|
31
|
-
tinyagent_py-0.0.
|
32
|
-
tinyagent_py-0.0.
|
29
|
+
tinyagent_py-0.0.13.dist-info/licenses/LICENSE,sha256=YIogcVQnknaaE4K-oaQylFWo8JGRBWnwmGb3fWB_Pww,1064
|
30
|
+
tinyagent_py-0.0.13.dist-info/METADATA,sha256=qr6akWcOHEZNUtQ34H_XalRWtJD-mK6WLiwmlcTH_N0,13848
|
31
|
+
tinyagent_py-0.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
32
|
+
tinyagent_py-0.0.13.dist-info/top_level.txt,sha256=Ny8aJNchZpc2Vvhp3306L5vjceJakvFxBk-UjjVeA_I,10
|
33
|
+
tinyagent_py-0.0.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|