mbxai 2.3.0__tar.gz → 2.3.1__tar.gz
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-2.3.0 → mbxai-2.3.1}/PKG-INFO +3 -3
- {mbxai-2.3.0 → mbxai-2.3.1}/README.md +2 -2
- {mbxai-2.3.0 → mbxai-2.3.1}/pyproject.toml +1 -1
- {mbxai-2.3.0 → mbxai-2.3.1}/setup.py +1 -1
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/__init__.py +1 -1
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/agent/client.py +1 -1
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/mcp/server.py +1 -1
- {mbxai-2.3.0 → mbxai-2.3.1}/.gitignore +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/LICENSE +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/agent/__init__.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/agent/client_legacy.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/agent/models.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/core.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/agent_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/agent_iterations_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/agent_logging_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/agent_tool_registration_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/agent_validation_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/auto_schema_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/conversation_history_test.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/dialog_agent_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/enhanced_agent_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/mcp/mcp_client_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/mcp/mcp_server_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/openrouter_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/optional_prompt_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/parse_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/parse_tool_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/redis_session_handler_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/request.json +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/response.json +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/send_request.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/simple_agent_test.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/tool_client_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/examples/unified_interface_example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/mcp/__init__.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/mcp/client.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/mcp/example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/openrouter/__init__.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/openrouter/client.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/openrouter/config.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/openrouter/models.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/openrouter/schema.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/tools/__init__.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/tools/client.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/tools/example.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/src/mbxai/tools/types.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/test_enhanced_agent.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/tests/test_mcp_tool_registration.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/tests/test_real_mcp_schema.py +0 -0
- {mbxai-2.3.0 → mbxai-2.3.1}/tests/test_schema_conversion.py +0 -0
@@ -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
|
@@ -1134,9 +1134,9 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
1134
1134
|
|
1135
1135
|
## 📊 Version Information
|
1136
1136
|
|
1137
|
-
Current version: **2.3.
|
1137
|
+
Current version: **2.3.1**
|
1138
1138
|
|
1139
|
-
### What's New in 2.3.
|
1139
|
+
### What's New in 2.3.1:
|
1140
1140
|
- **🎯 Enhanced Agent Client**: Complete rewrite with 6-step intelligent process
|
1141
1141
|
- **💾 Pluggable Session Storage**: Custom session handlers for Redis, Database, File System
|
1142
1142
|
- **👤 Human-in-the-Loop**: Interactive decision making, questions, and custom dialog options
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|