tactus 0.36.0__py3-none-any.whl → 0.37.0__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.
- tactus/__init__.py +1 -1
- tactus/adapters/channels/base.py +20 -2
- tactus/adapters/channels/broker.py +1 -0
- tactus/adapters/channels/host.py +3 -1
- tactus/adapters/channels/ipc.py +18 -3
- tactus/adapters/channels/sse.py +2 -0
- tactus/adapters/mcp_manager.py +24 -7
- tactus/backends/http_backend.py +2 -2
- tactus/backends/pytorch_backend.py +2 -2
- tactus/broker/client.py +3 -3
- tactus/broker/server.py +17 -5
- tactus/core/dsl_stubs.py +3 -3
- tactus/core/execution_context.py +23 -23
- tactus/core/message_history_manager.py +2 -2
- tactus/core/output_validator.py +6 -6
- tactus/core/registry.py +29 -29
- tactus/core/runtime.py +44 -44
- tactus/dspy/broker_lm.py +13 -7
- tactus/dspy/config.py +7 -4
- tactus/primitives/model.py +1 -1
- tactus/primitives/procedure.py +1 -1
- tactus/primitives/state.py +2 -2
- tactus/sandbox/container_runner.py +11 -6
- tactus/testing/context.py +6 -6
- tactus/testing/evaluation_runner.py +5 -5
- tactus/testing/steps/builtin.py +2 -2
- tactus/testing/test_runner.py +6 -4
- tactus/utils/asyncio_helpers.py +2 -1
- {tactus-0.36.0.dist-info → tactus-0.37.0.dist-info}/METADATA +7 -5
- {tactus-0.36.0.dist-info → tactus-0.37.0.dist-info}/RECORD +33 -33
- {tactus-0.36.0.dist-info → tactus-0.37.0.dist-info}/WHEEL +0 -0
- {tactus-0.36.0.dist-info → tactus-0.37.0.dist-info}/entry_points.txt +0 -0
- {tactus-0.36.0.dist-info → tactus-0.37.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tactus/__init__.py,sha256=
|
|
1
|
+
tactus/__init__.py,sha256=Yj_oWwkl1LwtT-IEYuMZ5P1sAhaYAcNH3QiqziIgjU8,1245
|
|
2
2
|
tactus/adapters/__init__.py,sha256=47Y8kGBR4QGxqEGvjA1mneOSACb2L7oELnj6P2uI7uk,759
|
|
3
3
|
tactus/adapters/broker_log.py,sha256=9ZR-rJdyW6bMNZx3OfXoQEnDxcAzNsiJ8aPxZGqJYrM,6019
|
|
4
4
|
tactus/adapters/cli_hitl.py,sha256=Nrfoi35Ei9fTMReLG2QxKkhKyIvl3pYcAUdQCAUOZDk,17361
|
|
@@ -10,23 +10,23 @@ tactus/adapters/http_callback_log.py,sha256=J3K47zDUFj1SDka1CGwzLHhKw7ffKNNZhY5x
|
|
|
10
10
|
tactus/adapters/ide_log.py,sha256=lJsstRlK1iKpO72T3oQL7WmiGBtpLf9YeK0rQ8zT7HU,2435
|
|
11
11
|
tactus/adapters/lua_tools.py,sha256=eEQueiEI1e50ElqDD39cGsFlVDW7cPUcsGT9TkUiiJU,12988
|
|
12
12
|
tactus/adapters/mcp.py,sha256=EiwmFYp8JJKiDP18cp-DlwzV8HNOBwz7vVDFlltF6iI,10836
|
|
13
|
-
tactus/adapters/mcp_manager.py,sha256=
|
|
13
|
+
tactus/adapters/mcp_manager.py,sha256=mDfU6dcQSpgV6fsgsFJqXM4Ayi-LDCGinWVki1_bCKU,8456
|
|
14
14
|
tactus/adapters/memory.py,sha256=fCBNMIQQMVOUgFM39_Kky2idffP1sCifSjRafZsBbkg,2060
|
|
15
15
|
tactus/adapters/plugins.py,sha256=DRLvQT7GIy1q-PGhs80p6wswEs_arhYmhfe4O6sb5WU,14513
|
|
16
16
|
tactus/adapters/channels/__init__.py,sha256=oh1ymJmP8Lalq6JSDnXEnPdKMiPosAuqiUYF_HxEO64,4925
|
|
17
|
-
tactus/adapters/channels/base.py,sha256=
|
|
18
|
-
tactus/adapters/channels/broker.py,sha256=
|
|
17
|
+
tactus/adapters/channels/base.py,sha256=n1gNIpsKlxAKsyqF72SQRwLNl8H5lkXoq7xQFbMwB8w,6382
|
|
18
|
+
tactus/adapters/channels/broker.py,sha256=agJKxWbYw0gas7rLBmd9QM6_B3Qa6nSalOE_i1emzwk,7477
|
|
19
19
|
tactus/adapters/channels/cli.py,sha256=lC4WcUuVZD7ik5DkKDmaHTzA2axfnH7yKhWvAH55MuQ,16847
|
|
20
|
-
tactus/adapters/channels/host.py,sha256=
|
|
21
|
-
tactus/adapters/channels/ipc.py,sha256=
|
|
22
|
-
tactus/adapters/channels/sse.py,sha256=
|
|
23
|
-
tactus/backends/http_backend.py,sha256=
|
|
20
|
+
tactus/adapters/channels/host.py,sha256=t3Rf5f5_mnaAvtuKgt_YB1_t0z7CbYrqBgHAJCyLGPw,7907
|
|
21
|
+
tactus/adapters/channels/ipc.py,sha256=bSObEB4nP0Ebwu4zo33TW3rHR3APWaO0JUkZeZza3nA,12405
|
|
22
|
+
tactus/adapters/channels/sse.py,sha256=2PGlzzRhQ1SG5vGVtKsjQevFKjsaGLGvhpFulGZNt5U,11594
|
|
23
|
+
tactus/backends/http_backend.py,sha256=vnTXPOY5GsEaZuEu7bQ8zt_YcDHqedpHDyAhSgYUG-A,1671
|
|
24
24
|
tactus/backends/model_backend.py,sha256=P8dCUpDxJmA8_EO1snZuXyIyUZ_BlqReeC6zenO7Kv0,763
|
|
25
|
-
tactus/backends/pytorch_backend.py,sha256=
|
|
25
|
+
tactus/backends/pytorch_backend.py,sha256=8rSNYtfTcOvk06--GX1s8fu3C2FxrsbY7ToI4z7frkA,3324
|
|
26
26
|
tactus/broker/__init__.py,sha256=UTvqLofrgE3c4m6u2iNOg5R7BrS4dmfzMRO4Oq_0A9U,396
|
|
27
|
-
tactus/broker/client.py,sha256=
|
|
27
|
+
tactus/broker/client.py,sha256=pB7xzJqObFZYHpxhgoosiU4YmSt196XnvrJrHB-lU8A,10393
|
|
28
28
|
tactus/broker/protocol.py,sha256=v4DFSVoecerqxbqK-vbRfYEAD10tk-QXNH_d9PFgkWg,5342
|
|
29
|
-
tactus/broker/server.py,sha256=
|
|
29
|
+
tactus/broker/server.py,sha256=s0_Uokovf5s-IR8Ieb3r1h9dnt4eO_PT0aycwuHwhks,56236
|
|
30
30
|
tactus/broker/stdio.py,sha256=JXkEz-PCU3IQXNkt16YJtYmwkR43eS6CfjxAHc-YCfQ,439
|
|
31
31
|
tactus/cli/__init__.py,sha256=kVhdCkwWEPdt3vn9si-iKvh6M9817aOH6rLSsNzRuyg,80
|
|
32
32
|
tactus/cli/app.py,sha256=t-0WzquFq9BH3tw41ruARLQVVxZZYpTaqyB3b1NDy3E,96374
|
|
@@ -34,15 +34,15 @@ tactus/cli/control.py,sha256=jCKKy8f6x8wV5im-MwxOtgz85oYLTHhPKXx-3FtRwoU,13364
|
|
|
34
34
|
tactus/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
35
|
tactus/core/__init__.py,sha256=TK5rWr3HmOO_igFa5ESGp6teWwS58vnvQhIWqkcgqwk,880
|
|
36
36
|
tactus/core/config_manager.py,sha256=kxz853j4Nx97SBh8-fAar_OfmfWZvvcfafLyxjTQG1A,35131
|
|
37
|
-
tactus/core/dsl_stubs.py,sha256=
|
|
37
|
+
tactus/core/dsl_stubs.py,sha256=odWaRl78NFixnzi4DSZ_xrNVGPwe4tTO7KxcAITJKV0,87545
|
|
38
38
|
tactus/core/exceptions.py,sha256=Mjg7J5_zs528wcoHn-4vGROFFhk1DGbjMmwjII4-uZI,1683
|
|
39
|
-
tactus/core/execution_context.py,sha256=
|
|
39
|
+
tactus/core/execution_context.py,sha256=vHdhk8TZXr9txu93VpxOHgq1YCtauCznRWZs_O7GMwE,29404
|
|
40
40
|
tactus/core/lua_sandbox.py,sha256=Ln2P1gdxVl396HLvEw7FmDKV3eVdVdbDzYHMbDSEciY,19106
|
|
41
|
-
tactus/core/message_history_manager.py,sha256=
|
|
41
|
+
tactus/core/message_history_manager.py,sha256=zBzZeymwg5Z_JvYznxwQPrzrgDNM4iyFQjn402OB4LE,11823
|
|
42
42
|
tactus/core/mocking.py,sha256=ew0rv-kzMCiObk5bKOtZOeIohfu6KVfnlkIG-aJOo3A,9521
|
|
43
|
-
tactus/core/output_validator.py,sha256=
|
|
44
|
-
tactus/core/registry.py,sha256=
|
|
45
|
-
tactus/core/runtime.py,sha256
|
|
43
|
+
tactus/core/output_validator.py,sha256=LcSjgAiDRvzsj2uWasQihengQRt7R-ZYaPiLQPbZyQE,10732
|
|
44
|
+
tactus/core/registry.py,sha256=oosYnYQ1BOut9760GjO_LOcgnFjo9FTLVnCWsTk_j78,21085
|
|
45
|
+
tactus/core/runtime.py,sha256=-bkGaK_44CU8gznJlFBz4bhoERp882beUb7aTWA5Gkc,141782
|
|
46
46
|
tactus/core/template_resolver.py,sha256=r97KzFNaK4nFSoWtIFZeSKyuUWgbp-ay1_BGrb-BgUY,4179
|
|
47
47
|
tactus/core/yaml_parser.py,sha256=JD7Nehaxw3uP1KV_uTU_xiXTbEWqoKOceU5tAJ4lcH8,13985
|
|
48
48
|
tactus/core/dependencies/__init__.py,sha256=28-TM7_i-JqTD3hvkq1kMzr__A8VjfIKXymdW9mn5NM,362
|
|
@@ -59,8 +59,8 @@ tactus/docs/templates/index.html,sha256=6yMzjeajTvPexzKaLrKBetTrup5_fMs1vfGZIz11
|
|
|
59
59
|
tactus/docs/templates/module.html,sha256=0Tp7NETi7g77xpuqaaR0VpLVeVuz4SI544873yHpOdg,2772
|
|
60
60
|
tactus/dspy/__init__.py,sha256=beUkvMUFdPvZE9-bEOfRo2TH-FoCvPT_L9_dpJPW324,1226
|
|
61
61
|
tactus/dspy/agent.py,sha256=wUFAjrWjM8g7pI79RKNOv0EoiSwx9NQAgf-uLYRTXKQ,64200
|
|
62
|
-
tactus/dspy/broker_lm.py,sha256=
|
|
63
|
-
tactus/dspy/config.py,sha256=
|
|
62
|
+
tactus/dspy/broker_lm.py,sha256=3uIhgHjRl4MdLIEEqPwmnuXaTQZHrVVxrgbhNG8dCLo,8636
|
|
63
|
+
tactus/dspy/config.py,sha256=gVJIQ0IUPe2_1YP2PZnC6rgOJp12BHW2MjKKx77HpHE,7137
|
|
64
64
|
tactus/dspy/history.py,sha256=rnynY_xHQv5zQ0Ys8Pf6p3v8HrrKrX2sgyyOxyqx6FU,6066
|
|
65
65
|
tactus/dspy/module.py,sha256=sgXvtrDQNCnY0xCesZlsidsBiPkzud1XdmQ-GQHEhcM,21701
|
|
66
66
|
tactus/dspy/prediction.py,sha256=nnofvBPGFX7bvYdTVcEMVcIXC5EVrRQ21QsnC1PRHeU,9758
|
|
@@ -80,12 +80,12 @@ tactus/primitives/human.py,sha256=YTxw0LXtTL_hxm2G1fhNxR9Qa7n9MJGG9OD9WGRTnp0,36
|
|
|
80
80
|
tactus/primitives/json.py,sha256=-uFwrr9y2kfFLy3D7q8oLAgM1p3mUmfIL-DX36TA6sQ,5771
|
|
81
81
|
tactus/primitives/log.py,sha256=LFHIFv8157wtEJF-qEqhLDKwh914oF0jiI257JUUyd0,6491
|
|
82
82
|
tactus/primitives/message_history.py,sha256=xPL5PKfkC-UFjNK8-0iZTWEnVzriVIUFvEjTknZecFc,14782
|
|
83
|
-
tactus/primitives/model.py,sha256=
|
|
84
|
-
tactus/primitives/procedure.py,sha256=
|
|
83
|
+
tactus/primitives/model.py,sha256=9b5RTE_NvrR-rHf7SFdFac8zsL77OjW4Sv8o0bed5zo,5269
|
|
84
|
+
tactus/primitives/procedure.py,sha256=Rp57JRdfzsv24Jr85Vpd9wlguwbAeFP6ooWE8IsDpTM,20178
|
|
85
85
|
tactus/primitives/procedure_callable.py,sha256=vGNFaATxkJqusFPJ6KekCiXWiU5pKvPaoxuAvIjeqKw,14167
|
|
86
86
|
tactus/primitives/retry.py,sha256=zhGSZX3VPWcWdGjhf_-uFAksq_APf50wtO9AVelXKKc,5428
|
|
87
87
|
tactus/primitives/session.py,sha256=w7sV6atIZVPuw94uK1-0DSFwaMaesLywrB8HAXfzHxE,5025
|
|
88
|
-
tactus/primitives/state.py,sha256=
|
|
88
|
+
tactus/primitives/state.py,sha256=LabH4VMElBwnxOrRNW71Fkuay1ugU0GVqT3PaGxoqos,6224
|
|
89
89
|
tactus/primitives/step.py,sha256=edSKLFLAHyJuJV894K0frPOUefd1R7vXoI8-BTrNUOI,7065
|
|
90
90
|
tactus/primitives/system.py,sha256=gDMvxYDmPrn9dMCYBLfOTNMWIOscX_CVHkPkcT2iCTw,3630
|
|
91
91
|
tactus/primitives/tool.py,sha256=2nv8torlSv_cLxM402HmFxOLGXjM1ZQjbmjrZl72Z5w,12829
|
|
@@ -109,7 +109,7 @@ tactus/providers/google.py,sha256=wgZ3eiQif1rq1T8BK5V2kL_QVCmqBQZuWLz37y9cxOQ,31
|
|
|
109
109
|
tactus/providers/openai.py,sha256=3qSXfdELTHdU7vuRSxQrtnfNctt0HhrePOLFj3YlViA,2692
|
|
110
110
|
tactus/sandbox/__init__.py,sha256=UCBvPD63szvSdwSzpznLW-cnJOgGkVHiKcmJtsAmnuA,1424
|
|
111
111
|
tactus/sandbox/config.py,sha256=43FINPDE0k1nL56IKxI29dEw7pi-Arp8qtZYtdkLvec,5813
|
|
112
|
-
tactus/sandbox/container_runner.py,sha256
|
|
112
|
+
tactus/sandbox/container_runner.py,sha256=e82dMnBbIDh02eU2JIMAa7IGgcmTjR5E3-vx3LVskJk,47544
|
|
113
113
|
tactus/sandbox/docker_manager.py,sha256=2oWu7_E6l4KNhGFt9gPAjiKrIqjhY9_YM71U72_OI3c,14793
|
|
114
114
|
tactus/sandbox/entrypoint.py,sha256=AYwqPB19vn9pzHMa8eQ7PN7U71z4kHIhzoa3NAyNCCE,8121
|
|
115
115
|
tactus/sandbox/protocol.py,sha256=8EOSxB7qASYMalnI_L-0Co_o9Te7Y_SHYcHtTAYkmXc,6210
|
|
@@ -161,9 +161,9 @@ tactus/stdlib/tac/tactus/tools/log.tac,sha256=sNGYUSkehvKmrgag1b8rHpDME09MQbL4qk
|
|
|
161
161
|
tactus/testing/README.md,sha256=fUumwbVC56d7ZB2srAKSb7XxQ0vHFKPbZz70Zv59KRY,6840
|
|
162
162
|
tactus/testing/__init__.py,sha256=M5b3r9E0vkltfhqfIOSASk-qp6fDnm3FBxc9dDBPUhU,1540
|
|
163
163
|
tactus/testing/behave_integration.py,sha256=RuHKC5V5-wfbVq43ksZVGyyIjzxMBR7VveJo-JSAY_o,22025
|
|
164
|
-
tactus/testing/context.py,sha256=
|
|
164
|
+
tactus/testing/context.py,sha256=dpAm19mmbEp1lke471xHRCsTIwc1mCRehneyklnUW2I,18570
|
|
165
165
|
tactus/testing/eval_models.py,sha256=UI3geZp4vilbn3Jt4Mjy95luRVON3T4sGnAwlpb7jLo,3540
|
|
166
|
-
tactus/testing/evaluation_runner.py,sha256=
|
|
166
|
+
tactus/testing/evaluation_runner.py,sha256=Mu-wVDlF9BwA8aOxAdMer8E7-VfZPBgyI09R6HMHmRg,6989
|
|
167
167
|
tactus/testing/evaluators.py,sha256=NW_LHhssdMRYCCoYmtJIsst-DEsk8iBVebsxRyHx7I0,20751
|
|
168
168
|
tactus/testing/events.py,sha256=7YNLoOKF1QT_0ZWVC0H7yjS-yIIkUdqDj54JjP8Ldy4,2694
|
|
169
169
|
tactus/testing/gherkin_parser.py,sha256=nqCwqynzWCISqckPbcqteyrukYKSFq7ZkBb5qn9p9Sg,4093
|
|
@@ -174,15 +174,15 @@ tactus/testing/mock_registry.py,sha256=9PFlUuUxjCgZUR1a7wnxqwLiC_gpyO0vuUl1H5dDi
|
|
|
174
174
|
tactus/testing/mock_tools.py,sha256=huPkE5zJXPyZqpRwNisoXPS6XklZFY0_ut2jvviyEbY,4008
|
|
175
175
|
tactus/testing/models.py,sha256=rQnx3Z4xSeTQYzAhuYAqUTCm2elles4nx0EllpoMSBA,3279
|
|
176
176
|
tactus/testing/pydantic_eval_runner.py,sha256=dGN3ix4U6TwAMdWjDmycc3kq3fyEZImSTor5WrXK8wQ,17842
|
|
177
|
-
tactus/testing/test_runner.py,sha256=
|
|
177
|
+
tactus/testing/test_runner.py,sha256=VfoKN9_3YBJfZ-CY5V1d2JdaO_z3rNGPp3Q85BuWYp4,19265
|
|
178
178
|
tactus/testing/steps/__init__.py,sha256=oitGDW-M3uckHk8ySLnjCHi6VjCr6L4MDT2_uPYgR-8,257
|
|
179
|
-
tactus/testing/steps/builtin.py,sha256=
|
|
179
|
+
tactus/testing/steps/builtin.py,sha256=wPNZOCOmz6eIb2DNFGOa-GaSLCK5Rr9ulO6_BxHepNA,31675
|
|
180
180
|
tactus/testing/steps/custom.py,sha256=00RvNlyIGz4ABv2AbkdrkjnfPjPCBO18DOZ89sMxkZY,4410
|
|
181
181
|
tactus/testing/steps/registry.py,sha256=71xN-4B9nyBjeYNFZlOyKCjBBl1Ad9Oj6jdLxHA8baM,2102
|
|
182
182
|
tactus/tracing/__init__.py,sha256=32Uc7ACuxBfstNh7t2A4q2mub-PGR_zB-02mNH5f_0s,142
|
|
183
183
|
tactus/tracing/trace_manager.py,sha256=PNCEztpza-P6-L2a4gWZS_0Z7yOvaV9V2BEsK9csZWk,12922
|
|
184
184
|
tactus/utils/__init__.py,sha256=8TN2bqJybOVlf1Wx5fsV0cLjue5UC4EhL0K1TVzBzIQ,34
|
|
185
|
-
tactus/utils/asyncio_helpers.py,sha256=
|
|
185
|
+
tactus/utils/asyncio_helpers.py,sha256=kfjY_wagWDhjqL6DK2vbi81TD8ezGx47LLcL8frj0ak,856
|
|
186
186
|
tactus/utils/cost_calculator.py,sha256=cZFKlapBxeIDyMDjd0Zjqczrnx_eggf0B24h0bVmOYo,2524
|
|
187
187
|
tactus/utils/model_pricing.py,sha256=ggfPJK6RSq8j8YcBXWrnNoujrhP-MkPhexOUsCMwiPY,5051
|
|
188
188
|
tactus/utils/safe_file_library.py,sha256=_SfbdyoVy6rm-DMhQg3Iau7M4QJLr7UtlcsKUZE4Rns,17855
|
|
@@ -206,8 +206,8 @@ tactus/validation/generated/LuaParserVisitor.py,sha256=ageKSmHPxnO3jBS2fBtkmYBOd
|
|
|
206
206
|
tactus/validation/generated/__init__.py,sha256=5gWlwRI0UvmHw2fnBpj_IG6N8oZeabr5tbj1AODDvjc,196
|
|
207
207
|
tactus/validation/grammar/LuaLexer.g4,sha256=t2MXiTCr127RWAyQGvamkcU_m4veqPzSuHUtAKwalw4,2771
|
|
208
208
|
tactus/validation/grammar/LuaParser.g4,sha256=ceZenb90BdiZmVdOxMGj9qJk3QbbWVZe5HUqPgoePfY,3202
|
|
209
|
-
tactus-0.
|
|
210
|
-
tactus-0.
|
|
211
|
-
tactus-0.
|
|
212
|
-
tactus-0.
|
|
213
|
-
tactus-0.
|
|
209
|
+
tactus-0.37.0.dist-info/METADATA,sha256=xBYDiQisGYIIxml5-L7XwtvVQ1fN_07OaFQ24tmYWQI,60372
|
|
210
|
+
tactus-0.37.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
211
|
+
tactus-0.37.0.dist-info/entry_points.txt,sha256=vWseqty8m3z-Worje0IYxlioMjPDCoSsm0AtY4GghBY,47
|
|
212
|
+
tactus-0.37.0.dist-info/licenses/LICENSE,sha256=ivohBcAIYnaLPQ-lKEeCXSMvQUVISpQfKyxHBHoa4GA,1066
|
|
213
|
+
tactus-0.37.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|