mbxai 2.3.0__py3-none-any.whl → 2.3.1__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.
- mbxai/__init__.py +1 -1
- mbxai/agent/client.py +1 -1
- mbxai/mcp/server.py +1 -1
- {mbxai-2.3.0.dist-info → mbxai-2.3.1.dist-info}/METADATA +3 -3
- {mbxai-2.3.0.dist-info → mbxai-2.3.1.dist-info}/RECORD +7 -7
- {mbxai-2.3.0.dist-info → mbxai-2.3.1.dist-info}/WHEEL +0 -0
- {mbxai-2.3.0.dist-info → mbxai-2.3.1.dist-info}/licenses/LICENSE +0 -0
mbxai/__init__.py
CHANGED
mbxai/agent/client.py
CHANGED
mbxai/mcp/server.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mbxai
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.1
|
4
4
|
Summary: MBX AI SDK
|
5
5
|
Project-URL: Homepage, https://www.mibexx.de
|
6
6
|
Project-URL: Documentation, https://www.mibexx.de
|
@@ -1169,9 +1169,9 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
1169
1169
|
|
1170
1170
|
## 📊 Version Information
|
1171
1171
|
|
1172
|
-
Current version: **2.3.
|
1172
|
+
Current version: **2.3.1**
|
1173
1173
|
|
1174
|
-
### What's New in 2.3.
|
1174
|
+
### What's New in 2.3.1:
|
1175
1175
|
- **🎯 Enhanced Agent Client**: Complete rewrite with 6-step intelligent process
|
1176
1176
|
- **💾 Pluggable Session Storage**: Custom session handlers for Redis, Database, File System
|
1177
1177
|
- **👤 Human-in-the-Loop**: Interactive decision making, questions, and custom dialog options
|
@@ -1,7 +1,7 @@
|
|
1
|
-
mbxai/__init__.py,sha256=
|
1
|
+
mbxai/__init__.py,sha256=K_8c9_nmsj_a5vutuu3Q2xyr60o5zhkxOmTwKyhuSMo,1043
|
2
2
|
mbxai/core.py,sha256=WMvmU9TTa7M_m-qWsUew4xH8Ul6xseCZ2iBCXJTW-Bs,196
|
3
3
|
mbxai/agent/__init__.py,sha256=PWoj2HKZf9j3CE1g6srTgNcvXW0HmJRKzz7dIOhZ2vk,885
|
4
|
-
mbxai/agent/client.py,sha256=
|
4
|
+
mbxai/agent/client.py,sha256=iHCuMEi1cFkJft8ZyJFDeYw7ok_JURdZybFeZ7u35WY,44195
|
5
5
|
mbxai/agent/client_legacy.py,sha256=M4n1RKeSi3e59nvJUjDdFR0dgWP-X1pe5j1YzjSV1js,37870
|
6
6
|
mbxai/agent/models.py,sha256=BHjtxBEqgetZxqFB6GzyeLuucss7IDUQhICcnVBwX00,16809
|
7
7
|
mbxai/examples/agent_example.py,sha256=7gQHcMVWBu2xdxnVNzz4UfW0lkUnw9a5DN2-YoIRxXE,7420
|
@@ -29,7 +29,7 @@ mbxai/examples/mcp/mcp_server_example.py,sha256=nFfg22Jnc6HMW_ezLO3So1xwDdx2_rIt
|
|
29
29
|
mbxai/mcp/__init__.py,sha256=_ek9iYdYqW5saKetj4qDci11jxesQDiHPJRpHMKkxgU,175
|
30
30
|
mbxai/mcp/client.py,sha256=QRzId6o4_WRWVv3rtm8cfZZGaoY_UlaOO-oqNjY-tmw,5219
|
31
31
|
mbxai/mcp/example.py,sha256=oaol7AvvZnX86JWNz64KvPjab5gg1VjVN3G8eFSzuaE,2350
|
32
|
-
mbxai/mcp/server.py,sha256=
|
32
|
+
mbxai/mcp/server.py,sha256=Z3opURAFdDrQQLsrnFiJtLODOhJ17DIzwhfYx0TkCV8,3332
|
33
33
|
mbxai/openrouter/__init__.py,sha256=Ito9Qp_B6q-RLGAQcYyTJVWwR2YAZvNqE-HIYXxhtD8,298
|
34
34
|
mbxai/openrouter/client.py,sha256=aWgE_-OqfwIcJmotM7diR0HbzA0qnVTdVH3xVIPyWHA,14542
|
35
35
|
mbxai/openrouter/config.py,sha256=Ia93s-auim9Sq71eunVDbn9ET5xX2zusXpV4JBdHAzs,3251
|
@@ -39,7 +39,7 @@ mbxai/tools/__init__.py,sha256=ogxrHvgJ7OR62Lmd5x9Eh5d2C0jqWyQis7Zy3yKpZ78,218
|
|
39
39
|
mbxai/tools/client.py,sha256=2wFPD-UN3Y2DSyrnqxt2vvFgTYHzUl14_y0r6fhAWmM,17198
|
40
40
|
mbxai/tools/example.py,sha256=1HgKK39zzUuwFbnp3f0ThyWVfA_8P28PZcTwaUw5K78,2232
|
41
41
|
mbxai/tools/types.py,sha256=OFfM7scDGTm4FOcJA2ecj-fxL1MEBkqPsT3hqCL1Jto,9505
|
42
|
-
mbxai-2.3.
|
43
|
-
mbxai-2.3.
|
44
|
-
mbxai-2.3.
|
45
|
-
mbxai-2.3.
|
42
|
+
mbxai-2.3.1.dist-info/METADATA,sha256=MNntQOfIFL3lm5VPB_pwIfcXH1dttsupzOtKniaQvT0,40491
|
43
|
+
mbxai-2.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
44
|
+
mbxai-2.3.1.dist-info/licenses/LICENSE,sha256=hEyhc4FxwYo3NQ40yNgZ7STqwVk-1_XcTXOnAPbGJAw,1069
|
45
|
+
mbxai-2.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|