wizelit-sdk 0.1.28__py3-none-any.whl → 0.1.29__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.
|
@@ -3,7 +3,7 @@ import asyncio
|
|
|
3
3
|
import inspect
|
|
4
4
|
import logging
|
|
5
5
|
import os
|
|
6
|
-
from typing import Callable, Any, Optional, Literal, Dict, TYPE_CHECKING, Union
|
|
6
|
+
from typing import Callable, Any, Optional, Literal, Dict, TYPE_CHECKING, Union, cast
|
|
7
7
|
from contextvars import ContextVar
|
|
8
8
|
from fastmcp import FastMCP, Context
|
|
9
9
|
from fastmcp.dependencies import CurrentContext
|
|
@@ -14,6 +14,9 @@ from wizelit_sdk.agent_wrapper.signature_validation import (
|
|
|
14
14
|
ensure_type_hints,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
+
# Local Transport literal to avoid import issues when fastmcp.types is unavailable
|
|
18
|
+
Transport = Literal["stdio", "http", "sse", "streamable-http"]
|
|
19
|
+
|
|
17
20
|
if TYPE_CHECKING:
|
|
18
21
|
from wizelit_sdk.database import DatabaseManager
|
|
19
22
|
|
|
@@ -73,7 +76,7 @@ class WizelitAgent:
|
|
|
73
76
|
self._tools = {}
|
|
74
77
|
self._jobs: Dict[str, Job] = {} # Store jobs by job_id
|
|
75
78
|
self._host = host
|
|
76
|
-
self._transport = transport
|
|
79
|
+
self._transport: Transport = cast(Transport, transport)
|
|
77
80
|
self._port = port
|
|
78
81
|
self._db_manager = db_manager
|
|
79
82
|
self._log_streamer = None
|
|
@@ -257,9 +260,9 @@ class WizelitAgent:
|
|
|
257
260
|
)
|
|
258
261
|
|
|
259
262
|
# Set the signature with ctx as last parameter with CurrentContext() default
|
|
260
|
-
tool_wrapper.__signature__ = new_sig
|
|
261
|
-
tool_wrapper.__name__ = tool_name
|
|
262
|
-
tool_wrapper.__doc__ = tool_description
|
|
263
|
+
cast(Any, tool_wrapper).__signature__ = new_sig
|
|
264
|
+
cast(Any, tool_wrapper).__name__ = tool_name
|
|
265
|
+
cast(Any, tool_wrapper).__doc__ = tool_description
|
|
263
266
|
|
|
264
267
|
# Copy annotations and add Context
|
|
265
268
|
# Note: We don't add job annotation here since we use Any and exclude it from schema
|
|
@@ -271,7 +274,7 @@ class WizelitAgent:
|
|
|
271
274
|
new_annotations["job"] = (
|
|
272
275
|
Any # Use Any instead of Job to avoid Pydantic schema issues
|
|
273
276
|
)
|
|
274
|
-
tool_wrapper.__annotations__ = new_annotations
|
|
277
|
+
cast(Any, tool_wrapper).__annotations__ = new_annotations
|
|
275
278
|
|
|
276
279
|
# Register with fast-mcp
|
|
277
280
|
# Exclude ctx and job from schema generation since they're dependency-injected
|
|
@@ -392,7 +395,7 @@ class WizelitAgent:
|
|
|
392
395
|
|
|
393
396
|
def run(
|
|
394
397
|
self,
|
|
395
|
-
transport: Optional[
|
|
398
|
+
transport: Optional[Transport] = None,
|
|
396
399
|
host: Optional[str] = None,
|
|
397
400
|
port: Optional[int] = None,
|
|
398
401
|
**kwargs,
|
|
@@ -406,7 +409,7 @@ class WizelitAgent:
|
|
|
406
409
|
port: Port to bind to (for HTTP transports)
|
|
407
410
|
**kwargs: Additional arguments passed to fast-mcp
|
|
408
411
|
"""
|
|
409
|
-
transport = transport or self._transport
|
|
412
|
+
transport = cast(Transport, transport or self._transport)
|
|
410
413
|
host = host or self._host
|
|
411
414
|
port = port or self._port
|
|
412
415
|
print(f"🚀 Starting {self._name} MCP Server")
|
|
@@ -516,12 +519,12 @@ class WizelitAgent:
|
|
|
516
519
|
"error": job_model.error,
|
|
517
520
|
"created_at": (
|
|
518
521
|
job_model.created_at.isoformat()
|
|
519
|
-
if job_model.created_at
|
|
522
|
+
if job_model.created_at is not None
|
|
520
523
|
else None
|
|
521
524
|
),
|
|
522
525
|
"updated_at": (
|
|
523
526
|
job_model.updated_at.isoformat()
|
|
524
|
-
if job_model.updated_at
|
|
527
|
+
if job_model.updated_at is not None
|
|
525
528
|
else None
|
|
526
529
|
),
|
|
527
530
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
wizelit_sdk/__init__.py,sha256=76Dt-WxNbEJwOCPqu2P9AooVSQoGmc8-CH1fxIWJ5Lo,471
|
|
2
2
|
wizelit_sdk/database.py,sha256=6F2Nyt-sr5U5GkAB9OeSCU-iv2byZBDsg7aXqCl-ntk,4822
|
|
3
3
|
wizelit_sdk/agent_wrapper/__init__.py,sha256=srVcHZfvpf3q8m2nzIST6Ofl2V8Vv5GRtcNXudOLiD8,333
|
|
4
|
-
wizelit_sdk/agent_wrapper/agent_wrapper.py,sha256=
|
|
4
|
+
wizelit_sdk/agent_wrapper/agent_wrapper.py,sha256=qkskmRRjhIooXVeyZHbH5q1OIp30zw29bBRUoqTPYLE,23476
|
|
5
5
|
wizelit_sdk/agent_wrapper/job.py,sha256=Gk2CyLBQFzIosYuGrqUj6_rZ9kDIO6YLYQ7Pxk6ASuM,13776
|
|
6
6
|
wizelit_sdk/agent_wrapper/signature_validation.py,sha256=Njplwofw36jXoWgBooaZCbwhkf72pR-UoRQ3Q6-biro,3729
|
|
7
7
|
wizelit_sdk/agent_wrapper/streaming.py,sha256=f0VV3IzGAlfQY_cw2OHgxWjvM16Hs42_b700EUX2QpY,6633
|
|
8
8
|
wizelit_sdk/models/__init__.py,sha256=UB7nfHoE6hGcjfzy7w8AmuKVmYrTg9wIgGjG8GWziJ0,143
|
|
9
9
|
wizelit_sdk/models/base.py,sha256=aEPGMZVczKnlWz4Ps99e_xI5TcuSV3DxCigRMU5BnhE,704
|
|
10
10
|
wizelit_sdk/models/job.py,sha256=P68Vb1k77Z_Tha4dE0GzrLPa0LJrnMCxyYMENZyD7Kc,2480
|
|
11
|
-
wizelit_sdk-0.1.
|
|
12
|
-
wizelit_sdk-0.1.
|
|
13
|
-
wizelit_sdk-0.1.
|
|
11
|
+
wizelit_sdk-0.1.29.dist-info/METADATA,sha256=iHeysF2Hd1I49-GtFeqEVIfmK0u_LHQIXtFc5OavD0g,3297
|
|
12
|
+
wizelit_sdk-0.1.29.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
13
|
+
wizelit_sdk-0.1.29.dist-info/RECORD,,
|
|
File without changes
|