mbxai 2.0.2__py3-none-any.whl → 2.0.3__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 CHANGED
@@ -7,7 +7,7 @@ from .openrouter import OpenRouterClient
7
7
  from .tools import ToolClient
8
8
  from .mcp import MCPClient
9
9
 
10
- __version__ = "2.0.2"
10
+ __version__ = "2.0.3"
11
11
 
12
12
  __all__ = [
13
13
  "AgentClient",
mbxai/agent/models.py CHANGED
@@ -10,7 +10,7 @@ import uuid
10
10
  class Question(BaseModel):
11
11
  """A question for the user to provide more information."""
12
12
  question: str = Field(description="The question to ask the user")
13
- key: str = Field(description="A unique and short key identifier to identify this question")
13
+ key: str = Field(description="A unique and short technical key identifier to identify this question don't use spaces or special characters")
14
14
  required: bool = Field(default=True, description="Whether this question is required")
15
15
 
16
16
 
mbxai/mcp/server.py CHANGED
@@ -31,7 +31,7 @@ class MCPServer:
31
31
  self.app = FastAPI(
32
32
  title=self.name,
33
33
  description=self.description,
34
- version="2.0.2",
34
+ version="2.0.3",
35
35
  )
36
36
 
37
37
  # Initialize MCP server
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mbxai
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: MBX AI SDK
5
5
  Project-URL: Homepage, https://www.mibexx.de
6
6
  Project-URL: Documentation, https://www.mibexx.de
@@ -1,8 +1,8 @@
1
- mbxai/__init__.py,sha256=IOHz78YmgF-T67kGdPyDyHVsUY1D3Cc4aiVBeN7tcF4,407
1
+ mbxai/__init__.py,sha256=MdEVRprKcXX-BOYFC6PqE2VHCJoZwSIxMvdu8hSTqyM,407
2
2
  mbxai/core.py,sha256=WMvmU9TTa7M_m-qWsUew4xH8Ul6xseCZ2iBCXJTW-Bs,196
3
3
  mbxai/agent/__init__.py,sha256=5j3mW2NZtAU1s2w8n833axWBQsxW8U0qKwoQ9JtQZ4k,289
4
4
  mbxai/agent/client.py,sha256=wMgFu_sSkMDx9THemsNmvGZZ3dViJkvOS0p0XrcvKn8,18047
5
- mbxai/agent/models.py,sha256=uqxa2q63H8D_UIZhetTExXYICaXWYK-KIowi7_kS8Xg,2168
5
+ mbxai/agent/models.py,sha256=Mo-bfH6eLVmzws60SYgSqbvnEBkb51T9eG-Fj2HBR18,2217
6
6
  mbxai/examples/agent_example.py,sha256=uECWy8QX1IhJMVcdw6EJy6sLcvO8vKgEF_YHJOhZO6Y,5947
7
7
  mbxai/examples/agent_iterations_example.py,sha256=xMqZhBWS67EkRkArjOAY2fCgLkQ32Qn9E4CSfEKW4MU,7905
8
8
  mbxai/examples/agent_tool_registration_example.py,sha256=oWm0-d4mdba-VQ3HobiCIR0IHtEDCtJenb8Lnm9QqCw,9108
@@ -21,7 +21,7 @@ mbxai/examples/mcp/mcp_server_example.py,sha256=nFfg22Jnc6HMW_ezLO3So1xwDdx2_rIt
21
21
  mbxai/mcp/__init__.py,sha256=_ek9iYdYqW5saKetj4qDci11jxesQDiHPJRpHMKkxgU,175
22
22
  mbxai/mcp/client.py,sha256=QRzId6o4_WRWVv3rtm8cfZZGaoY_UlaOO-oqNjY-tmw,5219
23
23
  mbxai/mcp/example.py,sha256=oaol7AvvZnX86JWNz64KvPjab5gg1VjVN3G8eFSzuaE,2350
24
- mbxai/mcp/server.py,sha256=jFHaAAwlM6O0caB8sz3AsgxbzrL1m0855GPDyjSPhfc,3332
24
+ mbxai/mcp/server.py,sha256=eZZQXo4xJSzDbhOVWyUHi9BJi3weldlxjvQptel7J3A,3332
25
25
  mbxai/openrouter/__init__.py,sha256=Ito9Qp_B6q-RLGAQcYyTJVWwR2YAZvNqE-HIYXxhtD8,298
26
26
  mbxai/openrouter/client.py,sha256=3LD6WDJ8wjo_nefH5d1NJCsrWPvBc_KBf2NsItUoSt8,18302
27
27
  mbxai/openrouter/config.py,sha256=Ia93s-auim9Sq71eunVDbn9ET5xX2zusXpV4JBdHAzs,3251
@@ -31,7 +31,7 @@ mbxai/tools/__init__.py,sha256=ogxrHvgJ7OR62Lmd5x9Eh5d2C0jqWyQis7Zy3yKpZ78,218
31
31
  mbxai/tools/client.py,sha256=2wFPD-UN3Y2DSyrnqxt2vvFgTYHzUl14_y0r6fhAWmM,17198
32
32
  mbxai/tools/example.py,sha256=1HgKK39zzUuwFbnp3f0ThyWVfA_8P28PZcTwaUw5K78,2232
33
33
  mbxai/tools/types.py,sha256=OFfM7scDGTm4FOcJA2ecj-fxL1MEBkqPsT3hqCL1Jto,9505
34
- mbxai-2.0.2.dist-info/METADATA,sha256=2CPfO0pqGauUM4h8Xvw5q57ASA0syUSHlef8g11_exw,10018
35
- mbxai-2.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
- mbxai-2.0.2.dist-info/licenses/LICENSE,sha256=hEyhc4FxwYo3NQ40yNgZ7STqwVk-1_XcTXOnAPbGJAw,1069
37
- mbxai-2.0.2.dist-info/RECORD,,
34
+ mbxai-2.0.3.dist-info/METADATA,sha256=9Azd_uWgRny0XZ9EY21rO9GiJJNzVp8aUQ-xn6QBN2w,10018
35
+ mbxai-2.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
+ mbxai-2.0.3.dist-info/licenses/LICENSE,sha256=hEyhc4FxwYo3NQ40yNgZ7STqwVk-1_XcTXOnAPbGJAw,1069
37
+ mbxai-2.0.3.dist-info/RECORD,,
File without changes