prompture\persistence\store.py:53: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\persistence\store.py:174: error: Returning Any from function declared to return "dict[str, Any] | None"  [no-any-return]
prompture\integrations\tukuy_bridge.py:396: error: Class cannot subclass "TransformerPlugin" (has type "Any")  [misc]
prompture\ingestion\parsers\pdf.py:94: error: Unused "type: ignore" comment  [unused-ignore]
prompture\ingestion\parsers\csv_parser.py:64: error: Argument 2 to "_to_toon" of "CsvParser" has incompatible type "Sequence[str]"; expected "list[str]"  [arg-type]
prompture\ingestion\parsers\csv_parser.py:66: error: Argument 2 to "_to_json_text" of "CsvParser" has incompatible type "Sequence[str]"; expected "list[str]"  [arg-type]
prompture\ingestion\parsers\csv_parser.py:93: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\ingestion\parsers\__init__.py:162: error: Returning Any from function declared to return "BaseParser"  [no-any-return]
prompture\infra\cache.py:310: error: Call to untyped function "from_url" in typed context  [no-untyped-call]
prompture\infra\cache.py:476: error: Incompatible types in assignment (expression has type "SQLiteCacheBackend", variable has type "MemoryCacheBackend")  [assignment]
prompture\infra\cache.py:478: error: Incompatible types in assignment (expression has type "RedisCacheBackend", variable has type "MemoryCacheBackend")  [assignment]
prompture\extraction\tools.py:99: error: Returning Any from function declared to return "bool"  [no-any-return]
prompture\extraction\tools.py:229: error: Returning Any from function declared to return "int | float | Decimal"  [no-any-return]
prompture\extraction\tools.py:707: error: Unused "type: ignore" comment  [unused-ignore]
prompture\extraction\tools.py:783: error: Argument 2 to "convert_value" has incompatible type "type[Any] | None"; expected "type[Any]"  [arg-type]
prompture\extraction\tools.py:841: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\tools.py:843: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\fields.py:446: error: Function "pydantic.fields.Field" is not valid as a type  [valid-type]
prompture\extraction\fields.py:446: note: Perhaps you need "Callable[...]" or a callback protocol?
prompture\extraction\fields.py:475: error: Item "type" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:475: error: Item "bool" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:484: error: Returning Any from function declared to return Field?  [no-any-return]
prompture\extraction\fields.py:484: error: Argument "default" to "Field" has incompatible type "type | Any | str | bool"; expected "EllipsisType"  [arg-type]
prompture\extraction\fields.py:484: error: Argument "json_schema_extra" to "Field" has incompatible type "dict[str, type | Any | str | Literal[True]]"; expected "JsonDict | Callable[[JsonDict], None] | None"  [arg-type]
prompture\extraction\fields.py:486: error: Argument "json_schema_extra" to "Field" has incompatible type "dict[str, type | Any | str | Literal[True]]"; expected "JsonDict | Callable[[JsonDict], None] | None"  [arg-type]
prompture\extraction\fields.py:488: error: Returning Any from function declared to return Field?  [no-any-return]
prompture\extraction\fields.py:488: error: Argument "json_schema_extra" to "Field" has incompatible type "dict[str, type | Any | str | Literal[True]]"; expected "JsonDict | Callable[[JsonDict], None] | None"  [arg-type]
prompture\extraction\fields.py:493: error: Returning Any from function declared to return Field?  [no-any-return]
prompture\extraction\fields.py:493: error: Argument "default" to "Field" has incompatible type "type | Any | str | bool"; expected "EllipsisType"  [arg-type]
prompture\extraction\fields.py:493: error: Argument "description" to "Field" has incompatible type "type | str | Any | bool"; expected "str | None"  [arg-type]
prompture\extraction\fields.py:496: error: Argument "description" to "Field" has incompatible type "type | str | Any | bool"; expected "str | None"  [arg-type]
prompture\extraction\fields.py:499: error: Returning Any from function declared to return Field?  [no-any-return]
prompture\extraction\fields.py:499: error: Argument "description" to "Field" has incompatible type "type | str | Any | bool"; expected "str | None"  [arg-type]
prompture\extraction\fields.py:524: error: Unsupported right operand type for in ("type | Any | str | Literal[True]")  [operator]
prompture\extraction\fields.py:564: error: Unsupported right operand type for in ("type | Any | str | Literal[True]")  [operator]
prompture\extraction\fields.py:568: error: Item "type" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:568: error: Item "bool" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:573: error: Item "type" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:573: error: Item "bool" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:579: error: Item "type" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:579: error: Item "bool" of "type | Any | str | Literal[True]" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\extraction\fields.py:614: error: Function is missing a return type annotation  [no-untyped-def]
prompture\extraction\fields.py:620: error: Missing type parameters for generic type "dict"  [type-arg]
prompture\extraction\fields.py:620: error: Missing type parameters for generic type "MutableMapping"  [type-arg]
prompture\extraction\fields.py:623: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:626: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:629: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:637: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:640: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:643: error: Function is missing a return type annotation  [no-untyped-def]
prompture\extraction\fields.py:646: error: Function is missing a return type annotation  [no-untyped-def]
prompture\extraction\fields.py:650: error: Function is missing a return type annotation  [no-untyped-def]
prompture\extraction\fields.py:654: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:658: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:662: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\fields.py:662: error: Signature of "update" incompatible with supertype "typing.MutableMapping"  [override]
prompture\extraction\fields.py:662: note:      Superclass:
prompture\extraction\fields.py:662: note:          @overload
prompture\extraction\fields.py:662: note:          def update(self, SupportsKeysAndGetItem[Any, Any], /) -> None
prompture\extraction\fields.py:662: note:          @overload
prompture\extraction\fields.py:662: note:          def update(self, SupportsKeysAndGetItem[str, Any], /, **kwargs: Any) -> None
prompture\extraction\fields.py:662: note:          @overload
prompture\extraction\fields.py:662: note:          def update(self, Iterable[tuple[Any, Any]], /) -> None
prompture\extraction\fields.py:662: note:          @overload
prompture\extraction\fields.py:662: note:          def update(self, Iterable[tuple[str, Any]], /, **kwargs: Any) -> None
prompture\extraction\fields.py:662: note:          @overload
prompture\extraction\fields.py:662: note:          def update(self, **kwargs: Any) -> None
prompture\extraction\fields.py:662: note:      Subclass:
prompture\extraction\fields.py:662: note:          def update(self, other: Any) -> Any
prompture\agents\skills.py:432: error: Missing type parameters for generic type "dict"  [type-arg]
prompture\agents\skills.py:432: error: Missing type parameters for generic type "MutableMapping"  [type-arg]
prompture\agents\skills.py:460: error: Function is missing a type annotation  [no-untyped-def]
prompture\agents\skills.py:463: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\skills.py:466: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\skills.py:470: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\persona.py:340: error: Missing type parameters for generic type "dict"  [type-arg]
prompture\agents\persona.py:340: error: Missing type parameters for generic type "MutableMapping"  [type-arg]
prompture\agents\persona.py:368: error: Function is missing a type annotation  [no-untyped-def]
prompture\agents\persona.py:371: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\persona.py:374: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\persona.py:378: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\provider_env.py:54: error: Returning Any from function declared to return "str | None"  [no-any-return]
prompture\infra\model_rates.py:62: error: Returning Any from function declared to return "bool"  [no-any-return]
prompture\infra\model_rates.py:84: error: Returning Any from function declared to return "dict[str, Any] | None"  [no-any-return]
prompture\infra\model_rates.py:96: error: Returning Any from function declared to return "dict[str, Any] | None"  [no-any-return]
prompture\infra\tracker.py:385: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\tracker.py:395: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\tracker.py:404: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\tracker.py:413: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\tracker.py:422: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\tracker.py:704: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\openai_tts_driver.py:13: error: Cannot assign to a type  [misc]
prompture\drivers\openai_tts_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type "type[OpenAI]")  [assignment]
prompture\drivers\openai_tts_driver.py:47: error: Function "OpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\openai_stt_driver.py:13: error: Cannot assign to a type  [misc]
prompture\drivers\openai_stt_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type "type[OpenAI]")  [assignment]
prompture\drivers\openai_stt_driver.py:35: error: Function "OpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\openai_img_gen_driver.py:12: error: Cannot assign to a type  [misc]
prompture\drivers\openai_img_gen_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type "type[OpenAI]")  [assignment]
prompture\drivers\openai_img_gen_driver.py:48: error: Function "OpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\grok_img_gen_driver.py:12: error: Cannot assign to a type  [misc]
prompture\drivers\grok_img_gen_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type "type[OpenAI]")  [assignment]
prompture\drivers\grok_img_gen_driver.py:38: error: Function "OpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\google_img_gen_driver.py:34: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\google_img_gen_driver.py:39: error: Incompatible types in assignment (expression has type "Client", variable has type "None")  [assignment]
prompture\drivers\google_img_gen_driver.py:51: error: Call to untyped function "_get_client" in typed context  [no-untyped-call]
prompture\drivers\elevenlabs_tts_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\elevenlabs_stt_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\base.py:14: error: Unused "type: ignore" comment  [unused-ignore]
prompture\drivers\async_openai_tts_driver.py:13: error: Cannot assign to a type  [misc]
prompture\drivers\async_openai_tts_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncOpenAI]")  [assignment]
prompture\drivers\async_openai_tts_driver.py:34: error: Function "AsyncOpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\async_openai_stt_driver.py:13: error: Cannot assign to a type  [misc]
prompture\drivers\async_openai_stt_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncOpenAI]")  [assignment]
prompture\drivers\async_openai_stt_driver.py:33: error: Function "AsyncOpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\async_openai_img_gen_driver.py:12: error: Cannot assign to a type  [misc]
prompture\drivers\async_openai_img_gen_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncOpenAI]")  [assignment]
prompture\drivers\async_openai_img_gen_driver.py:35: error: Function "AsyncOpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\async_grok_img_gen_driver.py:12: error: Cannot assign to a type  [misc]
prompture\drivers\async_grok_img_gen_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncOpenAI]")  [assignment]
prompture\drivers\async_grok_img_gen_driver.py:35: error: Function "AsyncOpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\async_google_img_gen_driver.py:32: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\async_google_img_gen_driver.py:37: error: Incompatible types in assignment (expression has type "Client", variable has type "None")  [assignment]
prompture\drivers\async_google_img_gen_driver.py:49: error: Call to untyped function "_get_client" in typed context  [no-untyped-call]
prompture\drivers\async_elevenlabs_tts_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_elevenlabs_stt_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\openai_driver.py:14: error: Cannot assign to a type  [misc]
prompture\drivers\openai_driver.py:14: error: Incompatible types in assignment (expression has type "None", variable has type "type[OpenAI]")  [assignment]
prompture\drivers\openai_driver.py:74: error: Function "OpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\ollama_driver.py:36: error: Item "None" of "str | None" has no attribute "split"  [union-attr]
prompture\drivers\ollama_driver.py:54: error: Need type annotation for "options" (hint: "options: dict[<type>, <type>] = ...")  [var-annotated]
prompture\drivers\ollama_driver.py:57: error: Call to untyped function "_validate_connection" in typed context  [no-untyped-call]
prompture\drivers\ollama_driver.py:59: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\ollama_driver.py:59: note: Use "-> None" if function does not return a value
prompture\drivers\ollama_driver.py:64: error: Item "None" of "str | None" has no attribute "split"  [union-attr]
prompture\drivers\ollama_driver.py:186: error: Item "None" of "str | None" has no attribute "replace"  [union-attr]
prompture\drivers\ollama_driver.py:297: error: Item "None" of "str | None" has no attribute "replace"  [union-attr]
prompture\drivers\ollama_driver.py:365: error: Item "None" of "str | None" has no attribute "replace"  [union-attr]
prompture\drivers\moonshot_driver.py:85: error: Item "None" of "str | None" has no attribute "rstrip"  [union-attr]
prompture\drivers\local_http_driver.py:28: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\lmstudio_driver.py:33: error: Item "None" of "str | None" has no attribute "split"  [union-attr]
prompture\drivers\lmstudio_driver.py:40: error: Call to untyped function "_validate_connection" in typed context  [no-untyped-call]
prompture\drivers\lmstudio_driver.py:49: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\lmstudio_driver.py:49: note: Use "-> None" if function does not return a value
prompture\drivers\lmstudio_driver.py:171: error: Item "None" of "str | None" has no attribute "split"  [union-attr]
prompture\drivers\lmstudio_driver.py:183: error: Returning Any from function declared to return "list[dict[str, Any]]"  [no-any-return]
prompture\drivers\lmstudio_driver.py:193: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\lmstudio_driver.py:201: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\groq_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\groq_driver.py:55: error: Incompatible types in assignment (expression has type "None", variable has type "Groq")  [assignment]
prompture\drivers\google_driver.py:11: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\google_driver.py:12: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\google_driver.py:107: error: Call to untyped function "_validate_connection" in typed context  [no-untyped-call]
prompture\drivers\google_driver.py:109: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\google_driver.py:109: note: Use "-> None" if function does not return a value
prompture\drivers\google_driver.py:240: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", variable has type "str")  [assignment]
prompture\drivers\google_driver.py:242: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", variable has type "str")  [assignment]
prompture\drivers\google_driver.py:362: error: Item "None" of "list[Candidate] | None" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\drivers\google_driver.py:363: error: Item "None" of "Content | Any | None" has no attribute "parts"  [union-attr]
prompture\drivers\google_driver.py:363: error: Item "None" of "list[Part] | Any | None" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\drivers\google_driver.py:366: error: Item "None" of "FunctionCall | Any | None" has no attribute "name"  [union-attr]
prompture\drivers\google_driver.py:371: error: Item "None" of "FunctionCall | Any | None" has no attribute "name"  [union-attr]
prompture\drivers\google_driver.py:372: error: Item "None" of "FunctionCall | Any | None" has no attribute "args"  [union-attr]
prompture\drivers\claude_driver.py:16: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\claude_driver.py:150: error: No overload variant of "create" of "Messages" matches argument types "dict[str, Any]", "list[dict[str, Any]]", "dict[str, str]"  [call-overload]
prompture\drivers\claude_driver.py:150: note: Possible overload variants:
prompture\drivers\claude_driver.py:150: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., stream: Literal[False] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Message
prompture\drivers\claude_driver.py:150: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, stream: Literal[True], metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Stream[RawMessageStartEvent | RawMessageDeltaEvent | RawMessageStopEvent | RawContentBlockStartEvent | RawContentBlockDeltaEvent | RawContentBlockStopEvent]
prompture\drivers\claude_driver.py:150: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, stream: bool, metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Message | Stream[RawMessageStartEvent | RawMessageDeltaEvent | RawMessageStopEvent | RawContentBlockStartEvent | RawContentBlockDeltaEvent | RawContentBlockStopEvent]
prompture\drivers\azure_driver.py:20: error: Cannot assign to a type  [misc]
prompture\drivers\azure_driver.py:20: error: Incompatible types in assignment (expression has type "None", variable has type "type[AzureOpenAI]")  [assignment]
prompture\drivers\azure_driver.py:25: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[ChatCompletionDeveloperMessageParam | ChatCompletionSystemMessageParam | ChatCompletionUserMessageParam | ChatCompletionAssistantMessageParam | ChatCompletionToolMessageParam | ChatCompletionFunctionMessageParam]"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | Literal['gpt-5.2', 'gpt-5.2-2025-12-11', 'gpt-5.2-chat-latest', 'gpt-5.2-pro', 'gpt-5.2-pro-2025-12-11', 'gpt-5.1', 'gpt-5.1-2025-11-13', 'gpt-5.1-codex', 'gpt-5.1-mini', 'gpt-5.1-chat-latest', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'gpt-5-2025-08-07', 'gpt-5-mini-2025-08-07', 'gpt-5-nano-2025-08-07', 'gpt-5-chat-latest', 'gpt-4.1', 'gpt-4.1-mini', 'gpt-4.1-nano', 'gpt-4.1-2025-04-14', 'gpt-4.1-mini-2025-04-14', 'gpt-4.1-nano-2025-04-14', 'o4-mini', 'o4-mini-2025-04-16', 'o3', 'o3-2025-04-16', 'o3-mini', 'o3-mini-2025-01-31', 'o1', 'o1-2024-12-17', 'o1-preview', 'o1-preview-2024-09-12', 'o1-mini', 'o1-mini-2024-09-12', 'gpt-4o', 'gpt-4o-2024-11-20', 'gpt-4o-2024-08-06', 'gpt-4o-2024-05-13', 'gpt-4o-audio-preview', 'gpt-4o-audio-preview-2024-10-01', 'gpt-4o-audio-preview-2024-12-17', 'gpt-4o-audio-preview-2025-06-03', 'gpt-4o-mini-audio-preview', 'gpt-4o-mini-audio-preview-2024-12-17', 'gpt-4o-search-preview', 'gpt-4o-mini-search-preview', 'gpt-4o-search-preview-2025-03-11', 'gpt-4o-mini-search-preview-2025-03-11', 'chatgpt-4o-latest', 'codex-mini-latest', 'gpt-4o-mini', 'gpt-4o-mini-2024-07-18', 'gpt-4-turbo', 'gpt-4-turbo-2024-04-09', 'gpt-4-0125-preview', 'gpt-4-turbo-preview', 'gpt-4-1106-preview', 'gpt-4-vision-preview', 'gpt-4', 'gpt-4-0314', 'gpt-4-0613', 'gpt-4-32k', 'gpt-4-32k-0314', 'gpt-4-32k-0613', 'gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0301', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-1106', 'gpt-3.5-turbo-0125', 'gpt-3.5-turbo-16k-0613']"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionAudioParam | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "float | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'auto'] | ChatCompletionFunctionCallOptionParam | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[Function] | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "dict[str, int] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "bool | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "int | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "dict[str, str] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "list[Literal['text', 'audio']] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "bool | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionPredictionContentParam | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['in-memory', '24h'] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'minimal', 'low', 'medium', 'high', 'xhigh'] | None | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ResponseFormatText | ResponseFormatJSONSchema | ResponseFormatJSONObject | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['auto', 'default', 'flex', 'scale', 'priority'] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | SequenceNotStr[str] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal[False] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionStreamOptionsParam | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'auto', 'required'] | ChatCompletionAllowedToolChoiceParam | ChatCompletionNamedToolChoiceParam | ChatCompletionNamedToolChoiceCustomParam | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[ChatCompletionFunctionToolParam | ChatCompletionCustomToolParam] | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['low', 'medium', 'high'] | Omit | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "WebSearchOptions | Omit"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Mapping[str, str | Omit] | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Mapping[str, object] | None"  [arg-type]
prompture\drivers\azure_driver.py:222: error: Argument 1 to "create" of "Completions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "float | Timeout | NotGiven | None"  [arg-type]
prompture\drivers\airllm_driver.py:34: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\airllm_driver.py:34: note: Use "-> None" if function does not return a value
prompture\drivers\airllm_driver.py:68: error: Call to untyped function "_ensure_loaded" in typed context  [no-untyped-call]
prompture\drivers\airllm_driver.py:77: error: "None" not callable  [misc]
prompture\drivers\airllm_driver.py:84: error: "None" has no attribute "generate"  [attr-defined]
prompture\drivers\airllm_driver.py:92: error: "None" has no attribute "decode"  [attr-defined]
prompture\drivers\img_gen_registry.py:33: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:42: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:53: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:62: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:76: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:86: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:98: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:107: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:117: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:125: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:133: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:141: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:149: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:157: error: Cannot infer type of lambda  [misc]
prompture\drivers\img_gen_registry.py:168: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\img_gen_registry.py:184: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\audio_registry.py:37: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:46: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:55: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:64: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:79: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:89: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:99: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:109: error: Cannot infer type of lambda  [misc]
prompture\drivers\audio_registry.py:121: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\audio_registry.py:137: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\audio_registry.py:146: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\audio_registry.py:162: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\async_openai_driver.py:14: error: Cannot assign to a type  [misc]
prompture\drivers\async_openai_driver.py:14: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncOpenAI]")  [assignment]
prompture\drivers\async_openai_driver.py:35: error: Function "AsyncOpenAI" could always be true in boolean context  [truthy-function]
prompture\drivers\async_ollama_driver.py:63: error: Argument 1 to "post" of "AsyncClient" has incompatible type "str | None"; expected "URL | str"  [arg-type]
prompture\drivers\async_ollama_driver.py:110: error: Item "None" of "str | None" has no attribute "replace"  [union-attr]
prompture\drivers\async_ollama_driver.py:208: error: Item "None" of "str | None" has no attribute "replace"  [union-attr]
prompture\drivers\async_local_http_driver.py:25: error: Argument 1 to "post" of "AsyncClient" has incompatible type "str | None"; expected "URL | str"  [arg-type]
prompture\drivers\async_local_http_driver.py:32: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\async_lmstudio_driver.py:34: error: Item "None" of "str | None" has no attribute "split"  [union-attr]
prompture\drivers\async_lmstudio_driver.py:92: error: Argument 1 to "post" of "AsyncClient" has incompatible type "str | None"; expected "URL | str"  [arg-type]
prompture\drivers\async_lmstudio_driver.py:136: error: Returning Any from function declared to return "list[dict[str, Any]]"  [no-any-return]
prompture\drivers\async_lmstudio_driver.py:147: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\async_lmstudio_driver.py:156: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\drivers\async_hugging_driver.py:37: error: Argument 1 to "post" of "AsyncClient" has incompatible type "str | None"; expected "URL | str"  [arg-type]
prompture\drivers\async_groq_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_groq_driver.py:35: error: Incompatible types in assignment (expression has type "None", variable has type "AsyncGroq")  [assignment]
prompture\drivers\async_google_driver.py:15: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_google_driver.py:16: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_google_driver.py:160: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", variable has type "str")  [assignment]
prompture\drivers\async_google_driver.py:162: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", variable has type "str")  [assignment]
prompture\drivers\async_google_driver.py:282: error: Item "None" of "list[Candidate] | None" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\drivers\async_google_driver.py:283: error: Item "None" of "Content | Any | None" has no attribute "parts"  [union-attr]
prompture\drivers\async_google_driver.py:283: error: Item "None" of "list[Part] | Any | None" has no attribute "__iter__" (not iterable)  [union-attr]
prompture\drivers\async_google_driver.py:286: error: Item "None" of "FunctionCall | Any | None" has no attribute "name"  [union-attr]
prompture\drivers\async_google_driver.py:291: error: Item "None" of "FunctionCall | Any | None" has no attribute "name"  [union-attr]
prompture\drivers\async_google_driver.py:292: error: Item "None" of "FunctionCall | Any | None" has no attribute "args"  [union-attr]
prompture\drivers\async_google_driver.py:336: error: "Coroutine[Any, Any, AsyncIterator[GenerateContentResponse]]" has no attribute "__aiter__" (not async iterable)  [attr-defined]
prompture\drivers\async_google_driver.py:336: note: Maybe you forgot to use "await"?
prompture\drivers\async_claude_driver.py:13: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_claude_driver.py:85: error: No overload variant of "create" of "AsyncMessages" matches argument types "dict[str, Any]", "list[dict[str, Any]]", "dict[str, str]"  [call-overload]
prompture\drivers\async_claude_driver.py:85: note: Possible overload variants:
prompture\drivers\async_claude_driver.py:85: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., stream: Literal[False] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Coroutine[Any, Any, Message]
prompture\drivers\async_claude_driver.py:85: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, stream: Literal[True], metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Coroutine[Any, Any, AsyncStream[RawMessageStartEvent | RawMessageDeltaEvent | RawMessageStopEvent | RawContentBlockStartEvent | RawContentBlockDeltaEvent | RawContentBlockStopEvent]]
prompture\drivers\async_claude_driver.py:85: note:     def create(self, *, max_tokens: int, messages: Iterable[MessageParam], model: Literal['claude-3-7-sonnet-latest', 'claude-3-7-sonnet-20250219', 'claude-3-5-haiku-latest', 'claude-3-5-haiku-20241022', 'claude-sonnet-4-20250514', 'claude-sonnet-4-0', 'claude-4-sonnet-20250514', 'claude-3-5-sonnet-latest', 'claude-3-5-sonnet-20241022', 'claude-3-5-sonnet-20240620', 'claude-opus-4-0', 'claude-opus-4-20250514', 'claude-4-opus-20250514', 'claude-opus-4-1-20250805', 'claude-3-opus-latest', 'claude-3-opus-20240229', 'claude-3-haiku-20240307'] | str, stream: bool, metadata: MetadataParam | NotGiven = ..., service_tier: Literal['auto', 'standard_only'] | NotGiven = ..., stop_sequences: SequenceNotStr[str] | NotGiven = ..., system: str | Iterable[TextBlockParam] | NotGiven = ..., temperature: float | NotGiven = ..., thinking: ThinkingConfigEnabledParam | ThinkingConfigDisabledParam | NotGiven = ..., tool_choice: ToolChoiceAutoParam | ToolChoiceAnyParam | ToolChoiceToolParam | ToolChoiceNoneParam | NotGiven = ..., tools: Iterable[ToolParam | ToolBash20250124Param | ToolTextEditor20250124Param | ToolTextEditor20250429Param | ToolTextEditor20250728Param | WebSearchTool20250305Param] | NotGiven = ..., top_k: int | NotGiven = ..., top_p: float | NotGiven = ..., extra_headers: Mapping[str, str | Omit] | None = ..., extra_query: Mapping[str, object] | None = ..., extra_body: object | None = ..., timeout: float | Timeout | NotGiven | None = ...) -> Coroutine[Any, Any, Message | AsyncStream[RawMessageStartEvent | RawMessageDeltaEvent | RawMessageStopEvent | RawContentBlockStartEvent | RawContentBlockDeltaEvent | RawContentBlockStopEvent]]
prompture\drivers\async_azure_driver.py:16: error: Cannot assign to a type  [misc]
prompture\drivers\async_azure_driver.py:16: error: Incompatible types in assignment (expression has type "None", variable has type "type[AsyncAzureOpenAI]")  [assignment]
prompture\drivers\async_azure_driver.py:21: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[ChatCompletionDeveloperMessageParam | ChatCompletionSystemMessageParam | ChatCompletionUserMessageParam | ChatCompletionAssistantMessageParam | ChatCompletionToolMessageParam | ChatCompletionFunctionMessageParam]"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | Literal['gpt-5.2', 'gpt-5.2-2025-12-11', 'gpt-5.2-chat-latest', 'gpt-5.2-pro', 'gpt-5.2-pro-2025-12-11', 'gpt-5.1', 'gpt-5.1-2025-11-13', 'gpt-5.1-codex', 'gpt-5.1-mini', 'gpt-5.1-chat-latest', 'gpt-5', 'gpt-5-mini', 'gpt-5-nano', 'gpt-5-2025-08-07', 'gpt-5-mini-2025-08-07', 'gpt-5-nano-2025-08-07', 'gpt-5-chat-latest', 'gpt-4.1', 'gpt-4.1-mini', 'gpt-4.1-nano', 'gpt-4.1-2025-04-14', 'gpt-4.1-mini-2025-04-14', 'gpt-4.1-nano-2025-04-14', 'o4-mini', 'o4-mini-2025-04-16', 'o3', 'o3-2025-04-16', 'o3-mini', 'o3-mini-2025-01-31', 'o1', 'o1-2024-12-17', 'o1-preview', 'o1-preview-2024-09-12', 'o1-mini', 'o1-mini-2024-09-12', 'gpt-4o', 'gpt-4o-2024-11-20', 'gpt-4o-2024-08-06', 'gpt-4o-2024-05-13', 'gpt-4o-audio-preview', 'gpt-4o-audio-preview-2024-10-01', 'gpt-4o-audio-preview-2024-12-17', 'gpt-4o-audio-preview-2025-06-03', 'gpt-4o-mini-audio-preview', 'gpt-4o-mini-audio-preview-2024-12-17', 'gpt-4o-search-preview', 'gpt-4o-mini-search-preview', 'gpt-4o-search-preview-2025-03-11', 'gpt-4o-mini-search-preview-2025-03-11', 'chatgpt-4o-latest', 'codex-mini-latest', 'gpt-4o-mini', 'gpt-4o-mini-2024-07-18', 'gpt-4-turbo', 'gpt-4-turbo-2024-04-09', 'gpt-4-0125-preview', 'gpt-4-turbo-preview', 'gpt-4-1106-preview', 'gpt-4-vision-preview', 'gpt-4', 'gpt-4-0314', 'gpt-4-0613', 'gpt-4-32k', 'gpt-4-32k-0314', 'gpt-4-32k-0613', 'gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0301', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-1106', 'gpt-3.5-turbo-0125', 'gpt-3.5-turbo-16k-0613']"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionAudioParam | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "float | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'auto'] | ChatCompletionFunctionCallOptionParam | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[Function] | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "dict[str, int] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "bool | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "int | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "dict[str, str] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "list[Literal['text', 'audio']] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "bool | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionPredictionContentParam | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['in-memory', '24h'] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'minimal', 'low', 'medium', 'high', 'xhigh'] | None | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ResponseFormatText | ResponseFormatJSONSchema | ResponseFormatJSONObject | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['auto', 'default', 'flex', 'scale', 'priority'] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "str | SequenceNotStr[str] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal[False] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "ChatCompletionStreamOptionsParam | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['none', 'auto', 'required'] | ChatCompletionAllowedToolChoiceParam | ChatCompletionNamedToolChoiceParam | ChatCompletionNamedToolChoiceCustomParam | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Iterable[ChatCompletionFunctionToolParam | ChatCompletionCustomToolParam] | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Literal['low', 'medium', 'high'] | Omit | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "WebSearchOptions | Omit"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Mapping[str, str | Omit] | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "Mapping[str, object] | None"  [arg-type]
prompture\drivers\async_azure_driver.py:151: error: Argument 1 to "create" of "AsyncCompletions" has incompatible type "**dict[str, list[dict[str, Any]] | Any | str]"; expected "float | Timeout | NotGiven | None"  [arg-type]
prompture\drivers\async_registry.py:42: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:47: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:52: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:58: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:63: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:72: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:82: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:82: error: "Settings" has no attribute "local_http_endpoint"  [attr-defined]
prompture\drivers\async_registry.py:87: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:92: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:97: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:104: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:109: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:118: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:127: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:136: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:144: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:156: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:161: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:166: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:171: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:180: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:189: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:198: error: Cannot infer type of lambda  [misc]
prompture\drivers\async_registry.py:212: error: Missing type parameters for generic type "tuple"  [type-arg]
prompture\drivers\async_registry.py:286: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\async_registry.py:300: error: Too few arguments  [call-arg]
prompture\drivers\async_registry.py:303: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\__init__.py:139: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:144: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:149: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:155: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:160: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:169: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:179: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:179: error: "Settings" has no attribute "local_http_endpoint"  [attr-defined]
prompture\drivers\__init__.py:184: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:189: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:194: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:199: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:204: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:213: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:222: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:231: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:239: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:251: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:256: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:261: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:266: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:275: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:284: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:293: error: Cannot infer type of lambda  [misc]
prompture\drivers\__init__.py:323: error: Missing type parameters for generic type "tuple"  [type-arg]
prompture\drivers\__init__.py:398: error: Function is missing a return type annotation  [no-untyped-def]
prompture\drivers\__init__.py:412: error: Too few arguments  [call-arg]
prompture\drivers\__init__.py:415: error: Function is missing a return type annotation  [no-untyped-def]
prompture\infra\discovery.py:163: error: Returning Any from function declared to return "list[str] | list[dict[str, Any]]"  [no-any-return]
prompture\infra\discovery.py:258: error: "ABCMeta" has no attribute "list_models"  [attr-defined]
prompture\extraction\reasoning.py:209: error: Missing type parameters for generic type "dict"  [type-arg]
prompture\extraction\reasoning.py:313: error: Argument 2 to "register_reasoning_strategy" has incompatible type "_AutoReasoningStrategy"; expected "ReasoningStrategy"  [arg-type]
prompture\extraction\core.py:18: error: Unused "type: ignore" comment  [unused-ignore]
prompture\extraction\core.py:104: error: Need type annotation for "invalid_values"  [var-annotated]
prompture\extraction\core.py:316: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\core.py:500: error: Incompatible types in assignment (expression has type "str", variable has type "dict[str, Any]")  [assignment]
prompture\extraction\core.py:534: error: Argument 1 to "auto_select_reasoning_strategy" has incompatible type "dict[str, Any]"; expected "str"  [arg-type]
prompture\extraction\core.py:534: error: Argument 2 to "auto_select_reasoning_strategy" has incompatible type "str | dict[str, Any]"; expected "dict[Any, Any]"  [arg-type]
prompture\extraction\core.py:541: error: Argument 3 to "ask_for_json" has incompatible type "str | dict[str, Any]"; expected "dict[str, Any]"  [arg-type]
prompture\extraction\core.py:646: error: Missing type parameters for generic type "list"  [type-arg]
prompture\extraction\core.py:656: error: Missing type parameters for generic type "list"  [type-arg]
prompture\extraction\core.py:685: error: Argument "output_format" to "extract_with_model" has incompatible type "str"; expected "Literal['json', 'toon']"  [arg-type]
prompture\extraction\core.py:688: error: Argument "json_mode" to "extract_with_model" has incompatible type "str"; expected "Literal['auto', 'on', 'off']"  [arg-type]
prompture\extraction\core.py:721: error: Missing type parameters for generic type "list"  [type-arg]
prompture\extraction\core.py:748: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\core.py:831: error: Incompatible types in assignment (expression has type "str | dict[str, Any] | None", variable has type "type[BaseModel]")  [assignment]
prompture\extraction\core.py:879: error: Argument "strategy" to "RoutingConfig" has incompatible type "str"; expected "Literal['cost_optimized', 'quality_first', 'balanced', 'fast']"  [arg-type]
prompture\extraction\core.py:916: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\core.py:984: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\extraction\core.py:1014: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\core.py:1049: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\core.py:1162: error: Incompatible types in assignment (expression has type "dict_items[str, FieldInfo]", variable has type "list[tuple[str, FieldInfo]]")  [assignment]
prompture\extraction\core.py:1196: error: Unsupported target for indexed assignment ("object")  [index]
prompture\extraction\core.py:1210: error: Need type annotation for "field_def" (hint: "field_def: dict[<type>, <type>] = ...")  [var-annotated]
prompture\extraction\core.py:1229: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\extraction\core.py:1234: error: Argument 2 to "convert_value" has incompatible type "type[Any] | None"; expected "type[Any]"  [arg-type]
prompture\extraction\core.py:1297: error: Unsupported target for indexed assignment ("object")  [index]
prompture\extraction\core.py:1320: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\core.py:1340: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\extraction\core.py:1350: error: "object" has no attribute "append"  [attr-defined]
prompture\extraction\core.py:1362: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\extraction\core.py:1422: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\extraction\core.py:1427: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
prompture\extraction\core.py:1468: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\extraction\core.py:1582: error: Argument 1 to "get" of "dict" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\extraction\core.py:1608: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
prompture\agents\conversation.py:90: error: Argument 1 to "get_driver_for_model" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\agents\conversation.py:103: error: Incompatible types in assignment (expression has type "str | None", variable has type "str")  [assignment]
prompture\agents\conversation.py:191: error: Returning Any from function declared to return "list[str]"  [no-any-return]
prompture\agents\conversation.py:390: error: Non-overlapping identity check (left operand type: "Literal[False, 'auto']", right operand type: "Literal[True]")  [comparison-overlap]
prompture\agents\conversation.py:407: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\conversation.py:437: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\conversation.py:675: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\conversation.py:946: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\agents\conversation.py:958: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\agents\conversation.py:1037: error: Unsupported target for indexed assignment ("object")  [index]
prompture\agents\conversation.py:1048: error: Need type annotation for "field_def" (hint: "field_def: dict[<type>, <type>] = ...")  [var-annotated]
prompture\agents\conversation.py:1063: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\agents\conversation.py:1066: error: Argument 2 to "convert_value" has incompatible type "type[Any] | None"; expected "type[Any]"  [arg-type]
prompture\agents\conversation.py:1090: error: Unsupported target for indexed assignment ("object")  [index]
prompture\agents\conversation.py:1105: error: Function is missing a type annotation  [no-untyped-def]
prompture\agents\conversation.py:1121: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\agents\conversation.py:1130: error: "object" has no attribute "append"  [attr-defined]
prompture\agents\conversation.py:1139: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\groups\groups.py:507: error: Returning Any from function declared to return "AgentResult"  [no-any-return]
prompture\groups\groups.py:509: error: Returning Any from function declared to return "AgentResult"  [no-any-return]
prompture\groups\consensus.py:127: error: Returning Any from function declared to return "bool"  [no-any-return]
prompture\groups\consensus.py:139: error: Returning Any from function declared to return "bool"  [no-any-return]
prompture\groups\consensus.py:215: error: Need type annotation for "unique_values" (hint: "unique_values: list[<type>] = ...")  [var-annotated]
prompture\groups\consensus.py:225: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
prompture\groups\consensus.py:357: error: Need type annotation for "unique_values" (hint: "unique_values: list[<type>] = ...")  [var-annotated]
prompture\extraction\__init__.py:3: error: Module "prompture.extraction.core" does not explicitly export attribute "Driver"  [attr-defined]
prompture\cli\runner.py:7: error: Module "prompture.extraction.core" does not explicitly export attribute "Driver"  [attr-defined]
prompture\extraction\async_core.py:171: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\async_core.py:416: error: Missing type parameters for generic type "list"  [type-arg]
prompture\extraction\async_core.py:448: error: Argument "output_format" to "extract_with_model" has incompatible type "str"; expected "Literal['json', 'toon']"  [arg-type]
prompture\extraction\async_core.py:451: error: Argument "json_mode" to "extract_with_model" has incompatible type "str"; expected "Literal['auto', 'on', 'off']"  [arg-type]
prompture\extraction\async_core.py:477: error: Missing type parameters for generic type "list"  [type-arg]
prompture\extraction\async_core.py:502: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\async_core.py:583: error: Argument "model_name" to "make_cache_key" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\extraction\async_core.py:593: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\async_core.py:606: error: Argument "model_name" to "extract_and_jsonify" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\extraction\async_core.py:633: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\extraction\async_core.py:650: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\extraction\async_core.py:744: error: Unsupported target for indexed assignment ("object")  [index]
prompture\extraction\async_core.py:753: error: Need type annotation for "field_def" (hint: "field_def: dict[<type>, <type>] = ...")  [var-annotated]
prompture\extraction\async_core.py:768: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\extraction\async_core.py:771: error: Argument 2 to "convert_value" has incompatible type "type[Any] | None"; expected "type[Any]"  [arg-type]
prompture\extraction\async_core.py:790: error: Unsupported target for indexed assignment ("object")  [index]
prompture\extraction\async_core.py:805: error: Function is missing a type annotation  [no-untyped-def]
prompture\extraction\async_core.py:821: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\extraction\async_core.py:830: error: "object" has no attribute "append"  [attr-defined]
prompture\extraction\async_core.py:839: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\extraction\async_core.py:868: error: Argument 1 to "get" of "dict" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\extraction\async_core.py:891: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
prompture\agents\async_conversation.py:88: error: Argument 1 to "get_async_driver_for_model" has incompatible type "str | None"; expected "str"  [arg-type]
prompture\agents\async_conversation.py:100: error: Incompatible types in assignment (expression has type "str | None", variable has type "str")  [assignment]
prompture\agents\async_conversation.py:190: error: Returning Any from function declared to return "list[str]"  [no-any-return]
prompture\agents\async_conversation.py:378: error: Non-overlapping identity check (left operand type: "Literal[False, 'auto']", right operand type: "Literal[True]")  [comparison-overlap]
prompture\agents\async_conversation.py:394: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\async_conversation.py:422: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\async_conversation.py:670: error: Returning Any from function declared to return "str"  [no-any-return]
prompture\agents\async_conversation.py:924: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\agents\async_conversation.py:936: error: Returning Any from function declared to return "dict[str, Any]"  [no-any-return]
prompture\agents\async_conversation.py:1015: error: Unsupported target for indexed assignment ("object")  [index]
prompture\agents\async_conversation.py:1025: error: Need type annotation for "field_def" (hint: "field_def: dict[<type>, <type>] = ...")  [var-annotated]
prompture\agents\async_conversation.py:1040: error: Argument 2 to "normalize_field_value" has incompatible type "type[Any] | None"; expected "type"  [arg-type]
prompture\agents\async_conversation.py:1043: error: Argument 2 to "convert_value" has incompatible type "type[Any] | None"; expected "type[Any]"  [arg-type]
prompture\agents\async_conversation.py:1067: error: Unsupported target for indexed assignment ("object")  [index]
prompture\agents\async_conversation.py:1082: error: Function is missing a type annotation  [no-untyped-def]
prompture\agents\async_conversation.py:1098: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\agents\async_conversation.py:1107: error: "object" has no attribute "append"  [attr-defined]
prompture\agents\async_conversation.py:1116: error: Returning Any from function declared to return "dict[str, str | dict[str, Any]]"  [no-any-return]
prompture\agents\agent.py:315: error: "Callable[[str], str]" has no attribute "_last_agent_result"  [attr-defined]
prompture\agents\agent.py:320: error: "Callable[[str], str]" has no attribute "_source_agent"  [attr-defined]
prompture\agents\agent.py:321: error: "Callable[[str], str]" has no attribute "_last_agent_result"  [attr-defined]
prompture\agents\agent.py:600: error: Incompatible types in assignment (expression has type "str", variable has type "BaseModel")  [assignment]
prompture\agents\agent.py:602: error: Incompatible types in assignment (expression has type "str", variable has type "BaseModel")  [assignment]
prompture\agents\agent.py:647: error: Unused "type: ignore" comment  [unused-ignore]
prompture\groups\async_groups.py:608: error: Returning Any from function declared to return "AgentResult"  [no-any-return]
prompture\groups\async_groups.py:610: error: Returning Any from function declared to return "AgentResult"  [no-any-return]
prompture\cli\server.py:200: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:206: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:219: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:226: error: Call to untyped function "event_generator" in typed context  [no-untyped-call]
prompture\cli\server.py:232: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:245: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:256: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:265: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:305: error: Incompatible types in assignment (expression has type "dict[str, Any]", variable has type "OAIMessage")  [assignment]
prompture\cli\server.py:306: error: Value of type "OAIMessage" is not indexable  [index]
prompture\cli\server.py:307: error: Value of type "OAIMessage" is not indexable  [index]
prompture\cli\server.py:322: error: Incompatible types in assignment (expression has type "dict[str, Any]", variable has type "OAIMessage")  [assignment]
prompture\cli\server.py:323: error: Argument 1 to "append" of "list" has incompatible type "OAIMessage"; expected "dict[str, Any]"  [arg-type]
prompture\cli\server.py:337: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\server.py:379: error: Call to untyped function "oai_stream" in typed context  [no-untyped-call]
prompture\cli\server.py:410: error: Function is missing a return type annotation  [no-untyped-def]
prompture\agents\async_agent.py:259: error: Returning Any from function declared to return "list[dict[str, Any]]"  [no-any-return]
prompture\agents\async_agent.py:305: error: "Callable[[str], str]" has no attribute "_last_agent_result"  [attr-defined]
prompture\agents\async_agent.py:310: error: "Callable[[str], str]" has no attribute "_source_agent"  [attr-defined]
prompture\agents\async_agent.py:311: error: "Callable[[str], str]" has no attribute "_last_agent_result"  [attr-defined]
prompture\agents\async_agent.py:506: error: Incompatible types in assignment (expression has type "tuple[()]", variable has type "tuple[RunContext[Any]]")  [assignment]
prompture\agents\async_agent.py:705: error: Unused "type: ignore" comment  [unused-ignore]
prompture\agents\async_agent.py:1161: error: "AsyncGenerator[AgentStep, None]" has no attribute "ag_frame"  [attr-defined]
prompture\cli\cli.py:10: error: Function is missing a return type annotation  [no-untyped-def]
prompture\cli\cli.py:10: note: Use "-> None" if function does not return a value
prompture\cli\cli.py:18: error: Function is missing a type annotation  [no-untyped-def]
prompture\cli\cli.py:24: error: Argument 2 to "run_suite_from_spec" has incompatible type "dict[str, OllamaDriver]"; expected "dict[str, Driver]"  [arg-type]
prompture\cli\cli.py:24: note: "dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
prompture\cli\cli.py:24: note: Consider using "Mapping" instead, which is covariant in the value type
prompture\cli\cli.py:36: error: Function is missing a type annotation  [no-untyped-def]
prompture\cli\cli.py:65: error: Function is missing a type annotation  [no-untyped-def]
prompture\cli\cli.py:71: error: Cannot find implementation or library stub for module named "prompture.cli.scaffold.generator"  [import-not-found]
prompture\cli\cli.py:71: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
prompture\__init__.py:124: error: Name "_get_version" already defined (possibly by an import)  [no-redef]
Found 471 errors in 67 files (checked 131 source files)
