./packages/afo-core/AFO/__init__.py
  ./packages/afo-core/AFO/__init__.py:30:5 - error: "_MD_MODULES_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
./packages/afo-core/AFO/afo_agent_fabric.py
  ./packages/afo-core/AFO/afo_agent_fabric.py:5:40 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:35:16 - error: Import "langgraph" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:49:16 - error: Import "crewai" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:63:16 - error: Import "autogen" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:132:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:161:24 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:183:9 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:186:20 - error: Type of "compile" is partially unknown
    Type of "compile" is "(checkpointer: bool | BaseCheckpointSaver[Unknown] | None = None, *, cache: BaseCache[Unknown] | None = None, store: BaseStore | None = None, interrupt_before: list[str] | Literal['*'] | None = None, interrupt_after: list[str] | Literal['*'] | None = None, debug: bool = False, name: str | None = None) -> CompiledStateGraph[_LGState, None, _LGState, _LGState]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:188:21 - error: Type of "ainvoke" is partially unknown
    Type of "ainvoke" is "(input: _LGState | Command[Unknown] | None, config: RunnableConfig | None = None, *, context: None = None, stream_mode: Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = "values", print_mode: Sequence[Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom']] | Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = (), output_keys: str | Sequence[str] | None = None, interrupt_before: Sequence[str] | Literal['*'] | None = None, interrupt_after: Sequence[str] | Literal['*'] | None = None, durability: Literal['sync', 'async', 'exit'] | None = None, **kwargs: Any) -> CoroutineType[Any, Any, dict[str, Any] | Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:189:9 - error: Type of "tokens" is partially unknown
    Type of "tokens" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:192:16 - error: Type of "ch" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:192:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "Any | list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:221:32 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric.py:233:13 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:236:24 - error: Type of "compile" is partially unknown
    Type of "compile" is "(checkpointer: bool | BaseCheckpointSaver[Unknown] | None = None, *, cache: BaseCache[Unknown] | None = None, store: BaseStore | None = None, interrupt_before: list[str] | Literal['*'] | None = None, interrupt_after: list[str] | Literal['*'] | None = None, debug: bool = False, name: str | None = None) -> CompiledStateGraph[_LGState, None, _LGState, _LGState]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:239:25 - error: Type of "ainvoke" is partially unknown
    Type of "ainvoke" is "(input: _LGState | Command[Unknown] | None, config: RunnableConfig | None = None, *, context: None = None, stream_mode: Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = "values", print_mode: Sequence[Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom']] | Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = (), output_keys: str | Sequence[str] | None = None, interrupt_before: Sequence[str] | Literal['*'] | None = None, interrupt_after: Sequence[str] | Literal['*'] | None = None, durability: Literal['sync', 'async', 'exit'] | None = None, **kwargs: Any) -> CoroutineType[Any, Any, dict[str, Any] | Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:240:13 - error: Type of "tokens" is partially unknown
    Type of "tokens" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:241:20 - error: Type of "ch" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric.py:241:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "Any | list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/afo_agent_fabric_v2.py
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:4:40 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:54:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[_LGState, None, _LGState, _LGState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:57:16 - error: Type of "compile" is partially unknown
    Type of "compile" is "(checkpointer: bool | BaseCheckpointSaver[Unknown] | None = None, *, cache: BaseCache[Unknown] | None = None, store: BaseStore | None = None, interrupt_before: list[str] | Literal['*'] | None = None, interrupt_after: list[str] | Literal['*'] | None = None, debug: bool = False, name: str | None = None) -> CompiledStateGraph[_LGState, None, _LGState, _LGState]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:59:17 - error: Type of "ainvoke" is partially unknown
    Type of "ainvoke" is "(input: _LGState | Command[Unknown] | None, config: RunnableConfig | None = None, *, context: None = None, stream_mode: Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = "values", print_mode: Sequence[Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom']] | Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = (), output_keys: str | Sequence[str] | None = None, interrupt_before: Sequence[str] | Literal['*'] | None = None, interrupt_after: Sequence[str] | Literal['*'] | None = None, durability: Literal['sync', 'async', 'exit'] | None = None, **kwargs: Any) -> CoroutineType[Any, Any, dict[str, Any] | Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:60:5 - error: Type of "tokens" is partially unknown
    Type of "tokens" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:63:12 - error: Type of "ch" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:63:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "Any | list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:74:11 - error: Return type, "dict[str, dict[Unknown, Unknown]]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:77:16 - error: Import "langgraph" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:83:16 - error: Import "crewai" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:89:16 - error: Import "autogen" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/afo_agent_fabric_v2.py:94:12 - error: Return type, "dict[str, dict[Unknown, Unknown]]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/afo_skills_registry.py
  ./packages/afo-core/AFO/afo_skills_registry.py:149:5 - error: Type of "parameters" is partially unknown
    Type of "parameters" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/afo_skills_registry.py:255:34 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/afo_skills_registry.py:258:34 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/afo_skills_registry.py:309:58 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/agents/governance_agent.py
  ./packages/afo-core/AFO/agents/governance_agent.py:18:8 - error: Import "os" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/agents/governance_agent.py:189:24 - error: Operator "in" not supported for types "str" and "int | list[str]"
    Operator "in" not supported for types "str" and "int" (reportOperatorIssue)
  ./packages/afo-core/AFO/agents/governance_agent.py:204:9 - error: Type of "is_within_limit" is partially unknown
    Type of "is_within_limit" is "bool | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/agents/governance_agent.py:204:27 - error: Operator "<" not supported for types "int" and "int | list[str]"
    Operator "<" not supported for types "int" and "list[str]" (reportOperatorIssue)
  ./packages/afo-core/AFO/agents/governance_agent.py:210:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "passed" in function "__init__"
    Argument type is "bool | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/governance_agent.py:218:29 - error: Argument type is unknown
    Argument corresponds to parameter "prefix" in function "startswith" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/governance_agent.py:218:46 - error: Type of "allowed_dir" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/agents/governance_agent.py:218:61 - error: "int" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/agents/governance_agent.py:302:59 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/agents/governance_agent.py:302:59 - error: Type annotation is missing for parameter "context" (reportMissingParameterType)
  ./packages/afo-core/AFO/agents/governance_agent.py:304:71 - error: Argument type is partially unknown
    Argument corresponds to parameter "context" in function "evaluate_action"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/governance_agent.py:319:22 - error: "_kill_switch_active" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:320:22 - error: "_kill_switch_reason" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:321:22 - error: "_kill_switch_timestamp" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:328:39 - error: "_kill_switch_timestamp" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:345:22 - error: "_kill_switch_active" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:346:36 - error: "_kill_switch_reason" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:347:22 - error: "_kill_switch_reason" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:360:29 - error: "_kill_switch_active" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:366:36 - error: "_kill_switch_active" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:367:36 - error: "_kill_switch_reason" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:368:42 - error: "_kill_switch_timestamp" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:384:37 - error: "_goal_hijack_patterns" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/agents/governance_agent.py:386:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/agents/samahwi_core.py
  ./packages/afo-core/AFO/agents/samahwi_core.py:60:9 - error: Expression value is unused (reportUnusedExpression)
./packages/afo-core/AFO/agents/security_agent.py
  ./packages/afo-core/AFO/agents/security_agent.py:61:5 - error: Type of "metadata" is partially unknown
    Type of "metadata" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/agents/security_agent.py:114:39 - error: Expected class but received "(obj: object, /) -> TypeIs[(...) -> object]" (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/agents/security_agent.py:283:13 - error: Type of "max_level" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/agents/security_agent.py:283:29 - error: Argument of type "Generator[ThreatLevel, None, None]" cannot be assigned to parameter "iterable" of type "Iterable[SupportsRichComparisonT@max]" in function "max"
    "Generator[ThreatLevel, None, None]" is not assignable to "Iterable[SupportsRichComparisonT@max]"
      Type parameter "_T_co@Iterable" is covariant, but "ThreatLevel" is not a subtype of "SupportsRichComparisonT@max"
        Type "ThreatLevel" is not assignable to type "SupportsRichComparison"
          Type "ThreatLevel" is not assignable to type "SupportsRichComparison"
            "ThreatLevel" is incompatible with protocol "SupportsDunderLT[Any]"
            "ThreatLevel" is incompatible with protocol "SupportsDunderGT[Any]" (reportArgumentType)
  ./packages/afo-core/AFO/agents/security_agent.py:284:13 - error: Variable "descriptions" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/agents/security_agent.py:291:30 - error: Argument type is unknown
    Argument corresponds to parameter "threat_level" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/security_agent.py:292:65 - error: Argument type is unknown
    Argument corresponds to parameter "threat_level" in function "_get_recommended_action" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/security_agent.py:344:13 - error: Type of "subscriber" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/agents/security_agent.py:344:27 - error: Type of "_alert_subscribers" is partially unknown
    Type of "_alert_subscribers" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/agents/security_agent.py:350:35 - error: Type of parameter "callback" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/agents/security_agent.py:350:45 - error: Expected class but received "(obj: object, /) -> TypeIs[(...) -> object]" (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/agents/security_agent.py:352:9 - error: Type of "_alert_subscribers" is partially unknown
    Type of "_alert_subscribers" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/agents/security_agent.py:352:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/agents/security_agent.py:352:40 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/agents/security_agent.py:361:36 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/agents/security_agent.py:382:7 - error: Type of parameter "metadata" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/agents/security_agent.py:382:7 - error: Type annotation is missing for parameter "metadata" (reportMissingParameterType)
  ./packages/afo-core/AFO/agents/security_agent.py:390:18 - error: Argument type is partially unknown
    Argument corresponds to parameter "metadata" in function "__init__"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/agents/shin_yu_core.py
  ./packages/afo-core/AFO/agents/shin_yu_core.py:67:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/agents/shin_yu_core.py:89:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/aicpa/__init__.py
  ./packages/afo-core/AFO/aicpa/__init__.py:7:5 - error: Type of "generate_email_draft" is partially unknown
    Type of "generate_email_draft" is "(client_name: str, tax_result: dict[Unknown, Unknown], next_steps: str = "Please review and let me know if") -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:8:5 - error: Type of "generate_quickbooks_csv" is partially unknown
    Type of "generate_quickbooks_csv" is "(client_name: str, transaction_data: dict[Unknown, Unknown], output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:9:5 - error: Type of "generate_strategy_report" is partially unknown
    Type of "generate_strategy_report" is "(client_name: str, tax_result: dict[Unknown, Unknown], roth_simulation: dict[Unknown, Unknown] | None = None, output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:10:5 - error: Type of "generate_turbotax_csv" is partially unknown
    Type of "generate_turbotax_csv" is "(client_name: str, tax_data: dict[Unknown, Unknown], output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:12:25 - error: Type of "AICPAService" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:12:39 - error: Type of "get_aicpa_service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:14:5 - error: "FilingStatus" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:14:5 - error: Type of "FilingStatus" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:15:5 - error: "TaxInput" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:15:5 - error: Type of "TaxInput" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:16:5 - error: "TaxResult" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:16:5 - error: Type of "TaxResult" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:17:5 - error: "calculate_ca_state_tax" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:17:5 - error: Type of "calculate_ca_state_tax" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:18:5 - error: "calculate_federal_tax" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:18:5 - error: Type of "calculate_federal_tax" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:19:5 - error: "calculate_tax" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:19:5 - error: Type of "calculate_tax" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:20:5 - error: "check_irmaa_risk" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:20:5 - error: Type of "check_irmaa_risk" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/__init__.py:21:5 - error: "simulate_roth_ladder" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/__init__.py:21:5 - error: Type of "simulate_roth_ladder" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/aicpa/report_generator.py
  ./packages/afo-core/AFO/aicpa/report_generator.py:25:29 - error: Import "Inches" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/aicpa/report_generator.py:25:37 - error: Import "Pt" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/aicpa/report_generator.py:25:41 - error: Import "RGBColor" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/aicpa/report_generator.py:29:5 - error: "DOCX_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/aicpa/report_generator.py:36:24 - error: "WD_ALIGN_PARAGRAPH" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/aicpa/report_generator.py:43:38 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:43:50 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:50:17 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:50:17 - error: Type of "upper" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:51:17 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:52:24 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:53:22 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:58:39 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:58:51 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:68:30 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:69:32 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:70:29 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:71:30 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:72:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:73:34 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:82:40 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:82:52 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:85:5 - error: Type of "headroom" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:85:16 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:86:5 - error: Type of "roth_rec" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:86:16 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:106:36 - error: Type of parameter "roth_simulation" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:106:53 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:113:28 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:122:9 - error: Type of "year_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:122:22 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:124:27 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:130:32 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:130:44 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:132:8 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:144:39 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:144:51 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:148:22 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:156:5 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:156:17 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:157:5 - error: Type of parameter "roth_simulation" is partially unknown
    Parameter type is "dict[Unknown, Unknown] | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:157:22 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:165:15 - error: "Document" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/aicpa/report_generator.py:191:45 - error: Type of parameter "tax_data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:191:55 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:203:5 - error: Type of "rows" is partially unknown
    Type of "rows" is "list[list[str] | list[str | Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:207:13 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:207:13 - error: Type of "upper" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:213:13 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:219:13 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:223:25 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:224:28 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:227:13 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:234:9 - error: Type of "row" is partially unknown
    Type of "row" is "list[str] | list[str | Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:235:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "row" in function "writerow"
    Argument type is "list[str] | list[str | Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:249:23 - error: Type of parameter "transaction_data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:249:41 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:263:5 - error: Type of "tax_amount" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:263:18 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:277:5 - error: Type of "roth_amount" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:277:19 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:303:5 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:303:17 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/report_generator.py:312:5 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:313:5 - error: Type of "sweet_spot" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:313:18 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:324:37 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:325:36 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/report_generator.py:329:2 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
./packages/afo-core/AFO/aicpa/service.py
  ./packages/afo-core/AFO/aicpa/service.py:21:5 - error: Type of "generate_email_draft" is partially unknown
    Type of "generate_email_draft" is "(client_name: str, tax_result: dict[Unknown, Unknown], next_steps: str = "Please review and let me know if") -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:22:5 - error: Type of "generate_quickbooks_csv" is partially unknown
    Type of "generate_quickbooks_csv" is "(client_name: str, transaction_data: dict[Unknown, Unknown], output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:23:5 - error: Type of "generate_strategy_report" is partially unknown
    Type of "generate_strategy_report" is "(client_name: str, tax_result: dict[Unknown, Unknown], roth_simulation: dict[Unknown, Unknown] | None = None, output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:24:5 - error: Type of "generate_turbotax_csv" is partially unknown
    Type of "generate_turbotax_csv" is "(client_name: str, tax_data: dict[Unknown, Unknown], output_path: str | None = None) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:26:28 - error: "FilingStatus" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/service.py:26:28 - error: Type of "FilingStatus" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:26:42 - error: "TaxInput" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/service.py:26:42 - error: Type of "TaxInput" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:26:52 - error: "calculate_tax" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/service.py:26:52 - error: Type of "calculate_tax" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:26:67 - error: "simulate_roth_ladder" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/aicpa/service.py:26:67 - error: Type of "simulate_roth_ladder" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:53:9 - error: Type of "mission_log" is partially unknown
    Type of "mission_log" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:53:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:60:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:60:52 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:105:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:118:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:125:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:142:9 - error: Type of "status_map" is partially unknown
    Type of "status_map" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:143:23 - error: Type of "SINGLE" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:144:20 - error: Type of "MFJ" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:145:20 - error: Type of "MFS" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:146:20 - error: Type of "HOH" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:149:9 - error: Type of "filing" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:149:18 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:149:56 - error: Type of "SINGLE" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:149:56 - error: Argument type is unknown
    Argument corresponds to parameter "default" in function "get" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:151:9 - error: Type of "input_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:159:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:163:23 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "asdict" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:169:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:171:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:186:9 - error: Type of "status_map" is partially unknown
    Type of "status_map" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:187:23 - error: Type of "SINGLE" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:188:20 - error: Type of "MFJ" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:189:20 - error: Type of "MFS" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:190:20 - error: Type of "HOH" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:193:9 - error: Type of "filing" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:193:18 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:193:56 - error: Type of "SINGLE" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:193:56 - error: Argument type is unknown
    Argument corresponds to parameter "default" in function "get" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:195:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:204:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:210:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:213:9 - error: Type of parameter "tax_result" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:213:21 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:214:9 - error: Type of parameter "roth_simulation" is partially unknown
    Parameter type is "dict[Unknown, Unknown] | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:214:26 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:216:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:258:58 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:260:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:266:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/service.py:266:57 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/service.py:284:9 - error: Type of "client_data" is partially unknown
    Type of "client_data" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:284:23 - error: Type of "get_client_data" is partially unknown
    Type of "get_client_data" is "(client_name: str) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:287:9 - error: Type of "tax_result" is partially unknown
    Type of "tax_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:287:22 - error: Type of "calculate_tax_scenario" is partially unknown
    Type of "calculate_tax_scenario" is "(filing_status: str, gross_income: int, ira_balance: int = 0, roth_conversion: int = 0, state: str = "CA") -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:288:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:288:27 - error: Argument type is unknown
    Argument corresponds to parameter "filing_status" in function "calculate_tax_scenario" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:289:26 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:289:26 - error: Argument type is unknown
    Argument corresponds to parameter "gross_income" in function "calculate_tax_scenario" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:290:25 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:290:25 - error: Argument type is unknown
    Argument corresponds to parameter "ira_balance" in function "calculate_tax_scenario" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:295:12 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:296:13 - error: Type of "roth_simulation" is partially unknown
    Type of "roth_simulation" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:296:31 - error: Type of "generate_roth_strategy" is partially unknown
    Type of "generate_roth_strategy" is "(ira_balance: int, filing_status: str, current_income: int, years: int = 4) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:297:29 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:297:29 - error: Argument type is unknown
    Argument corresponds to parameter "ira_balance" in function "generate_roth_strategy" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:298:31 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:298:31 - error: Argument type is unknown
    Argument corresponds to parameter "filing_status" in function "generate_roth_strategy" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:299:32 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:299:32 - error: Argument type is unknown
    Argument corresponds to parameter "current_income" in function "generate_roth_strategy" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:303:9 - error: Type of "documents" is partially unknown
    Type of "documents" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:303:21 - error: Type of "generate_all_documents" is partially unknown
    Type of "generate_all_documents" is "(client_name: str, tax_result: dict[Unknown, Unknown], roth_simulation: dict[Unknown, Unknown] | None = None, output_dir: str | None = None) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:304:25 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:304:25 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "generate_all_documents" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/service.py:311:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/service.py:316:28 - error: Type of "mission_log" is partially unknown
    Type of "mission_log" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:319:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:320:28 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/service.py:321:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/aicpa/tax_engine.py
  ./packages/afo-core/AFO/aicpa/tax_engine.py:285:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:291:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:298:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:305:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:310:27 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:320:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:322:6 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:345:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:358:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:358:44 - error: Type of "r" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:362:51 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:364:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/aicpa/tax_engine.py:373:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/alliances/observer.py
  ./packages/afo-core/AFO/alliances/observer.py:11:8 - error: Import "time" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/alliances/observer.py:14:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/alliances/observer.py:14:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/alliances/observer.py:95:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/alliances/observer.py:97:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py:32:5 - error: Type of "pillar_scores" is partially unknown
    Type of "pillar_scores" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py:33:5 - error: Type of "reasons" is partially unknown
    Type of "reasons" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py:34:5 - error: Type of "errors" is partially unknown
    Type of "errors" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py:42:30 - error: Expression of type "None" cannot be assigned to parameter of type "list[str]"
    "None" is not assignable to "list[str]" (reportArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/decision_result.py:59:30 - error: Expression of type "None" cannot be assigned to parameter of type "list[str]"
    "None" is not assignable to "list[str]" (reportArgumentType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/beauty_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/beauty_node.py:39:5 - error: Type of "evaluation" is partially unknown
    Type of "evaluation" is "dict[str, Any | bool | float | list[Unknown]]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/cmd_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/cmd_node.py:21:31 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:24:34 - error: "ChancellorContext" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:24:34 - error: Type of "ChancellorContext" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:24:53 - error: "ChancellorNode" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:24:53 - error: Type of "ChancellorNode" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:25:40 - error: Type of "TrinityScore" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:130:13 - error: Variable "tree" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:132:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:152:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:163:37 - error: Type of "issue" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:164:33 - error: Type of "issue" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:188:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:201:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:213:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:224:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:227:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:254:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:265:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:269:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:273:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:276:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:347:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:356:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:377:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:386:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:401:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:414:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:449:9 - error: Variable "consensus_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:452:9 - error: Variable "verification_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:483:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:485:9 - error: Type of "results" is partially unknown
    Type of "results" is "list[Unknown | BaseException]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:485:41 - error: Argument type is unknown
    Argument corresponds to parameter "coros_or_futures" in function "gather" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:489:16 - error: Type of "result" is partially unknown
    Type of "result" is "Unknown | BaseException" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:489:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "list[Unknown | BaseException]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:491:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:500:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:502:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:573:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:577:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:581:9 - error: Type of "all_recommendations" is partially unknown
    Type of "all_recommendations" is "set[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:586:17 - error: Type of "update" is partially unknown
    Type of "update" is "(*s: Iterable[Unknown]) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:588:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "set[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:591:22 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:595:9 - error: Type of "__init__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:605:15 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:605:29 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:610:9 - error: Type of "code" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:610:16 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:611:9 - error: Type of "file_path" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:611:21 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:615:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:618:60 - error: Argument type is unknown
    Argument corresponds to parameter "code" in function "review_code" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:618:66 - error: Argument type is unknown
    Argument corresponds to parameter "file_path" in function "review_code" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:625:9 - error: Type of "update" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:639:15 - error: Type of "_log_review_results" is partially unknown
    Type of "_log_review_results" is "(result: CodeReviewResult, context: Unknown) -> CoroutineType[Any, Any, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:639:55 - error: Argument type is unknown
    Argument corresponds to parameter "context" in function "_log_review_results" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:642:9 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:642:25 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:643:9 - error: Type of "review_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:643:24 - error: Type of "_calculate_review_trinity_score" is partially unknown
    Type of "_calculate_review_trinity_score" is "(result: CodeReviewResult) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:644:9 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:644:25 - error: Type of "combine" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:648:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:650:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:658:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:666:67 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:674:9 - error: Type of "log_data" is partially unknown
    Type of "log_data" is "dict[str, int | str | bool | float | list[dict[str, Any]] | list[str] | dict[str, Unknown | str]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:686:30 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:687:28 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:688:38 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/code_review_node.py:688:38 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/eternity_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/eternity_node.py:37:5 - error: Type of "evaluation" is partially unknown
    Type of "evaluation" is "dict[str, Any | float | list[Unknown]]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/execute_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/execute_node.py:45:9 - error: Type of "result" is partially unknown
    Type of "result" is "dict[str, str | Unknown | dict[Unknown, Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/execute_node.py:45:24 - error: Type of "execute_skill" is partially unknown
    Type of "execute_skill" is "(skill_id: str, parameters: dict[Unknown, Unknown], timeout_seconds: int = 30) -> CoroutineType[Any, Any, dict[str, str | Unknown | dict[Unknown, Unknown]]]" (reportUnknownMemberType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/goodness_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/goodness_node.py:41:5 - error: Type of "evaluation" is partially unknown
    Type of "evaluation" is "dict[str, Any | bool | float | str | list[Unknown]]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:22:37 - error: Type of "get_learning_profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:23:36 - error: Type of "BASE_CONFIG" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:23:49 - error: Type of "apply_learning_profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:35:5 - error: Type of "profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:36:5 - error: Type of "effective_config" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:36:60 - error: Type of "data" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:36:60 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:37:5 - error: Type of "weights" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:38:5 - error: Type of "thresholds" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:49:5 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:60:9 - error: Variable "missing_pillars" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:71:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "trinity_score" in function "auto_run"
    Argument type is "Unknown | Literal[0]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/merge_node.py:73:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "trinity_score" in function "ask_commander"
    Argument type is "Unknown | Literal[0]" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:12:34 - error: Type of "ChancellorContext" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:12:53 - error: Type of "ChancellorNode" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:13:40 - error: Type of "TrinityMetricWrapper" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:17:12 - error: Import "dspy" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:18:33 - error: Import "MIPROv2" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:20:37 - error: Type of "MIPROv2Optimizer" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:24:5 - error: "DSPY_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:41:20 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:50:9 - error: Type of "__init__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:52:9 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:55:13 - error: Type of "optimizer" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:62:29 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:74:38 - error: Type of "optimizer" is partially unknown
    Type of "optimizer" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:89:31 - error: Type of "_prepare_task_data" is partially unknown
    Type of "_prepare_task_data" is "(context: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:89:55 - error: Argument type is unknown
    Argument corresponds to parameter "context" in function "_prepare_task_data" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:96:38 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:96:38 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:99:49 - error: Type of "graph_state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:99:49 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:99:49 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:114:38 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:114:38 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:148:34 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:148:34 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:153:40 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:160:9 - error: Type of "context_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:160:24 - error: Type of "graph_state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:160:24 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:161:9 - error: Type of "context_examples" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:161:28 - error: Type of "graph_state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:161:28 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:164:13 - error: Type of "example" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:166:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:169:13 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:173:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:175:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:178:21 - error: Type of "text" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:180:25 - error: Type of "parts" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:180:33 - error: Type of "split" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:181:32 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:182:29 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:182:83 - error: Type of "strip" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:185:25 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:187:71 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:195:39 - error: Type of "_get_context7_data" is partially unknown
    Type of "_get_context7_data" is "(context: Unknown) -> CoroutineType[Any, Any, list[dict[str, str]]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:195:63 - error: Argument type is unknown
    Argument corresponds to parameter "context" in function "_get_context7_data" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:196:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:205:40 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:208:38 - error: Type of "Context7Manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:210:13 - error: Type of "context7" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:213:13 - error: Type of "relevant_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:213:35 - error: Type of "get_relevant_context" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:219:17 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:220:17 - error: Type of "content" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:220:27 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:222:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:226:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:237:43 - error: Type of parameter "dataset" is partially unknown
    Parameter type is "list[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:237:52 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:237:58 - error: Type of parameter "config" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:237:58 - error: Type annotation is missing for parameter "config" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:239:17 - error: Type of "dataset" is partially unknown
    Type of "dataset" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:240:17 - error: Type of "num_candidates" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:240:39 - error: Type of "num_candidates" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:241:17 - error: Type of "max_bootstrapped_demos" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:241:47 - error: Type of "max_bootstrapped_demos" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:242:17 - error: Type of "num_trials" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:242:35 - error: Type of "num_trials" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:243:17 - error: Type of "use_context7" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:243:37 - error: Type of "use_context7" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:244:17 - error: Type of "use_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:244:35 - error: Type of "use_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:249:22 - error: Type of "_simulate_optimization" is partially unknown
    Type of "_simulate_optimization" is "(request: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:251:44 - error: Type of parameter "request" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:251:44 - error: Type annotation is missing for parameter "request" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:255:13 - error: Type of "task_module" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:255:27 - error: Type of "optimizer" is partially unknown
    Type of "optimizer" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:255:27 - error: Type of "create_task_module" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:255:42 - error: "create_task_module" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:255:61 - error: Type of "task" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:258:13 - error: Type of "trainset" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:258:24 - error: Type of "optimizer" is partially unknown
    Type of "optimizer" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:258:24 - error: Type of "prepare_dataset" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:258:39 - error: "prepare_dataset" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:258:55 - error: Type of "dataset" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:260:20 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:264:13 - error: Type of "config" is partially unknown
    Type of "config" is "dict[str, Unknown | int]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:265:35 - error: Type of "num_candidates" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:266:43 - error: Type of "max_bootstrapped_demos" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:267:35 - error: Type of "num_trials" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:267:35 - error: Argument type is unknown
    Argument corresponds to parameter "arg1" in function "min" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:271:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:271:22 - error: Type of "optimizer" is partially unknown
    Type of "optimizer" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:271:22 - error: Type of "optimize_with_mipro" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:271:37 - error: "optimize_with_mipro" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:274:13 - error: Type of "trinity_scores" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:274:30 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:274:30 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:276:29 - error: Type of "task" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:277:41 - error: Type of "dataset" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:277:41 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:283:37 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:285:35 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:286:37 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:287:40 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/optimize_node.py:298:35 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:43:9 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | Any | ((object: str, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:43:35 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:43:35 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:43:35 - error: Cannot access attribute "append" for class "bool"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:43:35 - error: Cannot access attribute "append" for class "float"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:45:9 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | Any | ((object: str, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:45:35 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:45:35 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:45:35 - error: Cannot access attribute "append" for class "bool"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:45:35 - error: Cannot access attribute "append" for class "float"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:48:9 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | Any | ((object: str, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:48:35 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:48:35 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:48:35 - error: Cannot access attribute "append" for class "bool"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/report_node.py:48:35 - error: Cannot access attribute "append" for class "float"
    Attribute "append" is unknown (reportAttributeAccessIssue)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/serenity_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/serenity_node.py:37:5 - error: Type of "evaluation" is partially unknown
    Type of "evaluation" is "dict[str, Any | float | list[Unknown]]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/truth_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/truth_node.py:33:5 - error: Type of "evaluation" is partially unknown
    Type of "evaluation" is "dict[str, Any | float | list[Unknown]]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:25:34 - error: Type of "ChancellorContext" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:25:53 - error: Type of "ChancellorNode" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:26:40 - error: Type of "TrinityScore" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:66:48 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:66:48 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:66:56 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:66:56 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:72:55 - error: Argument type is unknown
    Argument corresponds to parameter "A" in function "_matrix_multiply" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:72:55 - error: Argument type is unknown
    Argument corresponds to parameter "B" in function "_matrix_multiply" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:74:55 - error: Argument type is unknown
    Argument corresponds to parameter "prior" in function "_bayesian_update" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:74:55 - error: Argument type is unknown
    Argument corresponds to parameter "likelihood" in function "_bayesian_update" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:107:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "dict_values[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:108:34 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:108:37 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:125:59 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:125:59 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:125:67 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:125:67 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:133:42 - error: Type of "_execute_parallel" is partially unknown
    Type of "_execute_parallel" is "(operation: str, ...) -> CoroutineType[Any, Any, list[dict[str, Any]]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:133:77 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "_execute_parallel" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:133:85 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "_execute_parallel" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:144:45 - error: Type of "_execute_serial_verification" is partially unknown
    Type of "_execute_serial_verification" is "(operation: str, consensus_result: Any, ...) -> CoroutineType[Any, Any, bool]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:145:51 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "_execute_serial_verification" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:145:59 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "_execute_serial_verification" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:186:56 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:186:56 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:186:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:186:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:191:17 - error: Type of "_safe_agent_calculation" is partially unknown
    Type of "_safe_agent_calculation" is "(agent: CalculationAgent, operation: str, ...) -> CoroutineType[Any, Any, tuple[Any, float]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:191:65 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "_safe_agent_calculation" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:191:73 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "_safe_agent_calculation" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:193:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:195:9 - error: Type of "results" is partially unknown
    Type of "results" is "list[Unknown | BaseException]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:195:41 - error: Argument type is unknown
    Argument corresponds to parameter "coros_or_futures" in function "gather" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:199:16 - error: Type of "result" is partially unknown
    Type of "result" is "Unknown | BaseException" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:199:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "list[Unknown | BaseException]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:201:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:210:17 - error: Type of "result_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:210:30 - error: Type of "exec_time" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:210:42 - error: "BaseException" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:211:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:220:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:223:57 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:223:57 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:223:65 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:223:65 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:228:17 - error: Type of "calculate" is partially unknown
    Type of "calculate" is "(operation: str, ...) -> CoroutineType[Any, Any, tuple[Any, float]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:228:45 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "calculate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:228:53 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "calculate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:248:13 - error: Type of "consensus_result" is partially unknown
    Type of "consensus_result" is "ndarray[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:252:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "b" in function "allclose"
    Argument type is "ndarray[Unknown, Unknown] | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:267:24 - error: Return type, "tuple[ndarray[Unknown, Unknown] | Any, float]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:274:38 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:276:13 - error: Type of "max_count" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:276:29 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "max"
    Argument type is "dict_values[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:277:13 - error: Type of "consensus_ratio" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:282:39 - error: No overloads for "max" match the provided arguments (reportCallIssue)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:282:69 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:282:69 - error: Argument of type "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" cannot be assigned to parameter "key" of type "(_T@max) -> SupportsRichComparison" in function "max"
    No overloaded function matches type "(Unknown) -> SupportsRichComparison" (reportArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:283:32 - error: Return type, "tuple[Any, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:288:55 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:288:55 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:288:63 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:288:63 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:296:21 - error: Type of "calculate" is partially unknown
    Type of "calculate" is "(operation: str, ...) -> CoroutineType[Any, Any, tuple[Any, float]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:296:59 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "calculate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:296:67 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "calculate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:303:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "b" in function "allclose"
    Argument type is "ndarray[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:335:22 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:339:9 - error: Type of "__init__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:349:15 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:349:29 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:354:9 - error: Type of "operation" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:354:21 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:355:9 - error: Type of "args" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:355:16 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:356:9 - error: Type of "kwargs" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:356:18 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:359:35 - error: Type of "validate_calculation" is partially unknown
    Type of "validate_calculation" is "(operation: str, ...) -> CoroutineType[Any, Any, ValidationResult]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:359:73 - error: Argument type is unknown
    Argument corresponds to parameter "operation" in function "validate_calculation" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:359:85 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "validate_calculation" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:366:9 - error: Type of "update" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:378:15 - error: Type of "_log_validation_results" is partially unknown
    Type of "_log_validation_results" is "(result: ValidationResult, context: Unknown) -> CoroutineType[Any, Any, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:378:63 - error: Argument type is unknown
    Argument corresponds to parameter "context" in function "_log_validation_results" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:381:9 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:381:25 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:382:9 - error: Type of "validation_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:382:28 - error: Type of "_calculate_validation_trinity_score" is partially unknown
    Type of "_calculate_validation_trinity_score" is "(result: ValidationResult) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:383:9 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:383:25 - error: Type of "combine" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:387:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:389:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:397:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:405:71 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:413:9 - error: Type of "log_data" is partially unknown
    Type of "log_data" is "dict[str, int | str | bool | float | list[dict[str, Any]] | dict[str, Unknown | str] | None]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:424:30 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:425:28 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:426:38 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/nodes/validation_node.py:426:38 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/chancellor_v2/graph/state.py
  ./packages/afo-core/AFO/api/chancellor_v2/graph/state.py:31:5 - error: Type of "plan" is partially unknown
    Type of "plan" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/state.py:32:5 - error: Type of "outputs" is partially unknown
    Type of "outputs" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/graph/state.py:33:5 - error: Type of "errors" is partially unknown
    Type of "errors" is "list[Unknown]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/chancellor_v2/metrics.py
  ./packages/afo-core/AFO/api/chancellor_v2/metrics.py:62:5 - error: "PROMETHEUS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
./packages/afo-core/AFO/api/chancellor_v2/observability.py
  ./packages/afo-core/AFO/api/chancellor_v2/observability.py:31:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/chancellor_v2/observability.py:32:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/chancellor_v2/observability.py:44:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/compat.py
  ./packages/afo-core/AFO/api/compat.py:32:46 - error: Import "pillars_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:37:56 - error: Import "system_health_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:43:50 - error: Import "health_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:534:45 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/compat.py:568:61 - error: Import "chancellor_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:572:61 - error: Import "chancellor_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:612:54 - error: Import "edge_revalidate_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/compat.py:698:31 - error: Argument to class must be a base class (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/compat.py:698:31 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/api/compat.py:722:32 - error: Argument to class must be a base class (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/compat.py:722:32 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
./packages/afo-core/AFO/api/config.py
  ./packages/afo-core/AFO/api/config.py:153:6 - error: Argument of type "(self: Self@LifespanManager, app: FastAPI | None = None) -> CoroutineType[Any, Any, Any]" cannot be assigned to parameter "func" of type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]" in function "asynccontextmanager"
    Type "(self: Self@LifespanManager, app: FastAPI | None = None) -> CoroutineType[Any, Any, Any]" is not assignable to type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]"
      Function return type "CoroutineType[Any, Any, Any]" is incompatible with type "AsyncIterator[_T_co@asynccontextmanager]"
        "CoroutineType[Any, Any, Any]" is incompatible with protocol "AsyncIterator[_T_co@asynccontextmanager]"
          "__anext__" is not present
          "__aiter__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/config.py:252:44 - error: Unnecessary isinstance call; "str" is always an instance of "str" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/config.py:256:20 - error: Unnecessary isinstance call; "int" is always an instance of "int" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/config.py:286:2 - error: Argument of type "(app: FastAPI | None = None) -> CoroutineType[Any, Any, Any]" cannot be assigned to parameter "func" of type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]" in function "asynccontextmanager"
    Type "(app: FastAPI | None = None) -> CoroutineType[Any, Any, Any]" is not assignable to type "(**_P@asynccontextmanager) -> AsyncIterator[_T_co@asynccontextmanager]"
      Function return type "CoroutineType[Any, Any, Any]" is incompatible with type "AsyncIterator[_T_co@asynccontextmanager]"
        "CoroutineType[Any, Any, Any]" is incompatible with protocol "AsyncIterator[_T_co@asynccontextmanager]"
          "__anext__" is not present
          "__aiter__" is not present (reportArgumentType)
./packages/afo-core/AFO/api/guards/skills_allowlist_guard.py
  ./packages/afo-core/AFO/api/guards/skills_allowlist_guard.py:29:9 - error: Type of "data" is partially unknown
    Type of "data" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/guards/skills_allowlist_guard.py:30:53 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/guards/skills_allowlist_guard.py:30:53 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/guards/skills_allowlist_guard.py:31:16 - error: Return type, "Any | dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/initialization.py
  ./packages/afo-core/AFO/api/initialization.py:256:9 - error: "PG_POOL" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/initialization.py:267:9 - error: "PG_POOL" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/initialization.py:278:9 - error: "REDIS_CLIENT" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/initialization.py:285:9 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/initialization.py:288:9 - error: "REDIS_CLIENT" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
./packages/afo-core/AFO/api/middleware/__init__.py
  ./packages/afo-core/AFO/api/middleware/__init__.py:13:23 - error: Type of "audit_middleware" is partially unknown
    Type of "audit_middleware" is "(request: Unknown, call_next: Unknown) -> CoroutineType[Any, Any, Unknown]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/middleware/audit.py
  ./packages/afo-core/AFO/api/middleware/audit.py:17:24 - error: Type of parameter "app" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/audit.py:17:24 - error: Type annotation is missing for parameter "app" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/audit.py:18:26 - error: Argument type is unknown
    Argument corresponds to parameter "app" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/audit.py:28:48 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/audit.py:55:9 - error: Type of "log_entry" is partially unknown
    Type of "log_entry" is "dict[str, str | Any | list[Unknown] | None]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/audit.py:115:9 - error: Return type, "list[dict[Unknown, Unknown]]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/audit.py:115:57 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/middleware/audit.py:122:25 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/audit.py:123:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/audit.py:128:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/audit.py:130:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/audit.py:130:28 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/middleware/audit.py:132:9 - error: Type of "stats" is partially unknown
    Type of "stats" is "dict[str, int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/audit.py:146:25 - error: Operator "+=" not supported for types "int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "set[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "dict[Unknown, Unknown]" and "Literal[1]"
    Operator "+" not supported for types "list[Unknown]" and "Literal[1]" (reportOperatorIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:149:29 - error: Operator "+=" not supported for types "int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "set[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "dict[Unknown, Unknown]" and "Literal[1]"
    Operator "+" not supported for types "list[Unknown]" and "Literal[1]" (reportOperatorIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:151:29 - error: Operator "+=" not supported for types "int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "set[Unknown]" and "Literal[1]"
    Operator "+" not supported for types "dict[Unknown, Unknown]" and "Literal[1]"
    Operator "+" not supported for types "list[Unknown]" and "Literal[1]" (reportOperatorIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:152:29 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/audit.py:152:52 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:152:52 - error: Cannot access attribute "append" for class "set[Unknown]"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:152:52 - error: Cannot access attribute "append" for class "dict[Unknown, Unknown]"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:155:29 - error: Type of "add" is partially unknown
    Type of "add" is "Unknown | ((element: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/audit.py:155:50 - error: Cannot access attribute "add" for class "int"
    Attribute "add" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:155:50 - error: Cannot access attribute "add" for class "dict[Unknown, Unknown]"
    Attribute "add" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:155:50 - error: Cannot access attribute "add" for class "list[Unknown]"
    Attribute "add" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:25 - error: "__setitem__" method not defined on type "int" (reportIndexIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:25 - error: "__setitem__" method not defined on type "set[Unknown]" (reportIndexIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:52 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:71 - error: Cannot access attribute "get" for class "int"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:71 - error: Cannot access attribute "get" for class "set[Unknown]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:158:71 - error: Cannot access attribute "get" for class "list[Unknown]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:161:38 - error: "__getitem__" method not defined on type "int" (reportIndexIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:161:38 - error: "__getitem__" method not defined on type "set[Unknown]" (reportIndexIssue)
  ./packages/afo-core/AFO/api/middleware/audit.py:162:40 - error: Argument of type "int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "Sized"
      "int" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/middleware/audit.py:167:16 - error: Return type, "dict[str, int | set[Unknown] | dict[Unknown, Unknown] | list[Unknown]]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/middleware/cache_middleware.py
  ./packages/afo-core/AFO/api/middleware/cache_middleware.py:31:24 - error: Type of parameter "app" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/cache_middleware.py:31:24 - error: Type annotation is missing for parameter "app" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/cache_middleware.py:32:26 - error: Argument type is unknown
    Argument corresponds to parameter "app" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/cache_middleware.py:52:20 - error: Condition will always evaluate to True since the types "Redis" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/api/middleware/cache_middleware.py:53:21 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
./packages/afo-core/AFO/api/middleware/metrics.py
  ./packages/afo-core/AFO/api/middleware/metrics.py:24:5 - error: "PROMETHEUS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/middleware/metrics.py:36:13 - error: "ACTIVE_CONNECTIONS" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/middleware/metrics.py:42:17 - error: "ACTIVE_CONNECTIONS" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/middleware/metrics.py:51:13 - error: "REQUEST_COUNT" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/middleware/metrics.py:54:13 - error: "REQUEST_LATENCY" is possibly unbound (reportPossiblyUnboundVariable)
./packages/afo-core/AFO/api/middleware/performance_middleware.py
  ./packages/afo-core/AFO/api/middleware/performance_middleware.py:160:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/performance_middleware.py:174:38 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sorted"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/performance_middleware.py:174:58 - error: Argument type is partially unknown
    Argument corresponds to parameter "key" in function "sorted"
    Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/performance_middleware.py:174:65 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/api/middleware/performance_middleware.py:174:68 - error: Return type of lambda is unknown (reportUnknownLambdaType)
./packages/afo-core/AFO/api/middleware/prometheus.py
  ./packages/afo-core/AFO/api/middleware/prometheus.py:62:24 - error: Type of parameter "app" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:62:24 - error: Type annotation is missing for parameter "app" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:63:26 - error: Argument type is unknown
    Argument corresponds to parameter "app" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:66:48 - error: Type of parameter "call_next" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:66:59 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:78:13 - error: Type of "response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:87:33 - error: Type of "status_code" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:87:33 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:94:33 - error: Type of "status_code" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:94:33 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:99:16 - error: Type of "status_code" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:101:53 - error: Type of "status_code" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:101:53 - error: Argument type is unknown
    Argument corresponds to parameter "status_code" in function "_get_error_type" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:188:5 - error: Return type, "(app: Unknown) -> PrometheusMiddleware", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:191:28 - error: Type of parameter "app" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:191:28 - error: Type annotation is missing for parameter "app" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:192:37 - error: Argument type is unknown
    Argument corresponds to parameter "app" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/prometheus.py:194:12 - error: Return type, "(app: Unknown) -> PrometheusMiddleware", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/middleware/rate_limit.py
  ./packages/afo-core/AFO/api/middleware/rate_limit.py:77:24 - error: Type of parameter "app" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/rate_limit.py:77:24 - error: Type annotation is missing for parameter "app" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/rate_limit.py:78:26 - error: Argument type is unknown
    Argument corresponds to parameter "app" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/middleware/rate_limit.py:84:48 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
./packages/afo-core/AFO/api/middleware/request_limits.py
  ./packages/afo-core/AFO/api/middleware/request_limits.py:23:48 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
./packages/afo-core/AFO/api/middleware/security.py
  ./packages/afo-core/AFO/api/middleware/security.py:26:48 - error: Type of parameter "call_next" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/security.py:26:59 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
./packages/afo-core/AFO/api/middleware/sql_guard.py
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:42:13 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:42:16 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:47:13 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:52:48 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:78:23 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:78:37 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:79:24 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/middleware/sql_guard.py:81:21 - error: "_receive" is protected and used outside of the class in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/api/models/family.py
  ./packages/afo-core/AFO/api/models/family.py:46:5 - error: Type of "members" is partially unknown
    Type of "members" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/models/family.py:47:5 - error: Type of "activities" is partially unknown
    Type of "activities" is "list[Unknown]" (reportUnknownVariableType)
./packages/afo-core/AFO/api/models/persona.py
  ./packages/afo-core/AFO/api/models/persona.py:60:59 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/models/persona.py:61:59 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/models/persona.py:86:58 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/api/router_manager.py
  ./packages/afo-core/AFO/api/router_manager.py:64:50 - error: Type of "time_travel_router" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/router_manager.py:82:5 - error: Function "_coerce_tags" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/api/router_manager.py:234:40 - error: Argument type is unknown
    Argument corresponds to parameter "router" in function "_safe_register_router" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/router_manager.py:339:70 - error: Type of "intake_router" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/router_manager.py:341:40 - error: Argument type is unknown
    Argument corresponds to parameter "router" in function "_safe_register_router" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/__init__.py
  ./packages/afo-core/AFO/api/routers/__init__.py:8:28 - error: "router" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/__init__.py:8:38 - error: Type of "health_router" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routers/aicpa.py
  ./packages/afo-core/AFO/api/routers/aicpa.py:20:23 - error: "get_aicpa_service" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/aicpa.py:20:23 - error: Type of "get_aicpa_service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:85:9 - error: Type of "service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:86:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:86:18 - error: Type of "execute_full_mission" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:109:9 - error: Type of "service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:111:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:111:18 - error: Type of "calculate_tax_scenario" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:140:9 - error: Type of "service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:142:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:142:18 - error: Type of "generate_roth_strategy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:172:9 - error: Type of "service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:175:9 - error: Type of "client_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:175:23 - error: Type of "get_client_data" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:176:9 - error: Type of "tax_result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:176:22 - error: Type of "calculate_tax_scenario" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:177:27 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:178:26 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:179:25 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:184:48 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:185:13 - error: Type of "roth_sim" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:185:24 - error: Type of "generate_roth_strategy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:186:29 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:187:31 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:188:32 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:192:9 - error: Type of "documents" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:192:21 - error: Type of "generate_all_documents" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:218:9 - error: Type of "service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:219:9 - error: Type of "client" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/aicpa.py:219:18 - error: Type of "get_client_data" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/api/routers/auth.py
  ./packages/afo-core/AFO/api/routers/auth.py:16:36 - error: Import "create_access_token" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/auth.py:16:57 - error: Import "hash_password" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/auth.py:16:72 - error: Import "verify_password" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/auth.py:16:89 - error: Import "verify_token" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/auth.py:37:9 - error: "AUTH_UTILS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/auth.py:39:9 - error: "AUTH_UTILS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/auth.py:176:28 - error: "create_access_token" is possibly unbound (reportPossiblyUnboundVariable)
./packages/afo-core/AFO/api/routers/budget.py
  ./packages/afo-core/AFO/api/routers/budget.py:144:47 - error: Unnecessary isinstance call; "int" is always an instance of "int | float | str" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/routers/budget.py:177:39 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/api/routers/budget.py:201:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:212:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/budget.py:248:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:260:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:276:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:288:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:301:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:312:50 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/budget.py:312:84 - error: Type of "s" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:316:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/budget.py:319:45 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/budget.py:481:50 - error: Type of "get_kingdom_forecast" is partially unknown
    Type of "get_kingdom_forecast" is "(periods: int = 3) -> dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:486:9 - error: Type of "result" is partially unknown
    Type of "result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:490:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:497:50 - error: Type of "get_kingdom_forecast" is partially unknown
    Type of "get_kingdom_forecast" is "(periods: int = 3) -> dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:499:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:543:50 - error: Type of "get_kingdom_forecast" is partially unknown
    Type of "get_kingdom_forecast" is "(periods: int = 3) -> dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/budget.py:545:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routers/chancellor_router.py
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:24:40 - error: Import "antigravity" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:41:37 - error: Type of "get_learning_profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:51:32 - error: Type of "execute_rag_shadow" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:51:52 - error: Type of "get_shadow_metrics" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:51:72 - error: Type of "is_rag_shadow_enabled" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:73:30 - error: Type of "execute_rag_with_mode" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:73:53 - error: Type of "get_rag_config" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:73:69 - error: Type of "init_rag_semaphore" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:103:60 - error: Import "execute_node" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:104:59 - error: Import "verify_node" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:105:48 - error: Import "run_v2" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:106:47 - error: Import "GraphState" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:127:42 - error: "build_chancellor_graph" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:127:68 - error: Type of "_bcg" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:130:9 - error: Type of "build_chancellor_graph" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:143:38 - error: "_get_cached_engine_status" is private and used outside of the module in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:342:5 - error: Variable "rag_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:346:9 - error: Type of "rag_result" is partially unknown
    Type of "rag_result" is "dict[str, Any] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:346:9 - error: Variable "rag_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:346:28 - error: "execute_rag_with_mode" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:348:13 - error: Type of "headers" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:348:13 - error: Argument type is partially unknown
    Argument corresponds to parameter "request_headers" in function "execute_rag_with_mode"
    Argument type is "Unknown | None" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:354:34 - error: "is_rag_shadow_enabled" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:358:13 - error: Argument type is partially unknown
    Argument corresponds to parameter "coro" in function "create_task"
    Argument type is "CoroutineType[Any, Any, dict[str, Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:358:13 - error: "execute_rag_shadow" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:527:9 - error: Return type, "(state: Unknown) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:528:13 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:528:17 - error: Type of parameter "state" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:528:17 - error: Type annotation is missing for parameter "state" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:529:13 - error: Type of "outputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:530:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:532:16 - error: Return type, "(state: Unknown) -> Unknown", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:534:5 - error: Type of "nodes" is partially unknown
    Type of "nodes" is "dict[str, ((state: Unknown) -> Unknown) | ((state: GraphState) -> CoroutineType[Any, Any, GraphState]) | ((state: GraphState) -> GraphState)]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:547:39 - error: Argument of type "dict[str, ((state: Unknown) -> Unknown) | ((state: GraphState) -> CoroutineType[Any, Any, GraphState]) | ((state: GraphState) -> GraphState)]" cannot be assigned to parameter "nodes" of type "dict[str, NodeFn]" in function "run_v2"
    "dict[str, ((state: Unknown) -> Unknown) | ((state: GraphState) -> CoroutineType[Any, Any, GraphState]) | ((state: GraphState) -> GraphState)]" is not assignable to "dict[str, NodeFn]"
      Type parameter "_VT@dict" is invariant, but "((state: Unknown) -> Unknown) | ((state: GraphState) -> CoroutineType[Any, Any, GraphState]) | ((state: GraphState) -> GraphState)" is not the same as "NodeFn"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:551:9 - error: Variable "verify_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:553:9 - error: Type of "response_text" is partially unknown
    Type of "response_text" is "Unknown | str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:554:13 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:631:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:631:28 - error: Type of "ainvoke" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:631:34 - error: Cannot access attribute "ainvoke" for class "ChancellorGraph"
    Attribute "ainvoke" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:650:5 - error: Type of "messages" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:650:16 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:651:5 - error: Type of "last_message" is partially unknown
    Type of "last_message" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:654:33 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:655:9 - error: Type of "response_text" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:655:25 - error: Type of "content" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:657:9 - error: Type of "response_text" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:657:25 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:660:5 - error: Type of "analysis_results" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:660:24 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:662:9 - error: Type of "strategists_consulted" is partially unknown
    Type of "strategists_consulted" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:662:38 - error: Type of "keys" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:662:38 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:666:20 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:668:26 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:765:40 - error: Type of "BASE_CONFIG" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:765:53 - error: Type of "apply_learning_profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:767:9 - error: Type of "profile" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:767:19 - error: "get_learning_profile" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:768:9 - error: Type of "response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:768:20 - error: Type of "to_dict" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:771:9 - error: Type of "effective_config" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:771:64 - error: Type of "data" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:771:64 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:774:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:801:13 - error: Type of "shadow_enabled" is partially unknown
    Type of "shadow_enabled" is "bool | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:801:30 - error: "is_rag_shadow_enabled" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:809:17 - error: Type of "metrics" is partially unknown
    Type of "metrics" is "dict[str, Any] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:809:33 - error: "get_shadow_metrics" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:810:17 - error: Argument of type "dict[str, Any] | Unknown" cannot be assigned to parameter "value" of type "bool | None" in function "__setitem__"
    Type "dict[str, Any] | Unknown" is not assignable to type "bool | None"
      Type "dict[str, Any]" is not assignable to type "bool | None"
        "dict[str, Any]" is not assignable to "bool"
        "dict[str, Any]" is not assignable to "None" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:814:13 - error: Argument of type "str" cannot be assigned to parameter "value" of type "bool" in function "__setitem__"
    "str" is not assignable to "bool" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:814:13 - error: Argument of type "str" cannot be assigned to parameter "value" of type "bool | None" in function "__setitem__"
    Type "str" is not assignable to type "bool | None"
      "str" is not assignable to "bool"
      "str" is not assignable to "None" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:814:13 - error: "__setitem__" method not defined on type "str" (reportIndexIssue)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:819:13 - error: Type of "config" is partially unknown
    Type of "config" is "dict[str, Any] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:819:22 - error: "get_rag_config" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:820:13 - error: Argument of type "dict[str, bool | Any | Unknown | dict[str, Any]]" cannot be assigned to parameter "value" of type "dict[str, bool] | dict[str, bool | None] | str" in function "__setitem__"
    Type "dict[str, bool | Any | Unknown | dict[str, Any]]" is not assignable to type "dict[str, bool] | dict[str, bool | None] | str"
      "dict[str, bool | Any | Unknown | dict[str, Any]]" is not assignable to "dict[str, bool]"
        Type parameter "_VT@dict" is invariant, but "bool | Any | Unknown | dict[str, Any]" is not the same as "bool"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, bool | Any | Unknown | dict[str, Any]]" is not assignable to "dict[str, bool | None]"
        Type parameter "_VT@dict" is invariant, but "bool | Any | Unknown | dict[str, Any]" is not the same as "bool | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, bool | Any | Unknown | dict[str, Any]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:828:13 - error: Argument of type "str" cannot be assigned to parameter "value" of type "bool" in function "__setitem__"
    "str" is not assignable to "bool" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:828:13 - error: Argument of type "str" cannot be assigned to parameter "value" of type "bool | None" in function "__setitem__"
    Type "str" is not assignable to type "bool | None"
      "str" is not assignable to "bool"
      "str" is not assignable to "None" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:828:13 - error: "__setitem__" method not defined on type "str" (reportIndexIssue)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:831:17 - error: Argument of type "Literal['available']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['available']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['available']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['available']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:831:53 - error: Argument of type "Literal['enabled']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['enabled']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['enabled']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['enabled']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:832:5 - error: Type of "flag_ok" is partially unknown
    Type of "flag_ok" is "bool | Any | Unknown | dict[str, Any] | str | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/chancellor_router.py:832:15 - error: Argument of type "Literal['available']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['available']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['available']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['available']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
./packages/afo-core/AFO/api/routers/council.py
  ./packages/afo-core/AFO/api/routers/council.py:89:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/council.py:93:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/decree_router.py
  ./packages/afo-core/AFO/api/routers/decree_router.py:2:20 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/decree_router.py:2:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/decree_router.py:2:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/decree_router.py:4:32 - error: Import "Depends" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/decree_router.py:7:38 - error: Type of "EvolutionMetadata" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:7:57 - error: Type of "dgm_engine" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:20:11 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:22:5 - error: Type of "history" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:22:15 - error: Type of "chronicle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:22:15 - error: Type of "get_history" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:23:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:23:19 - error: Type of "h" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:23:35 - error: Type of "decree_status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:32:5 - error: Type of "success" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:32:15 - error: Type of "chronicle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:32:15 - error: Type of "update_decree_status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:47:5 - error: Type of "success" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:47:15 - error: Type of "chronicle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/decree_router.py:47:15 - error: Type of "update_decree_status" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/api/routers/evolution_router.py
  ./packages/afo-core/AFO/api/routers/evolution_router.py:3:20 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:3:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:3:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:7:38 - error: Type of "EvolutionMetadata" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:7:57 - error: Type of "dgm_engine" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:8:42 - error: Type of "EvolutionProposal" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:8:61 - error: Type of "evolution_gate" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:9:40 - error: Type of "sentry" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:10:41 - error: Type of "persona_auth" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:17:27 - error: Type of "get_current_persona" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:17:27 - error: Argument type is unknown
    Argument corresponds to parameter "dependency" in function "Depends" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:22:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:27:8 - error: Type of "is_locked" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:31:9 - error: Type of "metadata" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:31:26 - error: Type of "evolve_step" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:32:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:41:5 - error: Type of "lock" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:48:5 - error: Type of "unlock" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:53:11 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:57:27 - error: Type of "metadata_path" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:57:27 - error: Argument type is unknown
    Argument corresponds to parameter "path" in function "exists" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:58:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:61:15 - error: Type of "metadata_path" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:61:15 - error: Argument type is unknown
    Argument corresponds to parameter "file" in function "open" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:63:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:63:28 - error: Type of "parse_raw" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:63:28 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:64:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:68:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:68:37 - error: Type of parameter "proposal" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:72:5 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:72:14 - error: Type of "verify_proposal" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/evolution_router.py:73:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routers/external_router.py
  ./packages/afo-core/AFO/api/routers/external_router.py:6:38 - error: Type of "EvolutionMetadata" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:6:38 - error: Import "EvolutionMetadata" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/external_router.py:6:57 - error: Type of "dgm_engine" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:7:40 - error: Type of "sentry" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:8:48 - error: Type of "sanitizer" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:21:47 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/routers/external_router.py:22:11 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/external_router.py:24:5 - error: Type of "history" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:24:15 - error: Type of "chronicle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:24:15 - error: Type of "get_history" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:28:9 - error: Type of "h" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:29:12 - error: Type of "decree_status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:30:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:32:34 - error: Type of "generation" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:33:33 - error: Type of "sanitize" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:33:59 - error: Type of "m" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:33:64 - error: Type of "modifications" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:34:42 - error: Type of "trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:35:34 - error: Type of "timestamp" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/external_router.py:38:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/external_router.py:45:40 - error: Type of "is_locked" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/api/routers/family.py
  ./packages/afo-core/AFO/api/routers/family.py:17:39 - error: Import "Activity" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/family.py:17:49 - error: Import "FamilyHubSystem" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/family.py:17:66 - error: Import "FamilyMember" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/family.py:21:5 - error: "MODELS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
./packages/afo-core/AFO/api/routers/finance.py
  ./packages/afo-core/AFO/api/routers/finance.py:54:9 - error: Type of "dashboard_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/finance.py:54:32 - error: Type of "get_financial_dashboard" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/finance.py:54:38 - error: Cannot access attribute "get_financial_dashboard" for class "JulieService"
    Attribute "get_financial_dashboard" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "financial_health_score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "monthly_spending" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "budget_remaining" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "recent_transactions" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "risk_alerts" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:55:43 - error: Argument type is unknown
    Argument corresponds to parameter "advice" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:68:27 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/api/routers/finance.py:76:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/finance.py:76:24 - error: Type of "process_transaction" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/finance.py:76:30 - error: Cannot access attribute "process_transaction" for class "JulieService"
    Attribute "process_transaction" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/finance.py:81:21 - error: Argument type is unknown
    Argument corresponds to parameter "success" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:82:18 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/finance.py:82:18 - error: Argument type is unknown
    Argument corresponds to parameter "mode" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:83:28 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/finance.py:83:28 - error: Argument type is unknown
    Argument corresponds to parameter "friction_score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/finance.py:84:20 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/finance.py:84:20 - error: Argument type is unknown
    Argument corresponds to parameter "reason" in function "__init__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/grok_stream.py
  ./packages/afo-core/AFO/api/routers/grok_stream.py:26:31 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/routers/grok_stream.py:42:23 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/api/routers/health.py
  ./packages/afo-core/AFO/api/routers/health.py:13:35 - error: Import "get_db_connection" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/health.py:14:40 - error: Import "get_redis_url" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/health.py:20:63 - error: Import "comprehensive_health_router" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/api/routers/julie_royal.py
  ./packages/afo-core/AFO/api/routers/julie_royal.py:22:12 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:22:18 - error: Type of "get_royal_status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:22:32 - error: Cannot access attribute "get_royal_status" for class "JulieService"
    Attribute "get_royal_status" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:30:12 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:30:18 - error: Type of "get_financial_dashboard" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:30:32 - error: Cannot access attribute "get_financial_dashboard" for class "JulieService"
    Attribute "get_financial_dashboard" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:44:12 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:44:18 - error: Type of "calculate_tax_scenario" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:44:32 - error: Cannot access attribute "calculate_tax_scenario" for class "JulieService"
    Attribute "calculate_tax_scenario" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:62:12 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:62:18 - error: Type of "process_transaction" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/julie_royal.py:62:32 - error: Cannot access attribute "process_transaction" for class "JulieService"
    Attribute "process_transaction" is unknown (reportAttributeAccessIssue)
./packages/afo-core/AFO/api/routers/learning_log_router.py
  ./packages/afo-core/AFO/api/routers/learning_log_router.py:36:30 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/routers/learning_log_router.py:69:43 - error: The method "dict" in class "SQLModel" is deprecated
    🚨 `obj.dict()` was deprecated in SQLModel 0.0.14, you should
  instead use `obj.model_dump()`. (reportDeprecated)
./packages/afo-core/AFO/api/routers/learning_pipeline.py
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:48:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:71:5 - error: Type of "trinity_scores" is partially unknown
    Type of "trinity_scores" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:71:23 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:71:54 - error: Type of "e" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:72:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:72:45 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:74:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:74:32 - error: Type of "e" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:74:48 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:75:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/learning_pipeline.py:78:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/matrix.py
  ./packages/afo-core/AFO/api/routers/matrix.py:10:31 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/matrix.py:25:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routers/multimodal.py
  ./packages/afo-core/AFO/api/routers/multimodal.py:24:5 - error: Type of "status" is partially unknown
    Type of "status" is "dict[str, dict[str, bool | None] | dict[str, bool | list[Unknown]]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:35:9 - error: Argument of type "dict[str, bool | str | None]" cannot be assigned to parameter "value" of type "dict[str, bool | None] | dict[str, bool | list[Unknown]]" in function "__setitem__"
    Type "dict[str, bool | str | None]" is not assignable to type "dict[str, bool | None] | dict[str, bool | list[Unknown]]"
      "dict[str, bool | str | None]" is not assignable to "dict[str, bool | None]"
        Type parameter "_VT@dict" is invariant, but "bool | str | None" is not the same as "bool | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, bool | str | None]" is not assignable to "dict[str, bool | list[Unknown]]"
        Type parameter "_VT@dict" is invariant, but "bool | str | None" is not the same as "bool | list[Unknown]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:36:33 - error: "_ollama_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:37:45 - error: "_ollama_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:47:9 - error: Argument of type "dict[str, bool | str | None]" cannot be assigned to parameter "value" of type "dict[str, bool | None] | dict[str, bool | list[Unknown]]" in function "__setitem__"
    Type "dict[str, bool | str | None]" is not assignable to type "dict[str, bool | None] | dict[str, bool | list[Unknown]]"
      "dict[str, bool | str | None]" is not assignable to "dict[str, bool | None]"
        Type parameter "_VT@dict" is invariant, but "bool | str | None" is not the same as "bool | None"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, bool | str | None]" is not assignable to "dict[str, bool | list[Unknown]]"
        Type parameter "_VT@dict" is invariant, but "bool | str | None" is not the same as "bool | list[Unknown]"
        Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:48:32 - error: "_whisper_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:49:48 - error: "_whisper_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:60:32 - error: "_ffmpeg_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:66:12 - error: Return type, "dict[str, dict[str, bool | None] | dict[str, bool | list[Unknown]]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:88:23 - error: "_ollama_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:92:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:92:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__init__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:129:22 - error: "_whisper_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:133:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:133:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__init__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:172:22 - error: "_ffmpeg_available" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/api/routers/multimodal.py:176:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:176:68 - error: Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__init__"
    Type "str | None" is not assignable to type "StrPath"
      Type "None" is not assignable to type "StrPath"
        "None" is not assignable to "str"
        "None" is incompatible with protocol "PathLike[str]"
          "__fspath__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:217:22 - error: Type of "generate_music" is partially unknown
    Type of "generate_music" is "(timeline_state: dict[str, Any], **kwargs: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/multimodal.py:370:28 - error: Type of "generate_music" is partially unknown
    Type of "generate_music" is "(timeline_state: dict[str, Any], **kwargs: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
./packages/afo-core/AFO/api/routers/personas.py
  ./packages/afo-core/AFO/api/routers/personas.py:18:64 - error: Import "switch_persona_service" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/personas.py:22:5 - error: "PERSONA_SERVICE_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/personas.py:30:9 - error: Import "PersonaResponse" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/personas.py:37:5 - error: "PERSONA_MODELS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/personas.py:135:26 - error: "get_current_persona" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:171:36 - error: "persona_service" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:174:31 - error: "Persona" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:184:33 - error: "PersonaContext" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:188:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/personas.py:199:20 - error: Type of "id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/personas.py:199:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "any"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/personas.py:199:51 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/personas.py:200:23 - error: "Persona" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:208:25 - error: "PersonaContext" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:210:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/personas.py:213:22 - error: Type of "model_dump" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/personas.py:213:41 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/personas.py:214:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/personas.py:238:19 - error: "Persona" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:246:21 - error: "PersonaContext" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:254:26 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:254:35 - error: "PersonaSwitchRequest" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:267:8 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:269:57 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:272:37 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:286:13 - error: Import "calculate_happiness_impact" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/personas.py:325:19 - error: "Persona" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:333:21 - error: "PersonaContext" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:335:34 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:336:29 - error: "request" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:341:25 - error: "PersonaTrinityScore" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:385:34 - error: "persona_service" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:390:33 - error: "PersonaTrinityScore" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routers/personas.py:417:25 - error: "PersonaTrinityScore" is possibly unbound (reportPossiblyUnboundVariable)
./packages/afo-core/AFO/api/routers/public_sandbox_router.py
  ./packages/afo-core/AFO/api/routers/public_sandbox_router.py:3:32 - error: Import "HTTPException" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/api/routers/rag_query.py
  ./packages/afo-core/AFO/api/routers/rag_query.py:10:5 - error: Import "HybridRAG" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/rag_query.py:96:5 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:113:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:115:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:121:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:139:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:145:9 - error: Type of "retrieval_results" is partially unknown
    Type of "retrieval_results" is "list[Unknown | BaseException]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:145:51 - error: Argument type is unknown
    Argument corresponds to parameter "coros_or_futures" in function "gather" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:146:13 - error: Type of "r_chunk" is partially unknown
    Type of "r_chunk" is "Unknown | BaseException" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:147:77 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:148:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "extend"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:153:5 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:163:16 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/routers/rag_query.py:171:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:192:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "processing_log" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:241:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:247:9 - error: Type of "retrieval_results" is partially unknown
    Type of "retrieval_results" is "list[Unknown | BaseException]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:247:51 - error: Argument type is unknown
    Argument corresponds to parameter "coros_or_futures" in function "gather" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:248:13 - error: Type of "r_chunk" is partially unknown
    Type of "r_chunk" is "Unknown | BaseException" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:250:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "extend"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/rag_query.py:253:5 - error: Variable "graph_context" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routers/rag_query.py:257:16 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/routers/rag_query.py:262:13 - error: Variable "graph_context" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routers/rag_query.py:272:9 - error: Argument of type "CoroutineType[Any, Any, Any]" cannot be assigned to parameter "content" of type "ContentStream" in function "__init__"
    Type "CoroutineType[Any, Any, Any]" is not assignable to type "ContentStream"
      "CoroutineType[Any, Any, Any]" is incompatible with protocol "AsyncIterable[Content]"
        "__aiter__" is not present
      "CoroutineType[Any, Any, Any]" is incompatible with protocol "Iterable[Content]"
        "__iter__" is not present (reportArgumentType)
./packages/afo-core/AFO/api/routers/skills.py
  ./packages/afo-core/AFO/api/routers/skills.py:198:32 - error: Type of parameter "d" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:198:32 - error: Type annotation is missing for parameter "d" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:199:21 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:199:24 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:199:29 - error: Type of "items" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:200:35 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "setattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:210:40 - error: Type of parameter "data" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:210:40 - error: Type annotation is missing for parameter "data" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:211:29 - error: Type of "key" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:211:34 - error: Type of "value" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:211:43 - error: Type of "items" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:212:43 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "setattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:217:15 - error: Return type, "dict[str, str | Unknown | dict[Unknown, Unknown]]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:217:50 - error: Type of parameter "parameters" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routers/skills.py:217:62 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/routers/skills.py:229:16 - error: Return type, "dict[str, str | Unknown | dict[Unknown, Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:231:27 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:231:33 - error: Cannot access attribute "name" for class "MockSkill"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:232:25 - error: Type of "category" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:232:31 - error: Cannot access attribute "category" for class "MockSkill"
    Attribute "category" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:233:33 - error: Type of "philosophy_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:233:39 - error: Cannot access attribute "philosophy_score" for class "MockSkill"
    Attribute "philosophy_score" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:235:35 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:235:41 - error: Cannot access attribute "name" for class "MockSkill"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:284:20 - error: Type of "id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:284:20 - error: Argument type is unknown
    Argument corresponds to parameter "id" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:284:26 - error: Cannot access attribute "id" for class "MockSkillObj"
    Attribute "id" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:285:22 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:285:22 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:285:28 - error: Cannot access attribute "name" for class "MockSkillObj"
    Attribute "name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:286:29 - error: Type of "description" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:286:29 - error: Argument type is unknown
    Argument corresponds to parameter "description" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:286:35 - error: Cannot access attribute "description" for class "MockSkillObj"
    Attribute "description" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:291:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:291:43 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/api/routers/skills.py:293:53 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:300:46 - error: Function with declared return type "dict[str, Any]" must return value on all code paths
    "None" is not assignable to "dict[str, Any]" (reportReturnType)
  ./packages/afo-core/AFO/api/routers/skills.py:354:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:354:28 - error: "Never" is not awaitable (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/routers/skills.py:362:20 - error: Argument missing for parameter "error" (reportCallIssue)
  ./packages/afo-core/AFO/api/routers/skills.py:415:17 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/skills.py:415:26 - error: "Never" is not iterable (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/routers/skills.py:416:32 - error: Type of "id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:416:32 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:418:33 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/skills.py:418:33 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:419:43 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/skills.py:420:55 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/ssot.py
  ./packages/afo-core/AFO/api/routers/ssot.py:43:5 - error: Type of "metrics" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/ssot.py:43:15 - error: Type of "get_current_metrics" is partially unknown
    Type of "get_current_metrics" is "() -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:46:5 - error: Type of "raw_scores" is partially unknown
    Type of "raw_scores" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/ssot.py:47:18 - error: Type of "truth" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:48:21 - error: Type of "goodness" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:49:19 - error: Type of "beauty" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:50:21 - error: Type of "filial_serenity" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:51:21 - error: Type of "eternity" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routers/ssot.py:60:19 - error: Argument type is unknown
    Argument corresponds to parameter "score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/ssot.py:67:19 - error: Argument type is unknown
    Argument corresponds to parameter "score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/ssot.py:74:19 - error: Argument type is unknown
    Argument corresponds to parameter "score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/ssot.py:81:19 - error: Argument type is unknown
    Argument corresponds to parameter "score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/ssot.py:88:19 - error: Argument type is unknown
    Argument corresponds to parameter "score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routers/ssot.py:95:5 - error: Type of "calculated_trinity" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/ssot.py:107:29 - error: Argument type is unknown
    Argument corresponds to parameter "number" in function "round" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routers/thoughts.py
  ./packages/afo-core/AFO/api/routers/thoughts.py:9:31 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routers/thoughts.py:63:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routers/users.py
  ./packages/afo-core/AFO/api/routers/users.py:9:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/users.py:20:51 - error: Import "verify_password" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/users.py:23:5 - error: "DB_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/users.py:24:5 - error: "AUTH_UTILS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/users.py:27:51 - error: Import "verify_password" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routers/users.py:30:9 - error: "DB_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/users.py:31:9 - error: "AUTH_UTILS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routers/users.py:186:32 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/api/routes/chat.py
  ./packages/afo-core/AFO/api/routes/chat.py:148:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/chat.py:160:19 - error: Argument type is partially unknown
    Argument corresponds to parameter "providers" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/comprehensive_health.py
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:22:32 - error: Import "Response" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:23:31 - error: Import "JSONResponse" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:24:39 - error: Import "BaseHTTPMiddleware" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:25:45 - error: Import "StarletteResponse" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:29:40 - error: Import "AutomationTools" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:30:34 - error: Type of "add_to_sys_path" is partially unknown
    Type of "add_to_sys_path" is "(path: Path, sys_path_list: list[Unknown] | None = None) -> None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:45:9 - error: Type of "stats" is partially unknown
    Type of "stats" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:45:17 - error: Type of "get_statistics" is partially unknown
    Type of "get_statistics" is "() -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:46:9 - error: Type of "recent_samples" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:46:26 - error: Type of "get_recent_samples" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:46:48 - error: Cannot access attribute "get_recent_samples" for class "TrinityScoreMonitor"
    Attribute "get_recent_samples" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:72:9 - error: Type of "trend_analysis" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:72:26 - error: Type of "get_trend_analysis" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:72:48 - error: Cannot access attribute "get_trend_analysis" for class "TrinityScoreMonitor"
    Attribute "get_trend_analysis" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:132:13 - error: Type of "trinity_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:139:9 - error: Type of "response_data" is partially unknown
    Type of "response_data" is "dict[str, str | Any | Unknown | float | dict[Unknown, Unknown] | dict[str, Any] | dict[str, bool] | dict[str, str | list[str]] | None]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:149:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "number" in function "round"
    Argument type is "Unknown | Any | float" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:170:16 - error: Return type, "dict[str, str | Any | Unknown | float | dict[Unknown, Unknown] | dict[str, Any] | dict[str, bool] | dict[str, str | list[str]] | None]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:211:18 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/comprehensive_health.py:211:18 - error: Type of "get" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/api/routes/context7.py
  ./packages/afo-core/AFO/api/routes/context7.py:56:13 - error: Type of "raw_results" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/context7.py:56:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/context7.py:59:13 - error: Type of "raw_results" is partially unknown
    Type of "raw_results" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/context7.py:64:13 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/context7.py:68:31 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/context7.py:69:36 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/context7.py:70:37 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/context7.py:71:34 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/context7.py:107:9 - error: Variable "context7" is not accessed (reportUnusedVariable)
./packages/afo-core/AFO/api/routes/crag.py
  ./packages/afo-core/AFO/api/routes/crag.py:24:27 - error: Type "Overload[(func: (**P@traceable) -> R@traceable) -> SupportsLangsmithExtra[P@traceable, R@traceable], (run_type: RUN_TYPE_T = "chain", *, name: str | None = None, metadata: Mapping[str, Any] | None = None, tags: list[str] | None = None, client: Client | None = None, reduce_fn: ((Sequence[Unknown]) -> (dict[Unknown, Unknown] | str)) | None = None, project_name: str | None = None, process_inputs: ((dict[Unknown, Unknown]) -> dict[Unknown, Unknown]) | None = None, process_outputs: ((...) -> dict[Unknown, Unknown]) | None = None, process_chunk: ((...) -> Unknown) | None = None, _invocation_params_fn: ((dict[Unknown, Unknown]) -> dict[Unknown, Unknown]) | None = None, dangerously_allow_filesystem: bool = False) -> ((((**P@traceable) -> R@traceable)) -> SupportsLangsmithExtra[P@traceable, R@traceable])]" is not assignable to declared type "(name: str | None = None) -> ((((...) -> Unknown)) -> ((...) -> Unknown))"
    No overloaded function matches type "(name: str | None = None) -> ((((...) -> Unknown)) -> ((...) -> Unknown))" (reportAssignmentType)
  ./packages/afo-core/AFO/api/routes/crag.py:24:27 - error: Type of "traceable" is partially unknown
    Type of "traceable" is "Overload[(func: (**P@traceable) -> R@traceable) -> SupportsLangsmithExtra[P@traceable, R@traceable], (run_type: Literal['tool', 'chain', 'llm', 'retriever', 'embedding', 'prompt', 'parser'] = "chain", *, name: str | None = None, metadata: Mapping[str, Any] | None = None, tags: list[str] | None = None, client: Client | None = None, reduce_fn: ((Sequence[Unknown]) -> (dict[Unknown, Unknown] | str)) | None = None, project_name: str | None = None, process_inputs: ((dict[Unknown, Unknown]) -> dict[Unknown, Unknown]) | None = None, process_outputs: ((...) -> dict[Unknown, Unknown]) | None = None, process_chunk: ((...) -> Unknown) | None = None, _invocation_params_fn: ((dict[Unknown, Unknown]) -> dict[Unknown, Unknown]) | None = None, dangerously_allow_filesystem: bool = False) -> ((((**P@traceable) -> R@traceable)) -> SupportsLangsmithExtra[P@traceable, R@traceable])]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:28:5 - error: "LANGSMITH_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/crag.py:32:13 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/crag.py:32:23 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/crag.py:32:29 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/routes/crag.py:32:42 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/api/routes/crag.py:33:20 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:35:16 - error: Return type, "(func: (...) -> Unknown) -> ((...) -> Unknown)", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:46:5 - error: "LLM_ROUTER_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/crag.py:56:5 - error: "TAVILY_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/crag.py:76:26 - error: "TavilySearchResults" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/crag.py:182:17 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:183:17 - error: Type of "content" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:183:27 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/crag.py:183:50 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/crag.py:185:33 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:279:5 - error: Type of "graded_docs" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:280:5 - error: Type of "best_score" is partially unknown
    Type of "best_score" is "Unknown | float" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:280:22 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/crag.py:280:22 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "max" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:288:9 - error: Type of "fallback_docs" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:289:30 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "extend" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:294:5 - error: Type of "answer_text" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/crag.py:298:21 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/crag.py:298:21 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "sum" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:298:49 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:303:9 - error: Argument type is partially unknown
    Argument corresponds to parameter "args" in function "info"
    Argument type is "Unknown | float" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:311:16 - error: Argument type is unknown
    Argument corresponds to parameter "answer" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/crag.py:312:21 - error: Argument type is unknown
    Argument corresponds to parameter "graded_docs" in function "__init__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/debugging.py
  ./packages/afo-core/AFO/api/routes/debugging.py:17:53 - error: Type of "run_automated_debugging" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:35:9 - error: Type of "report" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:40:30 - error: Type of "report_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:41:30 - error: Type of "timestamp" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:41:30 - error: Type of "isoformat" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:42:33 - error: Type of "total_errors" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:43:39 - error: Type of "errors_by_severity" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:44:39 - error: Type of "errors_by_category" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:45:31 - error: Type of "auto_fixed" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:46:36 - error: Type of "manual_required" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:47:34 - error: Type of "trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:48:36 - error: Type of "recommendations" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:49:35 - error: Type of "execution_time" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:67:61 - error: Type of "AutomatedDebuggingSystem" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:69:9 - error: Type of "system" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:73:33 - error: Type of "project_root" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:73:33 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/debugging.py:103:61 - error: Type of "AutomatedDebuggingSystem" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:105:9 - error: Type of "system" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:108:9 - error: Type of "tracking_file" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging.py:109:13 - error: Type of "project_root" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:114:12 - error: Type of "exists" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/debugging.py:115:23 - error: Argument type is unknown
    Argument corresponds to parameter "file" in function "open" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/debugging_stream.py
  ./packages/afo-core/AFO/api/routes/debugging_stream.py:17:31 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/debugging_stream.py:41:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/debugging_stream.py:87:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routes/dspy.py
  ./packages/afo-core/AFO/api/routes/dspy.py:10:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/dspy.py:10:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/dspy.py:10:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/dspy.py:22:5 - error: "DSPY_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/dspy.py:25:26 - error: Type of "Context7Manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:26:39 - error: Type of "SkillRegistry" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:28:40 - error: Type of "TrinityMetricWrapper" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:56:9 - error: Type of "context7" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:57:9 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:58:9 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:64:17 - error: Type of "lm" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:64:27 - error: Type of "OllamaLocal" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:64:27 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:64:32 - error: "OllamaLocal" is not a known attribute of module "dspy" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/dspy.py:68:21 - error: Type of "lm" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:68:31 - error: Type of "OpenAI" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:68:31 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:68:36 - error: "OpenAI" is not a known attribute of module "dspy" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/dspy.py:80:26 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:82:17 - error: Type of "__init__" is partially unknown
    Type of "__init__" is "(callbacks: Unknown | None = None) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:83:34 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:86:24 - error: Type of "answer" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:86:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:95:16 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/routes/dspy.py:97:27 - error: Type of "with_inputs" is partially unknown
    Type of "with_inputs" is "(*keys: Unknown) -> Example" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:97:27 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:100:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:101:18 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/routes/dspy.py:103:27 - error: Type of "with_inputs" is partially unknown
    Type of "with_inputs" is "(*keys: Unknown) -> Example" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:103:27 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:107:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:109:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:39 - error: Type of parameter "example" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:39 - error: Type annotation is missing for parameter "example" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:48 - error: Type of parameter "prediction" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:48 - error: Type annotation is missing for parameter "prediction" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:60 - error: Type of parameter "trace" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:111:60 - error: Type annotation is missing for parameter "trace" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:115:13 - error: Type of "scores" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:115:22 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:115:22 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:116:27 - error: Type of "question" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:116:55 - error: Type of "answer" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:127:34 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:127:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:135:35 - error: Type of parameter "task_module" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:135:35 - error: Type annotation is missing for parameter "task_module" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:135:48 - error: Type of parameter "trainset" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:135:48 - error: Type annotation is missing for parameter "trainset" (reportMissingParameterType)
  ./packages/afo-core/AFO/api/routes/dspy.py:137:34 - error: Type of "lm" is partially unknown
    Type of "lm" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:143:9 - error: Type of "configure" is partially unknown
    Type of "configure" is "(**kwargs: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:143:9 - error: "dspy" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:143:36 - error: Type of "lm" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:143:36 - error: Argument type is unknown
    Argument corresponds to parameter "lm" in function "configure" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:148:24 - error: "MIPROv2" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/dspy.py:149:20 - error: Type of "trinity_metric_function" is partially unknown
    Type of "trinity_metric_function" is "(example: Unknown, prediction: Unknown, trace: Unknown | None = None) -> (int | float)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:157:32 - error: Type of "compile" is partially unknown
    Type of "compile" is "(student: Any, *, trainset: list[Unknown], teacher: Any = None, valset: list[Unknown] | None = None, num_trials: int | None = None, max_bootstrapped_demos: int | None = None, max_labeled_demos: int | None = None, seed: int | None = None, minibatch: bool = True, minibatch_size: int = 35, minibatch_full_eval_steps: int = 5, program_aware_proposer: bool = True, data_aware_proposer: bool = True, view_data_batch_size: int = 10, tip_aware_proposer: bool = True, fewshot_aware_proposer: bool = True, requires_permission_to_run: bool | None = None, provide_traceback: bool | None = None) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:157:83 - error: Argument type is unknown
    Argument corresponds to parameter "trainset" in function "compile" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:205:17 - error: Type of "context7_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:205:39 - error: Type of "context7" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:205:39 - error: Type of "get_relevant_context" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:209:21 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:212:53 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:213:39 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:238:18 - error: Type of "optimize_with_mipro" is partially unknown
    Type of "optimize_with_mipro" is "(task_module: Unknown, trainset: Unknown, config: dict[str, Any]) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:241:9 - error: Type of "trinity_scores" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/dspy.py:241:26 - error: Type of "trinity_metric" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:241:26 - error: Type of "calculate_trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:250:83 - error: Argument type is unknown
    Argument corresponds to parameter "trinity_scores" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:254:27 - error: Argument type is unknown
    Argument corresponds to parameter "trinity_score" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:257:28 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/dspy.py:257:28 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "max" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/dspy.py:271:27 - error: Type of "lm" is partially unknown
    Type of "lm" is "Unknown | None" (reportUnknownMemberType)
./packages/afo-core/AFO/api/routes/edge_revalidate.py
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:18:20 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:21:57 - error: Import "HTTPException" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:156:11 - error: Return type, "dict[str, int | list[Unknown]]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:168:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:179:12 - error: Return type, "dict[str, int | list[Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/edge_revalidate.py:181:33 - error: Type of "r" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routes/git_status.py
  ./packages/afo-core/AFO/api/routes/git_status.py:89:25 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/api/routes/heal_router.py
  ./packages/afo-core/AFO/api/routes/heal_router.py:9:20 - error: Import "Any" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/api/routes/integrity_check.py
  ./packages/afo-core/AFO/api/routes/integrity_check.py:65:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:66:13 - error: Type of "total_score" is partially unknown
    Type of "total_score" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:74:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:74:46 - error: Type of "r" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:74:75 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:78:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "number" in function "round"
    Argument type is "Any | Unknown | float" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:177:39 - error: Condition will always evaluate to True since the types "ChancellorGraph" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:193:32 - error: Condition will always evaluate to True since the types "type[AFOConstitution]" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:224:9 - error: Variable "infrastructure_path" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:293:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "all"
    Argument type is "Generator[Unknown | bool, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:293:41 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:293:74 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:296:39 - error: Type of "o" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:296:54 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:297:60 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:303:39 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/integrity_check.py:303:39 - error: Import "EventSourceResponse" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/api/routes/julie.py
  ./packages/afo-core/AFO/api/routes/julie.py:14:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/julie.py:17:31 - error: Import "JSONResponse" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/julie.py:19:23 - error: Type of "DepInput" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:19:33 - error: Type of "DepOutput" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:19:44 - error: Type of "julie_depreciation_calc" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:60:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/julie.py:61:5 - error: Type of parameter "input_data" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/julie.py:77:69 - error: Type of "total_cost" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:80:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:84:40 - error: Type of "model_dump" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:84:40 - error: Argument type is unknown
    Argument corresponds to parameter "input_data" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/julie.py:84:65 - error: Type of "model_dump" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:84:65 - error: Argument type is unknown
    Argument corresponds to parameter "result_data" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/julie.py:88:65 - error: Type of "net_saving" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:89:29 - error: Type of "evidence_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:92:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:115:9 - error: Type of "test_input" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:117:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/julie.py:122:30 - error: Type of "trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:123:28 - error: Type of "evidence_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:126:31 - error: Type of "net_saving" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:127:31 - error: Type of "fed_saving" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/julie.py:128:31 - error: Type of "ca_addback" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/api/routes/mcp_tools.py
  ./packages/afo-core/AFO/api/routes/mcp_tools.py:126:13 - error: Type of "mcp_config" is partially unknown
    Type of "mcp_config" is "dict[str, dict[Unknown, Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/mcp_tools.py:144:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/mcp_tools.py:249:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/mcp_tools.py:260:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/philosophical_copilot.py
  ./packages/afo-core/AFO/api/routes/philosophical_copilot.py:9:8 - error: Import "asyncio" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/philosophical_copilot.py:19:45 - error: Import "AntigravityEngine" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/philosophical_copilot.py:20:45 - error: Import "TrinityCalculator" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/philosophical_copilot.py:128:35 - error: Argument of type "str | dict[str, float]" cannot be assigned to parameter "philosophical_insight" of type "str" in function "__init__"
    Type "str | dict[str, float]" is not assignable to type "str"
      "dict[str, float]" is not assignable to "str" (reportArgumentType)
./packages/afo-core/AFO/api/routes/pillars.py
  ./packages/afo-core/AFO/api/routes/pillars.py:24:5 - error: "FIVE_PILLARS_AGENT_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/pillars.py:183:17 - error: "get_five_pillars_agent" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/pillars.py:220:5 - error: "FAMILY_HUB_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/pillars.py:236:20 - error: "Path" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/pillars.py:386:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/pillars.py:412:9 - error: Argument of type "float" cannot be assigned to parameter "value" of type "int" in function "__setitem__"
    "float" is not assignable to "int" (reportArgumentType)
  ./packages/afo-core/AFO/api/routes/pillars.py:415:5 - error: Argument of type "float" cannot be assigned to parameter "value" of type "int" in function "__setitem__"
    "float" is not assignable to "int" (reportArgumentType)
  ./packages/afo-core/AFO/api/routes/pillars.py:428:12 - error: Type "dict[str, int]" is not assignable to return type "dict[str, float]"
    "dict[str, int]" is not assignable to "dict[str, float]"
      Type parameter "_VT@dict" is invariant, but "int" is not the same as "float"
      Consider switching from "dict" to "Mapping" which is covariant in the value type (reportReturnType)
  ./packages/afo-core/AFO/api/routes/pillars.py:565:50 - error: Argument of type "float | str" cannot be assigned to parameter "date_string" of type "str" in function "fromisoformat"
    Type "float | str" is not assignable to type "str"
      "float" is not assignable to "str" (reportArgumentType)
./packages/afo-core/AFO/api/routes/rag_stream.py
  ./packages/afo-core/AFO/api/routes/rag_stream.py:6:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:12:48 - error: Type of "RAGStreamingService" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:54:1 - error: Type of "rag_streaming_service" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:64:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:64:22 - error: Type of "start_streaming_run" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:81:13 - error: Type of "stream_rag_response" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:81:13 - error: Argument type is unknown
    Argument corresponds to parameter "content" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:100:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:100:22 - error: Type of "interrupt_stream" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:112:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:112:22 - error: Type of "resume_stream" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:123:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:123:22 - error: Type of "get_stream_status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/rag_stream.py:124:25 - error: Variable "e" is not accessed (reportUnusedVariable)
./packages/afo-core/AFO/api/routes/ragas.py
  ./packages/afo-core/AFO/api/routes/ragas.py:55:18 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/ragas.py:61:15 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/ragas.py:61:15 - error: "bool" is not awaitable
    "bool" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/routes/ragas.py:109:31 - error: Type of "evaluate" is partially unknown
    Type of "evaluate" is "(dataset: Dataset | EvaluationDataset, metrics: Sequence[Metric] | None = None, llm: BaseRagasLLM | BaseLanguageModel[Unknown] | None = None, embeddings: BaseRagasEmbeddings | BaseRagasEmbedding | Embeddings | None = None, experiment_name: str | None = None, callbacks: list[BaseCallbackHandler] | BaseCallbackManager | None = None, run_config: RunConfig | None = None, token_usage_parser: ((LLMResult | ChatResult) -> TokenUsage) | None = None, raise_exceptions: bool = False, column_map: Dict[str, str] | None = None, show_progress: bool = True, batch_size: int | None = None, _run_id: UUID | None = None, _pbar: tqdm_asyncio[Unknown] | None = None, return_executor: bool = False, allow_nest_asyncio: bool = True) -> (EvaluationResult | Executor)" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:113:13 - error: "RAGAS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/ragas.py:127:25 - error: "evaluate" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/ragas.py:127:42 - error: Argument of type "list[dict[str, Any]]" cannot be assigned to parameter "dataset" of type "Dataset | EvaluationDataset"
    Type "list[dict[str, Any]]" is not assignable to type "Dataset | EvaluationDataset"
      "list[dict[str, Any]]" is not assignable to "Dataset"
      "list[dict[str, Any]]" is not assignable to "EvaluationDataset" (reportArgumentType)
  ./packages/afo-core/AFO/api/routes/ragas.py:133:17 - error: Type of "scores" is partially unknown
    Type of "scores" is "dict[Unknown, float]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:134:77 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:134:80 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:141:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "dict_values[str, float] | dict_values[Unknown, float]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/ragas.py:141:47 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[str, float] | dict[Unknown, float]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/ragas.py:153:23 - error: Type of "hset" is partially unknown
    Type of "hset" is "(name: str, key: str | None = None, value: str | None = None, mapping: dict[Unknown, Unknown] | None = None, items: list[Unknown] | None = None) -> (Awaitable[int] | int)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/ragas.py:153:23 - error: "int" is not awaitable
    "int" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/routes/ragas.py:155:44 - error: Type of "k" is partially unknown
    Type of "k" is "str | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:157:23 - error: Type of "hset" is partially unknown
    Type of "hset" is "(name: str, key: str | None = None, value: str | None = None, mapping: dict[Unknown, Unknown] | None = None, items: list[Unknown] | None = None) -> (Awaitable[int] | int)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/ragas.py:157:23 - error: "int" is not awaitable
    "int" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/api/routes/ragas.py:161:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "scores" in function "__init__"
    Argument type is "dict[str, float] | dict[Unknown, float]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/ragas.py:203:21 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:203:24 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:205:25 - error: Type of "timestamp" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/ragas.py:208:48 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/skills.py
  ./packages/afo-core/AFO/api/routes/skills.py:17:8 - error: Import "socket" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/skills.py:18:8 - error: Import "time" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/skills.py:19:25 - error: Import "asdict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/skills.py:19:33 - error: Import "dataclass" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/skills.py:20:22 - error: Import "UTC" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/skills.py:20:27 - error: Import "datetime" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/api/routes/streams.py
  ./packages/afo-core/AFO/api/routes/streams.py:14:31 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/streams.py:20:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/streams.py:44:22 - error: Type of "pubsub" is partially unknown
    Type of "pubsub" is "(**kwargs: Unknown) -> PubSub" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/streams.py:45:19 - error: Type of "subscribe" is partially unknown
    Type of "subscribe" is "(*args: bytes | str | memoryview[int], **kwargs: (...) -> Unknown) -> CoroutineType[Any, Any, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/streams.py:47:23 - error: Type of "message" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/streams.py:47:34 - error: Type of "listen" is partially unknown
    Type of "listen" is "() -> AsyncIterator[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/streams.py:49:21 - error: Type of "payload" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/streams.py:69:23 - error: Type of "unsubscribe" is partially unknown
    Type of "unsubscribe" is "(*args: Unknown) -> Awaitable[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/streams.py:69:23 - error: "pubsub" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/routes/streams.py:71:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api/routes/system_health.py
  ./packages/afo-core/AFO/api/routes/system_health.py:23:35 - error: Type of "EventSourceResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/system_health.py:23:35 - error: Import "EventSourceResponse" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/system_health.py:29:5 - error: "SSE_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/routes/system_health.py:78:18 - error: Unnecessary "cast" call; type is already "Redis" (reportUnnecessaryCast)
  ./packages/afo-core/AFO/api/routes/system_health.py:80:13 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:87:9 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:125:17 - error: Type of "all_status" is partially unknown
    Type of "all_status" is "Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/system_health.py:125:30 - error: Type of "hgetall" is partially unknown
    Type of "hgetall" is "(name: str) -> (Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:130:25 - error: Type of "data_json" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/system_health.py:130:38 - error: Type of "values" is partially unknown
    Type of "values" is "Unknown | (() -> dict_values[Unknown, Unknown])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:130:49 - error: Cannot access attribute "values" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "values" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/system_health.py:200:11 - error: Function "_log_stream" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/api/routes/system_health.py:205:35 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/routes/system_health.py:249:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:260:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:271:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:282:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:343:24 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: str, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:344:9 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:345:18 - error: Type of "pubsub" is partially unknown
    Type of "pubsub" is "(**kwargs: Unknown) -> PubSub" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:346:9 - error: Type of "subscribe" is partially unknown
    Type of "subscribe" is "(...) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/system_health.py:371:17 - error: Type of "message" is partially unknown
    Type of "message" is "dict[str, str | bytes | Unknown] | dict[str, str | bytes | Unknown | None] | None" (reportUnknownVariableType)
./packages/afo-core/AFO/api/routes/tax.py
  ./packages/afo-core/AFO/api/routes/tax.py:11:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/tax.py:16:39 - error: Type of "PersonFlags" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:16:52 - error: Type of "TaxCalculator" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:16:67 - error: Type of "TaxInput" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:17:35 - error: Type of "TaxParameterLoader" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:18:38 - error: Type of "validate_tax_calculation_result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:103:9 - error: Type of "loader" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:104:9 - error: Type of "params" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:104:18 - error: Type of "load_parameters" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/tax.py:107:9 - error: Type of "calculator" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:110:9 - error: Type of "tax_input" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:130:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/tax.py:130:18 - error: Type of "calculate_total_tax_2025" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/tax.py:147:21 - error: Argument type is unknown
    Argument corresponds to parameter "federal" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/tax.py:148:24 - error: Argument type is unknown
    Argument corresponds to parameter "california" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/tax.py:149:23 - error: Argument type is unknown
    Argument corresponds to parameter "total_tax" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/tax.py:150:34 - error: Argument type is unknown
    Argument corresponds to parameter "number" in function "round" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/tax.py:152:36 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/routes/tax.py:154:27 - error: Argument type is unknown
    Argument corresponds to parameter "input_summary" in function "__init__" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/wallet/billing.py
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:15:24 - error: "API_PROVIDERS" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:15:24 - error: Type of "API_PROVIDERS" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:43:28 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:49:13 - error: Type of "usage_data" is partially unknown
    Type of "usage_data" is "Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:49:26 - error: Type of "hgetall" is partially unknown
    Type of "hgetall" is "(name: str) -> (Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:54:37 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:54:37 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:54:48 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:55:35 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:55:35 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:55:46 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:56:35 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:56:35 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:56:46 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:57:37 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:57:48 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:105:28 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:113:17 - error: Type of "provider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:115:17 - error: Type of "usage_data" is partially unknown
    Type of "usage_data" is "Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:115:30 - error: Type of "hgetall" is partially unknown
    Type of "hgetall" is "(name: str) -> (Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:118:36 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:118:36 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:118:47 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:119:34 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:119:34 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:119:45 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:120:34 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:120:34 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:120:45 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:126:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:132:45 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:132:56 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:137:35 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:150:35 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/billing.py:159:35 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/routes/wallet/browser_bridge.py
  ./packages/afo-core/AFO/api/routes/wallet/browser_bridge.py:29:18 - error: Object of type "None" cannot be called (reportOptionalCall)
./packages/afo-core/AFO/api/routes/wallet/session.py
  ./packages/afo-core/AFO/api/routes/wallet/session.py:8:29 - error: Import "Mapping" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:38:13 - error: Type of "session_data" is partially unknown
    Type of "session_data" is "Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:38:28 - error: Type of "hgetall" is partially unknown
    Type of "hgetall" is "(name: str) -> (Awaitable[dict[Unknown, Unknown]] | dict[Unknown, Unknown])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:48:27 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:48:40 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:49:29 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:49:42 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:50:31 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:50:44 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:51:31 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:51:44 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:52:34 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:52:47 - error: Cannot access attribute "get" for class "Awaitable[dict[Unknown, Unknown]]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/session.py:95:13 - error: Type of "hset" is partially unknown
    Type of "hset" is "(name: str, key: str | None = None, value: str | None = None, mapping: dict[Unknown, Unknown] | None = None, items: list[Unknown] | None = None) -> (Awaitable[int] | int)" (reportUnknownMemberType)
./packages/afo-core/AFO/api/routes/wallet/setup.py
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:24 - error: "API_PROVIDERS" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:24 - error: Type of "API_PROVIDERS" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:39 - error: "WalletAPIKeyRequest" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:39 - error: Type of "WalletAPIKeyRequest" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:60 - error: "WalletStatusResponse" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:15:60 - error: Type of "WalletStatusResponse" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:22:23 - error: Type of parameter "request" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:35:12 - error: Type of "provider" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:38:71 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "join" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:51:39 - error: Type of "provider" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:52:25 - error: Type of "provider" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:53:28 - error: Type of "environment" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:64:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:79:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:81:37 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "fromkeys" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/routes/wallet/setup.py:82:28 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
./packages/afo-core/AFO/api/services/skills_service.py
  ./packages/afo-core/AFO/api/services/skills_service.py:37:5 - error: "TRINITY_EVALUATOR_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/services/skills_service.py:47:9 - error: Import "register_core_skills" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api/services/skills_service.py:60:5 - error: "SKILL_REGISTRY_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/services/skills_service.py:78:30 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:21 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:21 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:21 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:41 - error: "_skills" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:61 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:91:61 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Unknown | None" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:96:16 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:96:48 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:96:48 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:97:17 - error: Type of "category_stats" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:97:34 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:97:34 - error: Type of "get_category_stats" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:98:52 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "info" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:118:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:121:16 - error: Condition will always evaluate to False since the types "type[AFOSkillCard]" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/api/services/skills_service.py:157:13 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:157:13 - error: Type of "skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:168:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:168:27 - error: Argument type is unknown
    Argument corresponds to parameter "truth" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:169:30 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:169:30 - error: Argument type is unknown
    Argument corresponds to parameter "goodness" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:170:28 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:170:28 - error: Argument type is unknown
    Argument corresponds to parameter "beauty" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:171:30 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:171:30 - error: Argument type is unknown
    Argument corresponds to parameter "serenity" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:212:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:215:13 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:215:21 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:215:21 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:220:26 - error: Type of "skill_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:220:26 - error: Argument type is unknown
    Argument corresponds to parameter "skill_id" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:221:22 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:221:22 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:222:29 - error: Type of "description" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:222:29 - error: Argument type is unknown
    Argument corresponds to parameter "description" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:223:26 - error: Type of "category" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:224:32 - error: Type of "execution_mode" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:225:24 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:225:24 - error: Argument type is unknown
    Argument corresponds to parameter "status" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:227:35 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:227:35 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:228:38 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:228:38 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:229:36 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:229:36 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:230:38 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:230:38 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:232:22 - error: Type of "tags" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:232:22 - error: Argument type is unknown
    Argument corresponds to parameter "tags" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:233:28 - error: Type of "parameters" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:233:28 - error: Argument type is unknown
    Argument corresponds to parameter "parameters" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:234:41 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:235:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "created_at" in function "__init__"
    Argument type is "Unknown | datetime" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:236:21 - error: Type of "created_at" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:236:49 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:236:84 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/services/skills_service.py:238:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "updated_at" in function "__init__"
    Argument type is "Unknown | datetime" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:239:21 - error: Type of "updated_at" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:239:49 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:239:84 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/services/skills_service.py:258:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:298:17 - error: Type of "filtered_skills" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:298:35 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:298:35 - error: Type of "filter" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:300:17 - error: Type of "filtered_skills" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:300:35 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:300:35 - error: Type of "list_all" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:305:30 - error: Type of "skill_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:305:30 - error: Argument type is unknown
    Argument corresponds to parameter "skill_id" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:306:26 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:306:26 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:307:33 - error: Type of "description" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:307:33 - error: Argument type is unknown
    Argument corresponds to parameter "description" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:308:30 - error: Type of "category" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:309:36 - error: Type of "execution_mode" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:310:28 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:310:28 - error: Argument type is unknown
    Argument corresponds to parameter "status" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:312:39 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:312:39 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:313:42 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:313:42 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:314:40 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:314:40 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:315:42 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:315:42 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:317:26 - error: Type of "tags" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:317:26 - error: Argument type is unknown
    Argument corresponds to parameter "tags" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:318:32 - error: Type of "parameters" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:318:32 - error: Argument type is unknown
    Argument corresponds to parameter "parameters" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:319:45 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:320:40 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:320:70 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/services/skills_service.py:321:40 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:321:70 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/services/skills_service.py:323:21 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:328:33 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:328:33 - error: Type of "skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:328:33 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:360:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:363:13 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:363:21 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:363:21 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:373:24 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:373:24 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:374:17 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:374:17 - error: Type of "increment_execution_count" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:388:16 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:388:52 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:388:52 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:390:38 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:390:38 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:391:41 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:391:41 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:392:39 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:392:39 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:393:41 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:393:41 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:397:48 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/api/services/skills_service.py:539:44 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/services/skills_service.py:556:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:559:28 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:559:28 - error: Type of "skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:560:21 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:560:21 - error: Type of "skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:578:20 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:587:32 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:587:32 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:587:32 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:587:32 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:13 - error: Type of "all_skills" is partially unknown
    Type of "all_skills" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:31 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:31 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:31 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:31 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:588:31 - error: Argument type is unknown
    Argument corresponds to parameter "iterable" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:593:25 - error: Type of "s" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:594:33 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:594:33 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:594:56 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:594:56 - error: Type of "value" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:595:25 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:596:28 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:596:28 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:602:25 - error: Type of "s" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:603:33 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:603:33 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:603:56 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:603:56 - error: Type of "value" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:604:28 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:604:28 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:608:13 - error: Type of "category_stats" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:608:30 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:608:30 - error: Type of "get_category_stats" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:609:59 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "info" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:613:17 - error: Type of "cat_name" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:613:27 - error: Type of "count" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:613:36 - error: Type of "items" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:615:17 - error: Type of "category_skills" is partially unknown
    Type of "category_skills" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:617:25 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:617:34 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:617:34 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:617:34 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:618:24 - error: Type of "category" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:625:25 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:625:25 - error: Type of "average" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:625:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:625:61 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:627:61 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:630:60 - error: Argument type is unknown
    Argument corresponds to parameter "key" in function "get" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:633:30 - error: Argument type is unknown
    Argument corresponds to parameter "category" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:634:27 - error: Argument type is unknown
    Argument corresponds to parameter "count" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:637:59 - error: Argument type is unknown
    Argument corresponds to parameter "category" in function "_get_category_description" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:639:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:642:21 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "info" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:643:21 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "info" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:653:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "categories" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:674:16 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:677:13 - error: Type of "skill" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:677:22 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:677:22 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:677:22 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:677:22 - error: Type of "values" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:678:13 - error: Type of "avg_score" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/services/skills_service.py:678:25 - error: Type of "philosophy_scores" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:678:25 - error: Type of "average" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:700:36 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:702:35 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:704:21 - error: Type of "skill_registry" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:704:21 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:704:21 - error: Type of "_skills" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/services/skills_service.py:704:21 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/services/skills_service.py:704:63 - error: Type of "skill_registry" is partially unknown
    Type of "skill_registry" is "Unknown | None" (reportUnknownMemberType)
./packages/afo-core/AFO/api/utils/auth.py
  ./packages/afo-core/AFO/api/utils/auth.py:19:5 - error: "JWT_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/utils/auth.py:27:5 - error: "PASSWORD_HASH_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api/utils/auth.py:56:19 - error: "CryptContext" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/utils/auth.py:116:31 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/utils/auth.py:118:31 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/utils/auth.py:120:58 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/api/utils/auth.py:122:9 - error: Type of "encoded_jwt" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/utils/auth.py:122:23 - error: Type of "encode" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/utils/auth.py:122:23 - error: "jwt" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/utils/auth.py:123:20 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api/utils/auth.py:148:13 - error: Type of "payload" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/utils/auth.py:148:39 - error: Type of "decode" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/utils/auth.py:148:39 - error: "jwt" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/utils/auth.py:149:20 - error: Return type, "Unknown | dict[str, Any]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api/utils/auth.py:150:16 - error: Type of "ExpiredSignatureError" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/utils/auth.py:150:16 - error: "jwt" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/utils/auth.py:153:16 - error: Type of "InvalidTokenError" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api/utils/auth.py:153:16 - error: "jwt" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api/utils/auth.py:153:41 - error: Type of "e" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/api_server.py
  ./packages/afo-core/AFO/api_server.py:122:9 - error: Type of "_background_tasks" is partially unknown
    Type of "_background_tasks" is "set[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:135:57 - error: Type of "FastApiIntegration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:136:57 - error: Type of "LoggingIntegration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:137:59 - error: Type of "StarletteIntegration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:143:13 - error: Type of "init" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:171:63 - error: Type of "LoggingInstrumentor" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:193:13 - error: Type of "instrument" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:248:55 - error: Type of "auth_router" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:250:32 - error: Argument type is unknown
    Argument corresponds to parameter "router" in function "include_router" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api_server.py:289:50 - error: Type of "APIKeyAuthMiddleware" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:291:37 - error: Argument type is unknown
    Argument corresponds to parameter "middleware_class" in function "add_middleware" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api_server.py:297:50 - error: Type of "DEFAULT_ENDPOINT_SCOPES" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:297:75 - error: Type of "acl" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:299:17 - error: Type of "path" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:299:23 - error: Type of "method" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:299:31 - error: Type of "scopes" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:300:17 - error: Type of "add_endpoint_scope" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:304:19 - error: The method "on_event" in class "FastAPI" is deprecated
    on_event is deprecated, use lifespan event handlers instead.
  
  Read more about it in the
  [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). (reportDeprecated)
  ./packages/afo-core/AFO/api_server.py:305:19 - error: Function "start_super_agent" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/api_server.py:314:13 - error: Type of "_background_tasks" is partially unknown
    Type of "_background_tasks" is "set[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:314:13 - error: Type of "add" is partially unknown
    Type of "add" is "(element: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:315:36 - error: Type of "_background_tasks" is partially unknown
    Type of "_background_tasks" is "set[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:315:36 - error: Type of "discard" is partially unknown
    Type of "discard" is "(element: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:315:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "fn" in function "add_done_callback"
    Argument type is "(element: Unknown, /) -> None" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api_server.py:317:19 - error: The method "on_event" in class "FastAPI" is deprecated
    on_event is deprecated, use lifespan event handlers instead.
  
  Read more about it in the
  [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). (reportDeprecated)
  ./packages/afo-core/AFO/api_server.py:318:19 - error: Function "persist_acl_keys" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/api_server.py:321:54 - error: Type of "acl" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_server.py:323:17 - error: Type of "persist_all_keys" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_server.py:329:19 - error: Function "trigger_simulation" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/api_server.py:352:19 - error: Function "metrics" is not accessed (reportUnusedFunction)
./packages/afo-core/AFO/api_wallet.py
  ./packages/afo-core/AFO/api_wallet.py:26:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api_wallet.py:26:31 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api_wallet.py:34:5 - error: "VAULT_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:39:12 - error: Import "psycopg2" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/api_wallet.py:44:5 - error: "PSYCOPG2_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:53:5 - error: "FORCE_MOCK" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:62:9 - error: "CRYPTO_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:63:9 - error: "FORCE_MOCK" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:65:5 - error: "CRYPTO_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/api_wallet.py:145:34 - error: "VaultKMS" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api_wallet.py:473:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:475:55 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/api_wallet.py:476:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/api_wallet.py:567:22 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:579:20 - error: Type of "pipeline" is partially unknown
    Type of "pipeline" is "(transaction: bool = True, shard_hint: Unknown | None = None) -> Pipeline" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:581:13 - error: Type of "hset" is partially unknown
    Type of "hset" is "(name: str, key: str | None = None, value: str | None = None, mapping: dict[Unknown, Unknown] | None = None, items: list[Unknown] | None = None) -> (Awaitable[int] | int)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:600:22 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:770:45 - error: "RealDictCursor" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api_wallet.py:792:45 - error: "RealDictCursor" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/api_wallet.py:809:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/api_wallet.py:810:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/audit.py
  ./packages/afo-core/AFO/audit.py:19:11 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/audit.py:19:28 - error: Type of parameter "request" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/audit.py:19:28 - error: Type annotation is missing for parameter "request" (reportMissingParameterType)
  ./packages/afo-core/AFO/audit.py:19:37 - error: Type of parameter "call_next" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/audit.py:19:37 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
  ./packages/afo-core/AFO/audit.py:24:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/cache/__init__.py
  ./packages/afo-core/AFO/cache/__init__.py:11:26 - error: Type of "MemoryBackend" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:11:41 - error: Type of "RedisBackend" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:12:25 - error: Type of "MultiLevelCache" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:12:42 - error: Type of "cache_manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:13:28 - error: Type of "PredictiveCacheManager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:13:52 - error: Type of "predictive_manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:15:5 - error: Type of "CacheInvalidator" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:16:5 - error: Type of "QueryCache" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:17:5 - error: Type of "cache_query" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:18:5 - error: Type of "cache_system_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:19:5 - error: Type of "cache_user_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:20:5 - error: Type of "invalidate_cache" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/__init__.py:26:12 - error: Type of "get_metrics" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/__init__.py:26:12 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/cache/backends.py
  ./packages/afo-core/AFO/cache/backends.py:59:30 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
./packages/afo-core/AFO/cache/manager.py
  ./packages/afo-core/AFO/cache/manager.py:13:26 - error: Type of "MemoryBackend" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:13:41 - error: Type of "RedisBackend" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:80:9 - error: Type of "l1" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:81:9 - error: Type of "l2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:92:13 - error: Type of "val" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:92:25 - error: Type of "l1" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:92:25 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:97:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:100:13 - error: Type of "val" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:100:25 - error: Type of "l2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:100:25 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:106:23 - error: Type of "l1" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:106:23 - error: Type of "set" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:107:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/manager.py:124:15 - error: Type of "l1" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:124:15 - error: Type of "set" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:127:15 - error: Type of "l2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:127:15 - error: Type of "set" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:131:15 - error: Type of "l1" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:131:15 - error: Type of "delete" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:132:15 - error: Type of "l2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/manager.py:132:15 - error: Type of "delete" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/cache/predictive.py
  ./packages/afo-core/AFO/cache/predictive.py:12:25 - error: Type of "MultiLevelCache" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/predictive.py:32:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:33:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:38:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:39:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:44:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:46:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/predictive.py:54:24 - error: Type of parameter "cache" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/predictive.py:55:9 - error: Type of "cache" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/predictive.py:84:29 - error: Type of "cache_manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/predictive.py:86:49 - error: Argument type is unknown
    Argument corresponds to parameter "cache" in function "__init__" (reportUnknownArgumentType)
./packages/afo-core/AFO/cache/query_cache.py
  ./packages/afo-core/AFO/cache/query_cache.py:9:8 - error: Import "asyncio" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/cache/query_cache.py:15:20 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/cache/query_cache.py:17:25 - error: Type of "cache_manager" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:31:9 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:31:24 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:31:30 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:31:43 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:32:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "wrapped" in function "wraps"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:33:19 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:33:28 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:33:28 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:33:36 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:33:36 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:35:25 - error: Type of "_generate_cache_key" is partially unknown
    Type of "_generate_cache_key" is "(func: (...) -> Unknown, args: tuple[Unknown, ...], kwargs: dict[Unknown, Unknown]) -> str" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:40:21 - error: Type of "cached_result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:40:43 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:43:32 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:48:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:48:34 - error: Argument type is unknown
    Argument corresponds to parameter "args" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:48:42 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:53:27 - error: Type of "set" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:58:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:60:16 - error: Return type, "_Wrapped[..., Unknown, ..., CoroutineType[Any, Any, Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:62:35 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:62:41 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:62:51 - error: Type of parameter "args" is partially unknown
    Parameter type is "tuple[Unknown, ...]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:62:57 - error: Expected type arguments for generic class "tuple" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:62:64 - error: Type of parameter "kwargs" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:62:72 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:70:9 - error: Type of "normalized_args" is partially unknown
    Type of "normalized_args" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:70:27 - error: Type of "_normalize_args" is partially unknown
    Type of "_normalize_args" is "(args: tuple[Unknown, ...]) -> list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:71:9 - error: Type of "normalized_kwargs" is partially unknown
    Type of "normalized_kwargs" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:71:29 - error: Type of "_normalize_kwargs" is partially unknown
    Type of "_normalize_kwargs" is "(kwargs: dict[Unknown, Unknown]) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:74:9 - error: Type of "key_components" is partially unknown
    Type of "key_components" is "dict[str, str | list[Unknown] | dict[Unknown, Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:86:9 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:86:31 - error: Type of parameter "args" is partially unknown
    Parameter type is "tuple[Unknown, ...]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:86:37 - error: Expected type arguments for generic class "tuple" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:86:47 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:89:13 - error: Type of "arg" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:90:24 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:92:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:92:38 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:92:38 - error: Type of "__name__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:92:66 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "id" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:95:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:97:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:97:39 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:98:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:100:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:100:33 - error: Type of parameter "kwargs" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/cache/query_cache.py:100:41 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:100:50 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/cache/query_cache.py:103:13 - error: Type of "key" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:103:18 - error: Type of "value" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:104:24 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:106:38 - error: Type of "__class__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:106:38 - error: Type of "__name__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/cache/query_cache.py:106:68 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "id" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:111:39 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:112:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/cache/query_cache.py:112:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[tuple[Unknown, Unknown]]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/cache/query_cache.py:112:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sorted"
    Argument type is "dict_items[Unknown, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/chancellor/guardians/unified_gate.py
  ./packages/afo-core/AFO/chancellor/guardians/unified_gate.py:6:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/chancellor/guardians/unified_gate.py:6:31 - error: Import "Optional" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/chancellor/learning_engine.py
  ./packages/afo-core/AFO/chancellor/learning_engine.py:15:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:304:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "map" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:321:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:323:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:375:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:377:13 - error: Type of "key" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:381:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:395:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:398:13 - error: Type of "exp_id" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:398:21 - error: Type of "winner" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:399:50 - error: Argument type is unknown
    Argument corresponds to parameter "experiment_id" in function "_apply_experiment_results" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/learning_engine.py:399:58 - error: Argument type is unknown
    Argument corresponds to parameter "winning_variant" in function "_apply_experiment_results" (reportUnknownArgumentType)
./packages/afo-core/AFO/chancellor/node_04_verdict.py
  ./packages/afo-core/AFO/chancellor/node_04_verdict.py:71:12 - error: Type of "emit" is partially unknown
    Type of "emit" is "(event: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
./packages/afo-core/AFO/chancellor/persona_graphs.py
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:12:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:25:26 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:25:26 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:32:18 - error: Type of "value" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:213:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:218:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:333:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:337:13 - error: Type of "decision" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:338:13 - error: Type of "decision_type" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:338:29 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:339:13 - error: Type of "confidence" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:339:26 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:346:9 - error: Type of "best_decision_type" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:347:13 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "max"
    Argument type is "dict_keys[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:348:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "key" in function "max"
    Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:348:24 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:348:27 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:354:82 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:355:35 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:355:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:355:64 - error: Type of "d" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:355:86 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor/persona_graphs.py:369:57 - error: Argument type is partially unknown
    Argument corresponds to parameter "persona_insights" in function "_assess_system_health"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/chancellor_graph.py
  ./packages/afo-core/AFO/chancellor_graph.py:20:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:20:16 - error: Type of parameter "input_payload" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:20:31 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/chancellor_graph.py:20:37 - error: Type of parameter "nodes_dict" is partially unknown
    Parameter type is "dict[Unknown, Unknown] | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:20:49 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/chancellor_graph.py:20:72 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/chancellor_graph.py:32:13 - error: Type of "nodes_dict" is partially unknown
    Type of "nodes_dict" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:45:13 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:45:24 - error: Type of parameter "state" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:45:24 - error: Type annotation is missing for parameter "state" (reportMissingParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:55:28 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:76:21 - error: Type of "outputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor_graph.py:86:21 - error: Type of "outputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor_graph.py:89:21 - error: Type of "outputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor_graph.py:95:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:101:39 - error: Argument type is partially unknown
    Argument corresponds to parameter "input_payload" in function "run_v2"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor_graph.py:101:54 - error: Argument type is partially unknown
    Argument corresponds to parameter "nodes" in function "run_v2"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/chancellor_graph.py:105:13 - error: Type of "decision_dict" is partially unknown
    Type of "decision_dict" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:108:13 - error: Type of "result" is partially unknown
    Type of "result" is "dict[str, str | dict[str, Any] | list[str] | float | Unknown | int | dict[Unknown, Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:118:28 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor_graph.py:124:20 - error: Return type, "dict[str, str | dict[str, Any] | list[str] | float | Unknown | int | dict[Unknown, Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:127:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:135:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:135:32 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:135:32 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/chancellor_graph.py:135:43 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/chancellor_graph.py:145:9 - error: Type of "input_payload" is partially unknown
    Type of "input_payload" is "dict[str, str | Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/chancellor_graph.py:147:16 - error: Type of "run_v2" is partially unknown
    Type of "run_v2" is "(input_payload: dict[Unknown, Unknown], nodes_dict: dict[Unknown, Unknown] | None = None) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/chancellor_graph.py:147:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/config/antigravity.py
  ./packages/afo-core/AFO/config/antigravity.py:157:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/antigravity.py:160:64 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/config/friction_calibrator.py
  ./packages/afo-core/AFO/config/friction_calibrator.py:40:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/friction_calibrator.py:50:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/friction_calibrator.py:61:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/friction_calibrator.py:81:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/friction_calibrator.py:94:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/config/local_dspy.py
  ./packages/afo-core/AFO/config/local_dspy.py:15:9 - error: Type of "lm" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/local_dspy.py:15:14 - error: Type of "OllamaLocal" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/local_dspy.py:15:19 - error: "OllamaLocal" is not a known attribute of module "dspy" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/config/local_dspy.py:16:9 - error: Type of "configure" is partially unknown
    Type of "configure" is "(**kwargs: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/local_dspy.py:16:36 - error: Argument type is unknown
    Argument corresponds to parameter "lm" in function "configure" (reportUnknownArgumentType)
./packages/afo-core/AFO/config/settings.py
  ./packages/afo-core/AFO/config/settings.py:186:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/config/settings.py:186:49 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/config/settings.py:189:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:191:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:231:43 - error: Type of "AFOSettingsProd" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:233:13 - error: Type of "settings_class" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:239:43 - error: Type of "AFOSettingsTest" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:241:13 - error: Type of "settings_class" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:247:42 - error: Type of "AFOSettingsDev" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:249:13 - error: Type of "settings_class" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:256:9 - error: Type of "_settings" is partially unknown
    Type of "_settings" is "AFOSettings | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/config/settings.py:274:44 - error: Type of "__name__" is partially unknown
    Type of "__name__" is "Unknown | str" (reportUnknownMemberType)
  ./packages/afo-core/AFO/config/settings.py:276:12 - error: Return type, "AFOSettings | Unknown", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/constitution/constitution_v1_0.py
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:30:1 - error: Type of "AFO_CONSTITUTION_V1_0" is partially unknown
    Type of "AFO_CONSTITUTION_V1_0" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:30:30 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:60:1 - error: Type of "TRINITY_WEIGHTS" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:61:1 - error: Type of "AUTO_RUN_THRESHOLD" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:62:1 - error: Type of "RISK_THRESHOLD" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:63:1 - error: Type of "VETO_THRESHOLD" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/constitution/constitution_v1_0.py:64:1 - error: Type of "VETO_PILLARS" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/custom_bo_gp.py
  ./packages/afo-core/AFO/custom_bo_gp.py:26:9 - error: "X1" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/custom_bo_gp.py:27:9 - error: "X2" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/custom_bo_gp.py:37:14 - error: "K" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/custom_bo_gp.py:76:40 - error: Type of "cdf" is partially unknown
    Type of "cdf" is "(x: Unknown, ...) -> (ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[()], dtype[Any]])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/custom_bo_gp.py:77:19 - error: Type of "pdf" is partially unknown
    Type of "pdf" is "(x: Unknown, ...) -> (ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[()], dtype[Any]])" (reportUnknownMemberType)
  ./packages/afo-core/AFO/custom_bo_gp.py:115:9 - error: Variable "iteration" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/custom_bo_gp.py:123:13 - error: Function "ei_negative" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/custom_bo_gp.py:123:25 - error: Type of parameter "x" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/custom_bo_gp.py:123:25 - error: Type annotation is missing for parameter "x" (reportMissingParameterType)
  ./packages/afo-core/AFO/custom_bo_gp.py:124:51 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "array"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/custom_bo_gp.py:150:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/custom_bo_gp.py:150:17 - error: Type of parameter "x" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/custom_bo_gp.py:150:17 - error: Type annotation is missing for parameter "x" (reportMissingParameterType)
  ./packages/afo-core/AFO/custom_bo_gp.py:151:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/custom_bo_gp.py:155:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "objective_fn" in function "bayesian_optimize"
    Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
./packages/afo-core/AFO/domain/audit/trail.py
  ./packages/afo-core/AFO/domain/audit/trail.py:37:5 - error: Type of "context" is partially unknown
    Type of "context" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/audit/trail.py:93:17 - error: Type of "_db_connection" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/audit/trail.py:93:40 - error: Type of "connect" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/audit/trail.py:99:16 - error: Return type, "Unknown | None", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/domain/metrics/trinity_manager.py
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:2:25 - error: "TrinityInputs" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:2:25 - error: Type of "TrinityInputs" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:2:40 - error: "TrinityMetrics" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:2:40 - error: Type of "TrinityMetrics" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:30:9 - error: Type of "base_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:45:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:57:16 - error: Type of "get_current_metrics" is partially unknown
    Type of "get_current_metrics" is "() -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:57:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:59:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:64:9 - error: Type of "new_inputs" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:65:19 - error: Type of "base_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:65:19 - error: Type of "truth" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:66:22 - error: Type of "base_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:66:22 - error: Type of "goodness" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:67:20 - error: Type of "base_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:67:20 - error: Type of "beauty" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:68:29 - error: Type of "base_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:68:29 - error: Type of "filial_serenity" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:75:16 - error: Type of "from_inputs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/domain/metrics/trinity_manager.py:75:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/domain/persona.py
  ./packages/afo-core/AFO/domain/persona.py:48:5 - error: Type of "context_memory" is partially unknown
    Type of "context_memory" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/domain/persona.py:58:39 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/domain/persona.py:68:39 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/dora_vera_comparison_service.py
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:12:18 - error: "DoRAConfig" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:12:18 - error: Type of "DoRAConfig" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:34:27 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(pretrained_model_name_or_path: str | PathLike[str], ...) -> _BaseModelWithGenerate" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:68:9 - error: Type of "dora_config" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:77:59 - error: Argument type is unknown
    Argument corresponds to parameter "peft_config" in function "get_peft_model" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:111:13 - error: No parameter named "alpha" (reportCallIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:113:13 - error: No parameter named "dora_alpha" (reportCallIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:152:37 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:152:50 - error: Cannot access attribute "get" for class "None"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:153:31 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:153:44 - error: Cannot access attribute "get" for class "None"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:202:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:218:9 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:222:9 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:225:9 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:228:9 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:232:9 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:240:41 - error: Operator "in" not supported for types "Literal['efficiency']" and "float | str"
    Operator "in" not supported for types "Literal['efficiency']" and "float" (reportOperatorIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:241:47 - error: "__getitem__" method not defined on type "float" (reportIndexIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:241:47 - error: Argument of type "Literal['efficiency']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['efficiency']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['efficiency']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['efficiency']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:244:12 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Any, default: None = None, /) -> (Any | None), (key: Any, default: Any, /) -> Any, (key: Any, default: _T@get, /) -> (Any | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:244:29 - error: Cannot access attribute "get" for class "float"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:244:29 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:245:37 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: Any, default: None = None, /) -> (Any | None), (key: Any, default: Any, /) -> Any, (key: Any, default: _T@get, /) -> (Any | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:245:54 - error: Cannot access attribute "get" for class "float"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dora_vera_comparison_service.py:245:54 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
./packages/afo-core/AFO/dspy_metrics.py
  ./packages/afo-core/AFO/dspy_metrics.py:11:20 - error: Import "Any" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/dspy_metrics.py:19:12 - error: Import "dspy" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/dspy_metrics.py:23:5 - error: "DSPY_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/dspy_metrics.py:37:24 - error: Type of parameter "example" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:37:24 - error: Type annotation is missing for parameter "example" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:37:33 - error: Type of parameter "pred" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:37:33 - error: Type annotation is missing for parameter "pred" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:37:39 - error: Type of parameter "trace" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:37:39 - error: Type annotation is missing for parameter "trace" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:38:24 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:39:37 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:40:13 - error: Type of "gold" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:40:20 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:41:9 - error: Type of "gold" is partially unknown
    Type of "gold" is "Unknown | Any | Literal['']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:43:26 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:43:59 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:43:88 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:46:43 - error: Argument type is partially unknown
    Argument corresponds to parameter "gold" in function "_evaluate_truth"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:47:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "gold" in function "_evaluate_goodness"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:48:45 - error: Argument type is partially unknown
    Argument corresponds to parameter "gold" in function "_evaluate_beauty"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:49:56 - error: Argument type is partially unknown
    Argument corresponds to parameter "gold" in function "_evaluate_serenity"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:50:25 - error: Type of "_evaluate_eternity" is partially unknown
    Type of "_evaluate_eternity" is "(example: Unknown, gold: str, output: str) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:50:49 - error: Argument type is unknown
    Argument corresponds to parameter "example" in function "_evaluate_eternity" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:50:58 - error: Argument type is partially unknown
    Argument corresponds to parameter "gold" in function "_evaluate_eternity"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:54:38 - error: Argument of type "float" cannot be assigned to parameter "from_100_scale" of type "bool" in function "calculate_trinity"
    "float" is not assignable to "bool" (reportArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:57:23 - error: Argument of type "Any | TrinityMetrics" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
    Type "Any | TrinityMetrics" is not assignable to type "ConvertibleToFloat"
      Type "TrinityMetrics" is not assignable to type "ConvertibleToFloat"
        "TrinityMetrics" is not assignable to "str"
        "TrinityMetrics" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "TrinityMetrics" is incompatible with protocol "SupportsFloat"
          "__float__" is not present
        "TrinityMetrics" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:57:23 - error: Argument of type "Any | TrinityMetrics" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
    Type "Any | TrinityMetrics" is not assignable to type "ConvertibleToFloat"
      Type "TrinityMetrics" is not assignable to type "ConvertibleToFloat"
        "TrinityMetrics" is not assignable to "str"
        "TrinityMetrics" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "TrinityMetrics" is incompatible with protocol "SupportsFloat"
          "__float__" is not present
        "TrinityMetrics" is incompatible with protocol "SupportsIndex" (reportArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:112:34 - error: Type of parameter "example" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:112:34 - error: Type annotation is missing for parameter "example" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:114:9 - error: Type of "needs" is partially unknown
    Type of "needs" is "Any | Unknown | bool" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:115:21 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:116:24 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:117:25 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:117:45 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:145:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:145:33 - error: Type of parameter "example" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_metrics.py:145:42 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/dspy_metrics.py:145:62 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/dspy_metrics.py:151:5 - error: Type of "gold" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:151:12 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:151:32 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:151:32 - error: Argument type is unknown
    Argument corresponds to parameter "default" in function "get" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:153:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:154:25 - error: "_evaluate_truth" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/dspy_metrics.py:154:41 - error: Argument type is unknown
    Argument corresponds to parameter "gold" in function "_evaluate_truth" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:155:28 - error: "_evaluate_goodness" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/dspy_metrics.py:155:47 - error: Argument type is unknown
    Argument corresponds to parameter "gold" in function "_evaluate_goodness" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:156:26 - error: "_evaluate_beauty" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/dspy_metrics.py:156:43 - error: Argument type is unknown
    Argument corresponds to parameter "gold" in function "_evaluate_beauty" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:157:28 - error: "_evaluate_serenity" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/dspy_metrics.py:157:47 - error: Argument type is unknown
    Argument corresponds to parameter "gold" in function "_evaluate_serenity" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:158:21 - error: Type of "_evaluate_eternity" is partially unknown
    Type of "_evaluate_eternity" is "(example: Unknown, gold: str, output: str) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:158:28 - error: "_evaluate_eternity" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/dspy_metrics.py:158:56 - error: Argument type is unknown
    Argument corresponds to parameter "gold" in function "_evaluate_eternity" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_metrics.py:170:16 - error: Import "dspy" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/dspy_metrics.py:194:5 - error: Type of "pred_text" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:194:17 - error: Type of "answer" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_metrics.py:194:22 - error: Cannot access attribute "answer" for class "MockPred"
    Attribute "answer" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/dspy_metrics.py:195:5 - error: Type of "breakdown" is partially unknown
    Type of "breakdown" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_metrics.py:195:54 - error: Argument type is unknown
    Argument corresponds to parameter "pred" in function "get_trinity_score_breakdown" (reportUnknownArgumentType)
./packages/afo-core/AFO/dspy_optimizer.py
  ./packages/afo-core/AFO/dspy_optimizer.py:17:30 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:17:30 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:13 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:27 - error: Type of parameter "program" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:27 - error: Type annotation is missing for parameter "program" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:36 - error: Type of parameter "trainset" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:36 - error: Type annotation is missing for parameter "trainset" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:51 - error: Type of parameter "valset" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:20:51 - error: Type annotation is missing for parameter "valset" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:21:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:29:5 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:30:5 - error: Type of parameter "program" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:30:5 - error: Type annotation is missing for parameter "program" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:31:5 - error: Type of parameter "trainset" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:31:5 - error: Type annotation is missing for parameter "trainset" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:32:5 - error: Type annotation is missing for parameter "auto" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:33:5 - error: Type of parameter "valset" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:33:5 - error: Type annotation is missing for parameter "valset" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:34:5 - error: Type of parameter "teacher" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:34:5 - error: Type annotation is missing for parameter "teacher" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:35:5 - error: Type annotation is missing for parameter "save_path" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:36:5 - error: Type of parameter "truth_key_candidates" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:36:5 - error: Type annotation is missing for parameter "truth_key_candidates" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:37:5 - error: Type of parameter "pred_key_candidates" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:37:5 - error: Type annotation is missing for parameter "pred_key_candidates" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:38:5 - error: Type annotation is missing for parameter "strict" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:50:56 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:52:16 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_optimizer.py:52:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:54:8 - error: Condition will always evaluate to False since the types "type[MIPROv2] | type[MockMIPROv2]" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/dspy_optimizer.py:59:16 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_optimizer.py:59:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:62:9 - error: Return type, "Any | Unknown | None", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:62:21 - error: Type of parameter "obj" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:62:21 - error: Type annotation is missing for parameter "obj" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:62:26 - error: Type of parameter "keys" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:62:26 - error: Type annotation is missing for parameter "keys" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:63:13 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:64:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Unknown | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:64:29 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:65:29 - error: Argument type is partially unknown
    Argument corresponds to parameter "o" in function "getattr"
    Argument type is "Unknown | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:65:34 - error: Argument type is unknown
    Argument corresponds to parameter "name" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:70:28 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:27 - error: Type of parameter "example" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:27 - error: Type annotation is missing for parameter "example" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:36 - error: Type of parameter "prediction" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:36 - error: Type annotation is missing for parameter "prediction" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:48 - error: Type of parameter "trace" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:76:48 - error: Type annotation is missing for parameter "trace" (reportMissingParameterType)
  ./packages/afo-core/AFO/dspy_optimizer.py:77:9 - error: Type of "gt" is partially unknown
    Type of "gt" is "Any | Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:77:26 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "_pick_field" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:77:35 - error: Argument type is unknown
    Argument corresponds to parameter "keys" in function "_pick_field" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:78:9 - error: Type of "pred" is partially unknown
    Type of "pred" is "Any | Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:78:28 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "_pick_field" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:78:40 - error: Argument type is unknown
    Argument corresponds to parameter "keys" in function "_pick_field" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:87:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:88:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:95:14 - error: Argument of type "str" cannot be assigned to parameter "auto" of type "Literal['light', 'medium', 'heavy'] | None" in function "__init__"
    Type "str" is not assignable to type "Literal['light', 'medium', 'heavy'] | None"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['light']"
      "str" is not assignable to type "Literal['medium']"
      "str" is not assignable to type "Literal['heavy']" (reportArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:100:9 - error: Type of "valset" is partially unknown
    Type of "valset" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/dspy_optimizer.py:100:40 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:104:21 - error: Type of "compile" is partially unknown
    Type of "compile" is "((student: Any, *, trainset: list[Unknown], teacher: Any = None, valset: list[Unknown] | None = None, num_trials: int | None = None, max_bootstrapped_demos: int | None = None, max_labeled_demos: int | None = None, seed: int | None = None, minibatch: bool = True, minibatch_size: int = 35, minibatch_full_eval_steps: int = 5, program_aware_proposer: bool = True, data_aware_proposer: bool = True, view_data_batch_size: int = 10, tip_aware_proposer: bool = True, fewshot_aware_proposer: bool = True, requires_permission_to_run: bool | None = None, provide_traceback: bool | None = None) -> Any) | ((program: Unknown, trainset: Unknown | None = None, valset: Unknown | None = None) -> Unknown)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_optimizer.py:105:13 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_optimizer.py:106:22 - error: Argument type is unknown
    Argument corresponds to parameter "trainset" in function "compile" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/dspy_optimizer.py:108:13 - error: No parameter named "teacher" (reportCallIssue)
  ./packages/afo-core/AFO/dspy_optimizer.py:185:16 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/dspy_optimizer.py:185:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/evaluation/agent_evaluator.py
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:23:25 - error: Import "Callable" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:55:5 - error: Type of "details" is partially unknown
    Type of "details" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:69:5 - error: Type of "recommendations" is partially unknown
    Type of "recommendations" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:229:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "details" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:267:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:270:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:302:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:307:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:333:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:337:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:339:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:344:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:346:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:367:37 - error: Import "asdict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:405:93 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:405:93 - error: Type annotation is missing for parameter "context" (reportMissingParameterType)
  ./packages/afo-core/AFO/evaluation/agent_evaluator.py:408:88 - error: Argument type is partially unknown
    Argument corresponds to parameter "context" in function "evaluate_action"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/evaluation/rag_evaluator.py
  ./packages/afo-core/AFO/evaluation/rag_evaluator.py:39:5 - error: Type of "details" is partially unknown
    Type of "details" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/evaluation/rag_evaluator.py:188:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/evaluation/rag_evaluator.py:190:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/evaluation/rag_evaluator.py:190:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/evolution/dspy_optimizer.py
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:18:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Any | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:19:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "o" in function "getattr"
    Argument type is "Any | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:24:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:29:75 - error: Type of parameter "trace" is partially unknown
    Parameter type is "Unknown | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:29:75 - error: Type annotation is missing for parameter "trace" (reportMissingParameterType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:38:50 - error: Condition will always evaluate to True since the types "Prediction" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:49:5 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:50:5 - error: Type of parameter "program" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:50:14 - error: Type of "Program" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:50:19 - error: "Program" is not a known attribute of module "dspy" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:56:6 - error: Type of "Program" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:56:11 - error: "Program" is not a known attribute of module "dspy" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:60:8 - error: Type of "DRY_RUN" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:60:20 - error: "DRY_RUN" is not a known attribute of module "antigravity" (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:62:16 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:62:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:69:16 - error: Type of "deepcopy" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:69:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:73:56 - error: Argument of type "str" cannot be assigned to parameter "auto" of type "Literal['light', 'medium', 'heavy'] | None" in function "__init__"
    Type "str" is not assignable to type "Literal['light', 'medium', 'heavy'] | None"
      "str" is not assignable to "None"
      "str" is not assignable to type "Literal['light']"
      "str" is not assignable to type "Literal['medium']"
      "str" is not assignable to type "Literal['heavy']" (reportArgumentType)
  ./packages/afo-core/AFO/evolution/dspy_optimizer.py:74:25 - error: Type of "compile" is partially unknown
    Type of "compile" is "(student: Any, *, trainset: list[Unknown], teacher: Any = None, valset: list[Unknown] | None = None, num_trials: int | None = None, max_bootstrapped_demos: int | None = None, max_labeled_demos: int | None = None, seed: int | None = None, minibatch: bool = True, minibatch_size: int = 35, minibatch_full_eval_steps: int = 5, program_aware_proposer: bool = True, data_aware_proposer: bool = True, view_data_batch_size: int = 10, tip_aware_proposer: bool = True, fewshot_aware_proposer: bool = True, requires_permission_to_run: bool | None = None, provide_traceback: bool | None = None) -> Any" (reportUnknownMemberType)
./packages/afo-core/AFO/exponential_backoff.py
  ./packages/afo-core/AFO/exponential_backoff.py:62:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/exponential_backoff.py:63:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/exponential_backoff.py:63:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/exponential_backoff.py:69:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/exponential_backoff.py:70:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/exponential_backoff.py:70:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/exponential_backoff.py:80:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/exponential_backoff.py:81:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/exponential_backoff.py:81:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/exponential_backoff.py:85:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/exponential_backoff.py:86:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/exponential_backoff.py:86:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/exponential_backoff.py:112:5 - error: "PROMETHEUS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/exponential_backoff.py:113:5 - error: "RETRY_ATTEMPTS" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/exponential_backoff.py:114:5 - error: "RETRY_SUCCESS" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/exponential_backoff.py:115:5 - error: "RETRY_FAILURES" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/exponential_backoff.py:116:5 - error: "RETRY_DURATION" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/exponential_backoff.py:369:9 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/exponential_backoff.py:369:19 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/exponential_backoff.py:369:25 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/exponential_backoff.py:369:38 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/exponential_backoff.py:370:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "wrapped" in function "wraps"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/exponential_backoff.py:381:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/exponential_backoff.py:381:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "func" in function "execute"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/exponential_backoff.py:383:16 - error: Return type, "_Wrapped[..., Unknown, ..., Any]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/exponential_backoff.py:385:12 - error: Return type, "(func: (...) -> Unknown) -> ((...) -> Unknown)", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/exponential_backoff.py:570:16 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
  ./packages/afo-core/AFO/exponential_backoff.py:591:37 - error: "_calculate_delay" is protected and used outside of the class in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/genui/genui_orchestrator.py
  ./packages/afo-core/AFO/genui/genui_orchestrator.py:103:17 - error: Type of "nav_res" is partially unknown
    Type of "nav_res" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/genui/genui_orchestrator.py:103:27 - error: Type of "navigate" is partially unknown
    Type of "navigate" is "(url: str) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/genui/genui_orchestrator.py:104:20 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/genui/genui_orchestrator.py:105:21 - error: Type of "vision_result" is partially unknown
    Type of "vision_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/genui/genui_orchestrator.py:105:37 - error: Type of "screenshot" is partially unknown
    Type of "screenshot" is "(path: str = "screenshot.png") -> dict[Unknown, Unknown]" (reportUnknownMemberType)
./packages/afo-core/AFO/guardians/critic_agent.py
  ./packages/afo-core/AFO/guardians/critic_agent.py:42:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/guardians/critic_agent.py:47:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/guardians/critic_agent.py:52:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/guardians/critic_agent.py:62:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "feedback" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/health/runtime.py
  ./packages/afo-core/AFO/health/runtime.py:8:25 - error: Import "Dict" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/input_server.py
  ./packages/afo-core/AFO/input_server.py:36:31 - error: Type of "get_input_history" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:36:50 - error: Type of "get_input_statistics" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:36:72 - error: Type of "save_input_to_db" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:40:5 - error: "INPUT_STORAGE_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/input_server.py:57:5 - error: "API_WALLET_URL" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/input_server.py:101:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/input_server.py:104:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:137:55 - error: Argument type is partially unknown
    Argument corresponds to parameter "api_keys" in function "_get_home_template"
    Argument type is "Any | list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/input_server.py:447:47 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/input_server.py:462:13 - error: "save_input_to_db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/input_server.py:516:13 - error: Type of "stats" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:516:21 - error: "get_input_statistics" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/input_server.py:519:17 - error: Type of "input_stats" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:532:31 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/input_server.py:633:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/input_server.py:638:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/input_server.py:640:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/input_server.py:642:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/input_server.py:644:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/input_server.py:647:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/input_server.py:647:68 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/input_server.py:674:9 - error: Type of "history" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/input_server.py:674:19 - error: "get_input_history" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/input_server.py:675:51 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
./packages/afo-core/AFO/julie/ai_agents.py
  ./packages/afo-core/AFO/julie/ai_agents.py:379:9 - error: Type of "bundle_data" is partially unknown
    Type of "bundle_data" is "dict[str, str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "bundle_id" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "timestamp" of type "datetime" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "datetime"
      "str" is not assignable to "datetime" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "fetched_at" of type "datetime" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "datetime"
      "str" is not assignable to "datetime" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "input_hash" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "output_hash" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "sha256_hash" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "evidence_links" of type "list[str]" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "list[str]"
      "str" is not assignable to "list[str]" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "calculation_log" of type "dict[str, Any]" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "dict[str, Any]"
      "str" is not assignable to "dict[str, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "trinity_score" of type "dict[str, float]" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "dict[str, float]"
      "str" is not assignable to "dict[str, float]" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "impact_level" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "metacognition_insights" of type "dict[str, Any]" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "dict[str, Any]"
      "str" is not assignable to "dict[str, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "source_url" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:415:33 - error: Argument of type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" cannot be assigned to parameter "ticket" of type "str" in function "__init__"
    Type "str | list[str] | dict[str, str | list[str] | dict[str, float]] | dict[str, float] | dict[str, float | bool | list[Unknown]]" is not assignable to type "str"
      "dict[str, str | list[str] | dict[str, float]]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:508:9 - error: Type of "aicpa_functions" is partially unknown
    Type of "aicpa_functions" is "dict[str, ((client_name: str) -> dict[str, Any]) | ((**tax_params: Unknown) -> dict[str, Any]) | ((client_name: str, advice_content: str, estimated_savings: str) -> dict[str, Any]) | ((client_name: str, advice_summary: str, next_step: str) -> dict[str, Any]) | ((client_name: str, tax_data: dict[str, Any]) -> dict[str, Any]) | ((client_name: str, transaction_data: dict[str, Any]) -> dict[str, Any])]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:510:39 - error: Type of "_calculate_tax_scenario" is partially unknown
    Type of "_calculate_tax_scenario" is "(**tax_params: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:517:54 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/ai_agents.py:517:54 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/julie/ai_agents.py:519:29 - error: Type of "aicpa_functions" is partially unknown
    Type of "aicpa_functions" is "dict[str, ((client_name: str) -> dict[str, Any]) | ((**tax_params: Unknown) -> dict[str, Any]) | ((client_name: str, advice_content: str, estimated_savings: str) -> dict[str, Any]) | ((client_name: str, advice_summary: str, next_step: str) -> dict[str, Any]) | ((client_name: str, tax_data: dict[str, Any]) -> dict[str, Any]) | ((client_name: str, transaction_data: dict[str, Any]) -> dict[str, Any])]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:20 - error: Type of "aicpa_functions" is partially unknown
    Type of "aicpa_functions" is "dict[str, ((client_name: str) -> dict[str, Any]) | ((**tax_params: Unknown) -> dict[str, Any]) | ((client_name: str, advice_content: str, estimated_savings: str) -> dict[str, Any]) | ((client_name: str, advice_summary: str, next_step: str) -> dict[str, Any]) | ((client_name: str, tax_data: dict[str, Any]) -> dict[str, Any]) | ((client_name: str, transaction_data: dict[str, Any]) -> dict[str, Any])]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "_generate_email_draft" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "advice_summary" in function "_generate_email_draft" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "next_step" in function "_generate_email_draft" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "_generate_strategy_report" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "advice_content" in function "_generate_strategy_report" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "estimated_savings" in function "_generate_strategy_report" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "_generate_quickbooks_entry" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "transaction_data" in function "_generate_quickbooks_entry" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "_generate_turbotax_csv" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "tax_data" in function "_generate_turbotax_csv" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "tax_params" in function "_calculate_tax_scenario" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:520:58 - error: Argument type is unknown
    Argument corresponds to parameter "client_name" in function "_get_client_data" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:533:41 - error: Type of parameter "tax_params" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/ai_agents.py:533:41 - error: Type annotation is missing for parameter "tax_params" (reportMissingParameterType)
  ./packages/afo-core/AFO/julie/ai_agents.py:539:55 - error: Argument type is partially unknown
    Argument corresponds to parameter "params" in function "_calculate_federal_tax"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:540:51 - error: Argument type is partially unknown
    Argument corresponds to parameter "params" in function "_calculate_state_tax"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/ai_agents.py:547:48 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:723:19 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:724:15 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:726:24 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:727:22 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:728:22 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:729:27 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/ai_agents.py:732:23 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
./packages/afo-core/AFO/julie/depreciation.py
  ./packages/afo-core/AFO/julie/depreciation.py:54:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:54:28 - error: Type of parameter "v" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:54:28 - error: Type annotation is missing for parameter "v" (reportMissingParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:59:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:71:20 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:76:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:76:34 - error: Type of parameter "v" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:76:34 - error: Type annotation is missing for parameter "v" (reportMissingParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:79:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:104:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:106:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:113:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:129:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:137:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:137:68 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:142:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:148:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:148:75 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:151:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:160:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:166:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:168:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:179:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:187:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie/depreciation.py:187:91 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie/depreciation.py:189:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:201:9 - error: Type of "sec179_result" is partially unknown
    Type of "sec179_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:201:25 - error: Type of "calculate_section179" is partially unknown
    Type of "calculate_section179" is "(cost: float, business_income: float, sec179_first: bool = True) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:206:9 - error: Type of "bonus_result" is partially unknown
    Type of "bonus_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:206:24 - error: Type of "calculate_bonus_depreciation" is partially unknown
    Type of "calculate_bonus_depreciation" is "(bonus_amount: float) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:206:58 - error: Argument type is unknown
    Argument corresponds to parameter "bonus_amount" in function "calculate_bonus_depreciation" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:209:9 - error: Type of "ca_result" is partially unknown
    Type of "ca_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:209:21 - error: Type of "calculate_ca_addback" is partially unknown
    Type of "calculate_ca_addback" is "(sec179_amount: float, state: State) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:209:47 - error: Argument type is unknown
    Argument corresponds to parameter "sec179_amount" in function "calculate_ca_addback" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:212:9 - error: Type of "tax_result" is partially unknown
    Type of "tax_result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:212:22 - error: Type of "calculate_tax_savings" is partially unknown
    Type of "calculate_tax_savings" is "(sec179_amount: float, bonus_amount: float, ca_addback: float) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:213:13 - error: Argument type is unknown
    Argument corresponds to parameter "sec179_amount" in function "calculate_tax_savings" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:214:13 - error: Argument type is unknown
    Argument corresponds to parameter "bonus_amount" in function "calculate_tax_savings" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:215:13 - error: Argument type is unknown
    Argument corresponds to parameter "ca_addback" in function "calculate_tax_savings" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:219:9 - error: Type of "trinity_score" is partially unknown
    Type of "trinity_score" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:219:25 - error: Type of "calculate_trinity_score" is partially unknown
    Type of "calculate_trinity_score" is "(accuracy: float = 1, compliance: float = 0.95) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:222:26 - error: Argument type is unknown
    Argument corresponds to parameter "sec179_limit" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:223:23 - error: Argument type is unknown
    Argument corresponds to parameter "phase_out" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:224:23 - error: Argument type is unknown
    Argument corresponds to parameter "bonus_100" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:225:24 - error: Argument type is unknown
    Argument corresponds to parameter "fed_saving" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:226:24 - error: Argument type is unknown
    Argument corresponds to parameter "ca_addback" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:227:24 - error: Argument type is unknown
    Argument corresponds to parameter "net_saving" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/depreciation.py:237:18 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:238:15 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:240:20 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:241:17 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:242:18 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:243:18 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:244:18 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:245:19 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:258:5 - error: Type of "compiled" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:258:16 - error: Type of "compile" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/depreciation.py:258:31 - error: Cannot access attribute "compile" for class "None"
    Attribute "compile" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie/depreciation.py:273:9 - error: Type of "dspy_result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:273:9 - error: Variable "dspy_result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/julie/depreciation.py:275:9 - error: Type of "enhanced_score" is partially unknown
    Type of "enhanced_score" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/depreciation.py:275:26 - error: Type of "calculate_trinity_score" is partially unknown
    Type of "calculate_trinity_score" is "(accuracy: float = 1, compliance: float = 0.95) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
./packages/afo-core/AFO/julie/julie_logs.py
  ./packages/afo-core/AFO/julie/julie_logs.py:42:9 - error: Type of "json_encoders" is partially unknown
    Type of "json_encoders" is "dict[type[datetime], (v: Unknown) -> Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/julie_logs.py:42:43 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/julie/julie_logs.py:42:46 - error: Type of "isoformat" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:42:46 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/julie/julie_logs.py:57:5 - error: Type of "trinity_score" is partially unknown
    Type of "trinity_score" is "Column[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/julie_logs.py:58:5 - error: Type of "confidence_score" is partially unknown
    Type of "confidence_score" is "Column[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/julie_logs.py:100:13 - error: "db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie/julie_logs.py:116:13 - error: "db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie/julie_logs.py:131:13 - error: "db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie/julie_logs.py:147:13 - error: "db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:21 - error: Type of "func" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:21 - error: Type of "avg" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:21 - error: Type of "label" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:21 - error: Argument type is unknown
    Argument corresponds to parameter "__ent1" in function "query" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:24 - error: Cannot access attribute "func" for class "Session"
    Attribute "func" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie/julie_logs.py:156:33 - error: Type of "trinity_score" is partially unknown
    Type of "trinity_score" is "Column[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:157:21 - error: Type of "func" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:157:21 - error: Type of "count" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:157:21 - error: Type of "label" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:157:21 - error: Argument type is unknown
    Argument corresponds to parameter "__ent2" in function "query" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:157:24 - error: Cannot access attribute "func" for class "Session"
    Attribute "func" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie/julie_logs.py:169:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie/julie_logs.py:171:13 - error: "db" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie/julie_logs.py:176:20 - error: Argument of type "Column[str]" cannot be assigned to parameter "log_id" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:177:23 - error: Argument of type "Column[datetime]" cannot be assigned to parameter "timestamp" of type "datetime" in function "__init__"
    "Column[datetime]" is not assignable to "datetime" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:178:19 - error: Argument of type "Column[str]" cannot be assigned to parameter "agent" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:179:20 - error: Argument of type "Column[str]" cannot be assigned to parameter "action" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:180:24 - error: Argument of type "Column[str]" cannot be assigned to parameter "input_hash" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:181:25 - error: Argument of type "Column[str]" cannot be assigned to parameter "output_hash" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:182:25 - error: Argument of type "Column[str]" cannot be assigned to parameter "evidence_id" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:183:27 - error: Type of "trinity_score" is partially unknown
    Type of "trinity_score" is "Column[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:183:27 - error: Argument of type "Column[Unknown]" cannot be assigned to parameter "trinity_score" of type "float" in function "__init__"
    "Column[Unknown]" is not assignable to "float" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:184:30 - error: Type of "confidence_score" is partially unknown
    Type of "confidence_score" is "Column[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie/julie_logs.py:184:30 - error: Argument of type "Column[Unknown]" cannot be assigned to parameter "confidence_score" of type "float" in function "__init__"
    "Column[Unknown]" is not assignable to "float" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:185:26 - error: Argument of type "Column[str]" cannot be assigned to parameter "impact_level" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:186:24 - error: Argument of type "Column[str]" cannot be assigned to parameter "source_url" of type "str" in function "__init__"
    "Column[str]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/julie/julie_logs.py:187:47 - error: Argument of type "Column[str] | Literal['{}']" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads"
    Type "Column[str] | Literal['{}']" is not assignable to type "str | bytes | bytearray"
      Type "Column[str]" is not assignable to type "str | bytes | bytearray"
        "Column[str]" is not assignable to "str"
        "Column[str]" is not assignable to "bytes"
        "Column[str]" is not assignable to "bytearray" (reportArgumentType)
./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:13:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:13:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:13:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:33:5 - error: Type of "evidence_map" is partially unknown
    Type of "evidence_map" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:62:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:139:5 - error: Function "_redact" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:218:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:233:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:268:23 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:284:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/csv_inbox_labeler.py:292:79 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/julie_cpa/grok_engine.py
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:25:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:33:5 - error: "OPENAI_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:37:38 - error: Type of "async_playwright" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:41:5 - error: "PLAYWRIGHT_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:49:5 - error: "REDIS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:87:23 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:87:23 - error: Type of "Redis" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:97:34 - error: "Redis" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:114:16 - error: Type of "_client" is partially unknown
    Type of "_client" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:118:13 - error: Type of "data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:118:20 - error: Type of "_client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:118:20 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:119:31 - error: Argument type is unknown
    Argument corresponds to parameter "s" in function "loads" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:126:16 - error: Type of "_client" is partially unknown
    Type of "_client" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:130:13 - error: Type of "_client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:130:13 - error: Type of "setex" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:164:20 - error: Object of type "None" cannot be called (reportOptionalCall)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:164:42 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:165:13 - error: Type of "browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:165:29 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:165:29 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:167:17 - error: Type of "context" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:167:33 - error: Type of "new_context" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:170:17 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:170:30 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:171:23 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:182:23 - error: Type of "wait_for_timeout" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:185:23 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:191:23 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:191:23 - error: "page" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:195:23 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:266:23 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:281:24 - error: Object of type "None" cannot be called (reportOptionalCall)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:9 - error: Type of "response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:26 - error: Type of "_client" is partially unknown
    Type of "_client" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:26 - error: Type of "chat" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:26 - error: Type of "completions" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:26 - error: Type of "create" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:290:39 - error: "chat" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:299:9 - error: Type of "content" is partially unknown
    Type of "content" is "Unknown | Literal['{}']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:299:19 - error: Type of "choices" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:299:19 - error: Type of "message" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:299:19 - error: Type of "content" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:300:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "s" in function "loads"
    Argument type is "Unknown | Literal['{}']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:404:41 - error: "_create_mock_response" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:439:33 - error: "_create_mock_response" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:476:20 - error: Object of type "None" cannot be called (reportOptionalCall)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:476:42 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:477:13 - error: Type of "browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:477:29 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:477:29 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:479:17 - error: Type of "context" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:479:33 - error: Type of "new_context" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:480:39 - error: "_load_session_cookies" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:482:17 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:482:30 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:483:23 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:485:55 - error: "_find_input_locator" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:488:39 - error: "_send_prompt" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:489:23 - error: Type of "wait_for_timeout" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:491:23 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/grok_engine.py:497:23 - error: Type of "close" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/julie_cpa/hybrid_engine.py
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:25:25 - error: Type of "Prophet" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:29:5 - error: "PROPHET_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:34:26 - error: Type of "auto_arima" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:38:5 - error: "PMDARIMA_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:117:16 - error: Type of "to_datetime" is partially unknown
    Type of "to_datetime" is "Overload[(arg: float | str | date | datetime64[date | int | None], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Timestamp, (arg: Series | FulldatetimeDict | DataFrame, errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Series, (arg: list[Unknown] | tuple[Unknown, ...] | Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> DatetimeIndex]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:117:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "arg" in function "to_datetime"
    Argument type is "Series | Unknown | DataFrame" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:127:26 - error: Type of "to_datetime" is partially unknown
    Type of "to_datetime" is "Overload[(arg: float | str | date | datetime64[date | int | None], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Timestamp, (arg: Series | FulldatetimeDict | DataFrame, errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Series, (arg: list[Unknown] | tuple[Unknown, ...] | Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> DatetimeIndex]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:127:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "arg" in function "to_datetime"
    Argument type is "Series | Unknown | DataFrame" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:129:9 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:129:17 - error: "Prophet" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:135:9 - error: Type of "add_seasonality" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:136:9 - error: Type of "add_country_holidays" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:137:9 - error: Type of "fit" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:139:9 - error: Type of "future" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:139:18 - error: Type of "make_future_dataframe" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:140:16 - error: Type of "predict" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:140:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:154:9 - error: Type of "train_predictions" is partially unknown
    Type of "train_predictions" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:154:29 - error: Type of "values" is partially unknown
    Type of "values" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:154:78 - error: Cannot access attribute "values" for class "ndarray[_AnyShape, dtype[Any]]"
    Attribute "values" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:155:9 - error: Type of "actual_values" is partially unknown
    Type of "actual_values" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:155:25 - error: Type of "values" is partially unknown
    Type of "values" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:156:9 - error: Type of "residuals" is partially unknown
    Type of "residuals" is "Unknown | Any | ndarray[tuple[Any, ...], dtype[Any]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:156:21 - error: Operator "-" not supported for types "ArrayLike | Unknown" and "ArrayLike | Any | Unknown"
    Operator "-" not supported for types "ExtensionArray" and "ExtensionArray" (reportOperatorIssue)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:159:9 - error: Type of "arima_model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:159:23 - error: "auto_arima" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:161:9 - error: Type of "residual_forecast" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:161:29 - error: Type of "predict" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:162:9 - error: Type of "arima_info" is partially unknown
    Type of "arima_info" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:163:22 - error: Type of "order" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:164:31 - error: Type of "seasonal_order" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:165:26 - error: Type of "aic" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:165:26 - error: Argument type is unknown
    Argument corresponds to parameter "number" in function "round" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:167:16 - error: Return type, "tuple[Unknown, dict[str, Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:179:5 - error: Type of "last_historical" is partially unknown
    Type of "last_historical" is "Unknown | Any | Series" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:179:23 - error: Type of "max" is partially unknown
    Type of "max" is "((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Unknown | Any)) | Unknown | ((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | Unknown | Any))" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:180:5 - error: Type of "future_mask" is partially unknown
    Type of "future_mask" is "Unknown | Any | NotImplementedType" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:181:5 - error: Type of "future_forecast" is partially unknown
    Type of "future_forecast" is "DataFrame | Series | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:181:23 - error: Type of "copy" is partially unknown
    Type of "copy" is "((deep: bool | None = True) -> Series) | Unknown | ((deep: bool | None = True) -> DataFrame)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:184:34 - error: Type of "iterrows" is partially unknown
    Type of "iterrows" is "(() -> Iterable[tuple[Hashable, Series]]) | Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:184:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "Iterable[tuple[Hashable, Series]] | Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:185:9 - error: Type of "prophet_pred" is partially unknown
    Type of "prophet_pred" is "Series | Any | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:191:9 - error: Type of "final_pred" is partially unknown
    Type of "final_pred" is "Any | NotImplementedType | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:193:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:195:25 - error: Type of "strftime" is partially unknown
    Type of "strftime" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:195:35 - error: Cannot access attribute "strftime" for class "ndarray[_AnyShape, dtype[Any]]"
    Attribute "strftime" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:196:26 - error: Type of "strftime" is partially unknown
    Type of "strftime" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:196:36 - error: Cannot access attribute "strftime" for class "ndarray[_AnyShape, dtype[Any]]"
    Attribute "strftime" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:197:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Series | Any | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:199:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Any | NotImplementedType | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:200:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Any | NotImplementedType | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:201:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Any | NotImplementedType | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:202:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Series | Any | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:205:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:241:5 - error: Type of "hist_avg" is partially unknown
    Type of "hist_avg" is "Series | float | int | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:241:16 - error: Type of "mean" is partially unknown
    Type of "mean" is "((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | float)) | Unknown | ((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | float | int))" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:243:5 - error: Type of "growth_rate" is partially unknown
    Type of "growth_rate" is "Any | Unknown | Literal[0]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:247:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:249:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:251:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:254:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:257:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/hybrid_engine.py:259:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:102:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:125:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:127:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:129:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:132:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/infrastructure/financial_connector.py:134:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/julie_cpa/prophet_engine.py
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:24:25 - error: Type of "Prophet" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:29:5 - error: "PROPHET_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:70:16 - error: Type of "to_datetime" is partially unknown
    Type of "to_datetime" is "Overload[(arg: float | str | date | datetime64[date | int | None], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Timestamp, (arg: Series | FulldatetimeDict | DataFrame, errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Series, (arg: list[Unknown] | tuple[Unknown, ...] | Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> DatetimeIndex]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:70:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "arg" in function "to_datetime"
    Argument type is "Series | Unknown | DataFrame" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:92:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:101:6 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:118:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:125:30 - error: Type of "to_datetime" is partially unknown
    Type of "to_datetime" is "Overload[(arg: float | str | date | datetime64[date | int | None], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Timestamp, (arg: Series | FulldatetimeDict | DataFrame, errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> Series, (arg: list[Unknown] | tuple[Unknown, ...] | Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]], errors: Literal['ignore', 'raise', 'coerce'] = ..., dayfirst: bool = ..., yearfirst: bool = ..., utc: bool = ..., format: str | None = ..., exact: bool = ..., unit: str | None = ..., infer_datetime_format: bool = ..., origin: ... = ..., cache: bool = ...) -> DatetimeIndex]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:125:45 - error: Argument type is partially unknown
    Argument corresponds to parameter "arg" in function "to_datetime"
    Argument type is "Series | Unknown | DataFrame" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:129:13 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:129:21 - error: "Prophet" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:144:13 - error: Type of "add_seasonality" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:148:13 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:148:21 - error: "Prophet" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:158:9 - error: Type of "add_country_holidays" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:161:9 - error: Type of "fit" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:164:9 - error: Type of "future" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:164:18 - error: Type of "make_future_dataframe" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:167:9 - error: Type of "forecast" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:167:20 - error: Type of "predict" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:170:9 - error: Type of "last_historical" is partially unknown
    Type of "last_historical" is "Unknown | Any | Series" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:170:27 - error: Type of "max" is partially unknown
    Type of "max" is "((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Unknown | Any)) | Unknown | ((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | Unknown | Any))" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:171:9 - error: Type of "future_forecast" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:175:13 - error: Type of "_" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:175:16 - error: Type of "row" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:175:23 - error: Type of "iterrows" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:176:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:178:29 - error: Type of "strftime" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:179:30 - error: Type of "strftime" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:180:38 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:181:34 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:182:34 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:183:34 - error: Argument type is unknown
    Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:187:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:187:50 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:188:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:192:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:192:45 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:192:69 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:200:51 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:202:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:217:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:220:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:220:68 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:228:5 - error: Type of "features" is partially unknown
    Type of "features" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:228:16 - error: Type of "values" is partially unknown
    Type of "values" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:229:5 - error: Type of "y" is partially unknown
    Type of "y" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:229:9 - error: Type of "values" is partially unknown
    Type of "values" is "ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:232:5 - error: Type of "fit" is partially unknown
    Type of "fit" is "(X: Unknown, y: Unknown, sample_weight: Unknown | None = None) -> LinearRegression" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:236:5 - error: Type of "last_date" is partially unknown
    Type of "last_date" is "Unknown | Any | Series" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:236:17 - error: Type of "max" is partially unknown
    Type of "max" is "((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Unknown | Any)) | Unknown | ((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | Unknown | Any))" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:240:25 - error: Type of "predict" is partially unknown
    Type of "predict" is "(X: Unknown) -> (Unknown | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:240:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:241:9 - error: Type of "future_date" is partially unknown
    Type of "future_date" is "Unknown | Any | NotImplementedType" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:243:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:245:25 - error: Type of "strftime" is partially unknown
    Type of "strftime" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:246:26 - error: Type of "strftime" is partially unknown
    Type of "strftime" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:254:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:254:36 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:258:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:272:22 - error: Type of parameter "predictions" is partially unknown
    Parameter type is "list[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:272:35 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:281:5 - error: Type of "hist_avg" is partially unknown
    Type of "hist_avg" is "Series | float | int | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:281:16 - error: Type of "mean" is partially unknown
    Type of "mean" is "((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | float)) | Unknown | ((axis: int | Literal['index', 'columns', 'rows'] | None = 0, skipna: bool = True, numeric_only: bool = False, **kwargs: Unknown) -> (Series | float | int))" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:284:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:284:41 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:284:65 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:287:5 - error: Type of "growth_rate" is partially unknown
    Type of "growth_rate" is "Unknown | float" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:292:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:294:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:296:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:299:9 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:301:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:304:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:307:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:307:64 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:310:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:313:5 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:313:47 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:320:5 - error: Type of "result" is partially unknown
    Type of "result" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/julie_cpa/prophet_engine.py:327:12 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/julie_cpa/services/julie_service.py
  ./packages/afo-core/AFO/julie_cpa/services/julie_service.py:2:20 - error: Import "Optional" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/kms/vault_kms.py
  ./packages/afo-core/AFO/kms/vault_kms.py:31:21 - error: Type of "auth_response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/kms/vault_kms.py:31:37 - error: Type of "approle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:31:37 - error: Type of "login" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:64:13 - error: Type of "response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/kms/vault_kms.py:64:24 - error: Type of "kv" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:64:24 - error: Type of "v2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:64:24 - error: Type of "read_secret_version" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:67:13 - error: Type of "val" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/kms/vault_kms.py:67:19 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:68:24 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/kms/vault_kms.py:80:13 - error: Type of "kv" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:80:13 - error: Type of "v2" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/kms/vault_kms.py:80:13 - error: Type of "create_or_update_secret" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/learning_loader.py
  ./packages/afo-core/AFO/learning_loader.py:134:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/learning_loader.py:135:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/learning_loader.py:141:12 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/learning_loader.py:142:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/learning_loader.py:144:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/llm_router.py
  ./packages/afo-core/AFO/llm_router.py:34:5 - error: "API_WRAPPERS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/llm_router.py:170:33 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:199:30 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:255:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llm_router.py:427:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:433:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llm_router.py:433:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "max"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llm_router.py:433:47 - error: Argument type is partially unknown
    Argument corresponds to parameter "key" in function "max"
    Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llm_router.py:433:54 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/llm_router.py:433:57 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/llm_router.py:471:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:473:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:476:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:478:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:481:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:483:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:485:57 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llm_router.py:505:13 - error: Variable "result" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/llm_router.py:512:52 - error: "_initialized" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/llm_router.py:594:56 - error: "_initialized" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/llm_router.py:781:28 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:782:29 - error: Type of "res" is partially unknown
    Type of "res" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llm_router.py:782:41 - error: Type of "execute_ollama" is partially unknown
    Type of "execute_ollama" is "(prompt: str, model: str | None = None) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:782:41 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:784:44 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llm_router.py:789:20 - error: "claude_api" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:790:36 - error: "claude_api" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:797:24 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:798:25 - error: Type of "res" is partially unknown
    Type of "res" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llm_router.py:798:37 - error: Type of "execute_claude" is partially unknown
    Type of "execute_claude" is "(prompt: str) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:798:37 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:800:40 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llm_router.py:813:20 - error: "openai_api" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:814:36 - error: "openai_api" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:821:24 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:822:25 - error: Type of "res" is partially unknown
    Type of "res" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llm_router.py:822:37 - error: Type of "execute_codex" is partially unknown
    Type of "execute_codex" is "(prompt: str) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llm_router.py:822:37 - error: "CLIWrapper" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/llm_router.py:824:40 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
./packages/afo-core/AFO/llms/claude_cli.py
  ./packages/afo-core/AFO/llms/claude_cli.py:50:45 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/claude_cli.py:50:45 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/llms/claude_cli.py:71:48 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/claude_cli.py:71:48 - error: Argument type is unknown
    Argument corresponds to parameter "timeout" in function "wait_for" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/claude_cli.py:104:49 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/claude_cli.py:104:49 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/llms/claude_cli.py:113:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/claude_cli.py:115:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/claude_cli.py:117:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/claude_cli.py:119:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/claude_cli.py:120:22 - error: Type of "generate" is partially unknown
    Type of "generate" is "(prompt: str, **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/claude_cli.py:120:55 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "generate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/claude_cli.py:148:24 - error: Type of "generate" is partially unknown
    Type of "generate" is "(prompt: str, **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
./packages/afo-core/AFO/llms/cli_wrapper.py
  ./packages/afo-core/AFO/llms/cli_wrapper.py:21:15 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:21:70 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:37:28 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:39:24 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:47:24 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:51:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:54:15 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:54:45 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:59:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:69:9 - error: Type of "res" is partially unknown
    Type of "res" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:69:21 - error: Type of "run_command" is partially unknown
    Type of "run_command" is "(command: list[str], timeout: int = 120) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:73:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:76:15 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:76:46 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:81:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:86:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:86:22 - error: Type of "run_command" is partially unknown
    Type of "run_command" is "(command: list[str], timeout: int = 120) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:89:15 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:89:72 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:92:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:101:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/cli_wrapper.py:101:22 - error: Type of "run_command" is partially unknown
    Type of "run_command" is "(command: list[str], timeout: int = 120) -> CoroutineType[Any, Any, dict[Unknown, Unknown]]" (reportUnknownMemberType)
./packages/afo-core/AFO/llms/codex_cli.py
  ./packages/afo-core/AFO/llms/codex_cli.py:49:45 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/codex_cli.py:49:45 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/llms/codex_cli.py:68:48 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/codex_cli.py:68:48 - error: Argument type is unknown
    Argument corresponds to parameter "timeout" in function "wait_for" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/codex_cli.py:92:49 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/codex_cli.py:92:49 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/llms/codex_cli.py:101:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/codex_cli.py:103:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/codex_cli.py:105:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/codex_cli.py:107:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/codex_cli.py:108:22 - error: Type of "generate" is partially unknown
    Type of "generate" is "(prompt: str, **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/codex_cli.py:108:55 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "generate" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/codex_cli.py:136:24 - error: Type of "generate" is partially unknown
    Type of "generate" is "(prompt: str, **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
./packages/afo-core/AFO/llms/gemini_api.py
  ./packages/afo-core/AFO/llms/gemini_api.py:62:21 - error: "_getframe" is private and used outside of the module in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/llms/mlx_adapter.py
  ./packages/afo-core/AFO/llms/mlx_adapter.py:32:32 - error: Type of "load" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:37:13 - error: Type of "loaded" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:38:20 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:77:32 - error: Type of "generate" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:78:45 - error: Type of "make_sampler" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:83:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:84:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:100:13 - error: Type of "sampler" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:105:13 - error: Type of "response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/mlx_adapter.py:113:20 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/llms/openai_api.py
  ./packages/afo-core/AFO/llms/openai_api.py:165:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/openai_api.py:167:13 - error: Type of "request_data" is partially unknown
    Type of "request_data" is "dict[str, Any | float | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/openai_api.py:178:62 - error: Argument type is partially unknown
    Argument corresponds to parameter "json" in function "post"
    Argument type is "dict[str, Any | float | list[Unknown]]" (reportUnknownArgumentType)
./packages/afo-core/AFO/llms/providers/__init__.py
  ./packages/afo-core/AFO/llms/providers/__init__.py:2:27 - error: Type of "AnthropicProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/__init__.py:3:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/__init__.py:4:25 - error: Type of "ProviderFactory" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/__init__.py:5:24 - error: Type of "GoogleProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/__init__.py:6:24 - error: Type of "OllamaProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/__init__.py:7:24 - error: Type of "OpenAIProvider" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/llms/providers/anthropic.py
  ./packages/afo-core/AFO/llms/providers/anthropic.py:6:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/anthropic.py:17:25 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
./packages/afo-core/AFO/llms/providers/factory.py
  ./packages/afo-core/AFO/llms/providers/factory.py:4:27 - error: Type of "AnthropicProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:5:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:6:24 - error: Type of "GoogleProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:8:24 - error: Type of "OllamaProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:9:24 - error: Type of "OpenAIProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:21:5 - error: Type of "_providers" is partially unknown
    Type of "_providers" is "dict[LLMProvider, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:24:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/llms/providers/factory.py:25:29 - error: Type of "_providers" is partially unknown
    Type of "_providers" is "dict[LLMProvider, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/providers/factory.py:26:20 - error: Type of "_providers" is partially unknown
    Type of "_providers" is "dict[LLMProvider, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/providers/factory.py:26:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:30:13 - error: Type of "instance" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/factory.py:40:9 - error: Type of "_providers" is partially unknown
    Type of "_providers" is "dict[LLMProvider, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/llms/providers/factory.py:41:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/llms/providers/google.py
  ./packages/afo-core/AFO/llms/providers/google.py:9:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/google.py:20:22 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/llms/providers/google.py:34:16 - error: Conditional expression references coroutine which always evaluates to True (reportUnnecessaryComparison)
./packages/afo-core/AFO/llms/providers/ollama.py
  ./packages/afo-core/AFO/llms/providers/ollama.py:9:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/ollama.py:15:22 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
./packages/afo-core/AFO/llms/providers/openai.py
  ./packages/afo-core/AFO/llms/providers/openai.py:6:22 - error: Type of "BaseLLMProvider" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/llms/providers/openai.py:17:22 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
./packages/afo-core/AFO/matching_engine.py
  ./packages/afo-core/AFO/matching_engine.py:76:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:86:9 - error: Type of "sort" is partially unknown
    Type of "sort" is "Overload[(*, key: None = None, reverse: bool = False) -> None, (*, key: (Unknown) -> (SupportsDunderLT[Any] | SupportsDunderGT[Any]), reverse: bool = False) -> None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:86:36 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/matching_engine.py:86:39 - error: Type of "similarity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:86:39 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/matching_engine.py:87:9 - error: Type of "candidates" is partially unknown
    Type of "candidates" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:90:9 - error: Type of "best_match" is partially unknown
    Type of "best_match" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:91:9 - error: Type of "confidence_score" is partially unknown
    Type of "confidence_score" is "Unknown | float" (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:91:28 - error: Type of "similarity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:94:69 - error: Argument type is partially unknown
    Argument corresponds to parameter "candidates" in function "_generate_recommendations"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:97:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "candidates" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:98:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "best_match" in function "__init__"
    Argument type is "Unknown | None" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:99:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "confidence_score" in function "__init__"
    Argument type is "Unknown | float" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:119:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:124:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:129:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:132:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:144:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:146:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:154:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:158:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:162:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:164:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:184:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:205:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:205:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:207:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:209:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:211:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:213:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/matching_engine.py:215:16 - error: Return type, "tuple[float, list[Unknown], LiteralString | Literal['낮은 유사성']]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:222:17 - error: Variable "domain" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/matching_engine.py:268:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:270:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:272:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:274:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:276:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:285:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:286:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/matching_engine.py:291:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:293:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:295:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:299:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:302:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:306:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/matching_engine.py:310:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/mcp/afo_skills_mcp.py
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:5:32 - error: Type of "FastMCP" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:10:1 - error: Type of "mcp" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:17:2 - error: Type of "tool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:17:2 - error: Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:25:2 - error: Type of "tool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:25:2 - error: Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:42:2 - error: Type of "tool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:42:2 - error: Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:52:2 - error: Type of "tool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:52:2 - error: Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:54:20 - error: Type of parameter "inputs" is partially unknown
    Parameter type is "dict[Unknown, Unknown] | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:54:28 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:58:5 - error: Type of "payload" is partially unknown
    Type of "payload" is "dict[str, str | dict[Unknown, Unknown] | bool]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:60:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "json" in function "post"
    Argument type is "dict[str, str | dict[Unknown, Unknown] | bool]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:65:2 - error: Type of "tool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:65:2 - error: Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
  ./packages/afo-core/AFO/mcp/afo_skills_mcp.py:79:5 - error: Type of "run" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/md_parser.py
  ./packages/afo-core/AFO/md_parser.py:103:20 - error: Return type, "tuple[list[Unknown], list[Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/md_parser.py:122:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/md_parser.py:124:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/md_parser.py:126:16 - error: Return type, "tuple[list[Unknown], list[Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/md_parser.py:133:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/md_parser.py:143:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/md_parser.py:145:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/md_parser.py:199:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/md_parser.py:203:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/md_parser.py:205:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/memory_system/__init__.py
  ./packages/afo-core/AFO/memory_system/__init__.py:6:36 - error: Type of "YeongdeokComplete" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/memory_system/yeongdeok_complete.py
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:25:5 - error: Type of "tags" is partially unknown
    Type of "tags" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:104:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:114:13 - error: Type of "sort" is partially unknown
    Type of "sort" is "Overload[(*, key: None = None, reverse: bool = False) -> None, (*, key: (Unknown) -> (SupportsDunderLT[Any] | SupportsDunderGT[Any]), reverse: bool = False) -> None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:114:37 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:114:40 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:115:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:128:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:137:13 - error: Type of "sort" is partially unknown
    Type of "sort" is "Overload[(*, key: None = None, reverse: bool = False) -> None, (*, key: (Unknown) -> (SupportsDunderLT[Any] | SupportsDunderGT[Any]), reverse: bool = False) -> None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:137:37 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:137:44 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:138:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:173:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:175:17 - error: Type of "key" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:176:59 - error: Argument type is unknown
    Argument corresponds to parameter "key" in function "pop" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:243:51 - error: Type of "_redis_client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:243:56 - error: Cannot access attribute "_redis_client" for class "YeongdeokComplete*"
    Attribute "_redis_client" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:245:27 - error: Type of "_redis_client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:245:27 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/memory_system/yeongdeok_complete.py:245:32 - error: Cannot access attribute "_redis_client" for class "YeongdeokComplete*"
    Attribute "_redis_client" is unknown (reportAttributeAccessIssue)
./packages/afo-core/AFO/mipro/optimizer.py
  ./packages/afo-core/AFO/mipro/optimizer.py:9:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/mipro/optimizer.py:30:26 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mipro/optimizer.py:30:26 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/mipro/optimizer.py:31:16 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mipro/optimizer.py:63:9 - error: Variable "start_time" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/mipro/optimizer.py:75:17 - error: Variable "example" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/mipro/optimizer.py:92:19 - error: "_mipro_optimized" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/mipro/optimizer.py:93:19 - error: "_mipro_score" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/mipro/optimizer.py:94:19 - error: "_mipro_trials" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/mipro/optimizer.py:95:19 - error: "_mipro_config" is protected and used outside of the class in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/mlx_quantization.py
  ./packages/afo-core/AFO/mlx_quantization.py:160:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:163:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:166:16 - error: Type of "_rebuild_model" is partially unknown
    Type of "_rebuild_model" is "(original_model: Module, layers: list[Unknown]) -> Module" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:183:13 - error: Type of "scale" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:183:21 - error: Type of "max" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:183:28 - error: Type of "abs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:184:13 - error: Type of "quantized_weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:184:32 - error: Type of "round" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:184:32 - error: Type of "astype" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:184:64 - error: Type of "int8" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:186:13 - error: Type of "quantized_weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:186:32 - error: Type of "_optimize_for_metal" is partially unknown
    Type of "_optimize_for_metal" is "(quantized_weight: Unknown) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:186:57 - error: Argument type is unknown
    Argument corresponds to parameter "quantized_weight" in function "_optimize_for_metal" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:190:13 - error: Type of "scale" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:190:21 - error: Type of "max" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:190:28 - error: Type of "abs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:191:13 - error: Type of "quantized_weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:191:32 - error: Type of "round" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:191:32 - error: Type of "astype" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:191:64 - error: Type of "int8" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:211:22 - error: Type of "item" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:211:46 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:234:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:236:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:238:16 - error: Type of "_rebuild_model" is partially unknown
    Type of "_rebuild_model" is "(original_model: Module, layers: list[Unknown]) -> Module" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:266:13 - error: Type of "scale" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:266:21 - error: Type of "max" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:266:28 - error: Type of "abs" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:267:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:267:27 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:270:13 - error: Type of "quantized_group" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:270:31 - error: Type of "round" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:270:31 - error: Type of "astype" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:270:69 - error: Type of "int8" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:271:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:271:37 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:274:9 - error: Type of "quantized_weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:274:28 - error: Type of "concatenate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:289:24 - error: Type of "item" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:289:44 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:289:66 - error: Type of "s" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:295:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_quantization.py:295:35 - error: Type of parameter "quantized_weight" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_quantization.py:295:53 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:295:66 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:308:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:310:57 - error: Type of parameter "layers" is partially unknown
    Parameter type is "list[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_quantization.py:310:65 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/mlx_quantization.py:323:47 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:339:17 - error: Type of "total_params" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:339:33 - error: Type of "prod" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:339:33 - error: Type of "item" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:339:41 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:341:17 - error: Type of "total_params" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:341:33 - error: Type of "prod" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:341:33 - error: Type of "item" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:341:41 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:342:16 - error: Return type, "Unknown | Literal[0]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:371:67 - error: Argument of type "Module" cannot be assigned to parameter "layer" of type "Linear" in function "_dequantize_linear_layer"
    "Module" is not assignable to "Linear" (reportArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:372:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:375:64 - error: Argument of type "Module" cannot be assigned to parameter "layer" of type "Linear" in function "_dequantize_dwq_layer"
    "Module" is not assignable to "Linear" (reportArgumentType)
  ./packages/afo-core/AFO/mlx_quantization.py:376:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:378:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:380:16 - error: Type of "_rebuild_model" is partially unknown
    Type of "_rebuild_model" is "(original_model: Module, layers: list[Unknown]) -> Module" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:399:50 - error: Type of "float16" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:436:56 - error: Type of "float16" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:437:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_quantization.py:439:9 - error: Type of "dequantized_weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_quantization.py:439:30 - error: Type of "concatenate" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/mlx_unified_memory.py
  ./packages/afo-core/AFO/mlx_unified_memory.py:43:9 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:43:28 - error: Type of "zeros" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:63:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:64:39 - error: Type of parameter "dtype" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:64:46 - error: Type of "Dtype" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:64:57 - error: Type of "float32" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:65:10 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:88:17 - error: Type of "subset" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:88:26 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:89:17 - error: Type of "subset" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:89:26 - error: Type of "reshape" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:91:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:95:29 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:95:29 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:98:13 - error: Type of "extension" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:98:25 - error: Type of "zeros" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:99:13 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:99:32 - error: Type of "concatenate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:99:48 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:102:13 - error: Type of "allocated" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:102:25 - error: Type of "memory_pool" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:103:13 - error: Type of "allocated" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:103:25 - error: Type of "reshape" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:114:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:125:9 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:125:48 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:138:29 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:144:13 - error: Type of "mlx_array" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:144:25 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:145:67 - error: Type of "shape" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:146:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:162:35 - error: Type of parameter "active_keys" is partially unknown
    Parameter type is "set[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:162:48 - error: Expected type arguments for generic class "set" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/mlx_unified_memory.py:172:17 - error: Variable "start_idx" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/mlx_unified_memory.py:174:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:176:13 - error: Type of "key" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:180:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:192:37 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:194:54 - error: Type of parameter "weights" is partially unknown
    Parameter type is "dict[str, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:194:73 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:202:18 - error: Type of "weight" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:204:13 - error: Type of "model_cache" is partially unknown
    Type of "model_cache" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:204:43 - error: Type of "zero_copy_transfer" is partially unknown
    Type of "zero_copy_transfer" is "(data: Any) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:206:38 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:208:9 - error: Return type, "Unknown | None", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:208:70 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:220:16 - error: Type of "model_cache" is partially unknown
    Type of "model_cache" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:220:16 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:220:16 - error: Return type, "Unknown | None", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:230:42 - error: Type of "model_cache" is partially unknown
    Type of "model_cache" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:232:21 - error: Type of "model_cache" is partially unknown
    Type of "model_cache" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/mlx_unified_memory.py:235:13 - error: Type of "model_cache" is partially unknown
    Type of "model_cache" is "dict[str, Unknown]" (reportUnknownMemberType)
./packages/afo-core/AFO/models/learning_log.py
  ./packages/afo-core/AFO/models/learning_log.py:8:22 - error: Type of "Field" is partially unknown
    Type of "Field" is "Overload[(default: Any = Undefined, *, default_factory: (() -> Any) | None = None, alias: str | None = None, title: str | None = None, description: str | None = None, exclude: AbstractSet[int | str] | Mapping[int | str, Any] | Any = None, include: AbstractSet[int | str] | Mapping[int | str, Any] | Any = None, const: bool | None = None, gt: float | None = None, ge: float | None = None, lt: float | None = None, le: float | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None, min_items: int | None = None, max_items: int | None = None, unique_items: bool | None = None, min_length: int | None = None, max_length: int | None = None, allow_mutation: bool = True, regex: str | None = None, discriminator: str | None = None, repr: bool = True, primary_key: bool | Unknown = Undefined, foreign_key: Any = Undefined, unique: bool | Unknown = Undefined, nullable: bool | Unknown = Undefined, index: bool | Unknown = Undefined, sa_type: Type[Any] | Unknown = Undefined, sa_column_args: Sequence[Any] | Unknown = Undefined, sa_column_kwargs: Mapping[str, Any] | Unknown = Undefined, schema_extra: Dict[str, Any] | None = None) -> Any, (default: Any = Undefined, *, default_factory: (() -> Any) | None = None, alias: str | None = None, title: str | None = None, description: str | None = None, exclude: AbstractSet[int | str] | Mapping[int | str, Any] | Any = None, include: AbstractSet[int | str] | Mapping[int | str, Any] | Any = None, const: bool | None = None, gt: float | None = None, ge: float | None = None, lt: float | None = None, le: float | None = None, multiple_of: float | None = None, max_digits: int | None = None, decimal_places: int | None = None, min_items: int | None = None, max_items: int | None = None, unique_items: bool | None = None, min_length: int | None = None, max_length: int | None = None, allow_mutation: bool = True, regex: str | None = None, discriminator: str | None = None, repr: bool = True, sa_column: Column[Unknown] | Unknown = Undefined, schema_extra: Dict[str, Any] | None = None) -> Any]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/models/learning_log.py:12:21 - error: Type "Literal['learning_logs']" is not assignable to declared type "declared_attr[Unknown]"
    "Literal['learning_logs']" is not assignable to "declared_attr[Unknown]" (reportAssignmentType)
  ./packages/afo-core/AFO/models/learning_log.py:15:58 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/multimodal/av_join_engine.py
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:10:8 - error: Import "os" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:12:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:12:31 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:12:41 - error: Import "Union" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:35:33 - error: Import "AudioFileClip" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:35:48 - error: Import "VideoFileClip" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:113:13 - error: Type of "video_duration" is partially unknown
    Type of "video_duration" is "bool | float | dict[Unknown, Unknown] | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:113:30 - error: Type of "duration" is partially unknown
    Type of "duration" is "bool | float | dict[Unknown, Unknown] | list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:114:13 - error: Type of "audio_duration" is partially unknown
    Type of "audio_duration" is "bool | dict[Unknown, Unknown] | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:114:30 - error: Type of "duration" is partially unknown
    Type of "duration" is "bool | dict[Unknown, Unknown] | list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:120:17 - error: Type of "target_duration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:120:39 - error: Argument of type "bool | float | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg1" of type "SupportsRichComparisonT@min" in function "min"
    Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:120:55 - error: Argument of type "bool | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg2" of type "SupportsRichComparisonT@min" in function "min"
    Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:124:21 - error: Type of "video" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:124:29 - error: Type of "subclip" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:124:35 - error: Cannot access attribute "subclip" for class "VideoFileClip"
    Attribute "subclip" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:126:21 - error: Type of "audio" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:126:29 - error: Type of "subclip" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:126:35 - error: Cannot access attribute "subclip" for class "AudioFileClip"
    Attribute "subclip" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:130:17 - error: Type of "target_duration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:130:39 - error: Argument of type "bool | float | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg1" of type "SupportsRichComparisonT@max" in function "max"
    Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:130:55 - error: Argument of type "bool | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg2" of type "SupportsRichComparisonT@max" in function "max"
    Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:139:17 - error: Type of "result" is partially unknown
    Type of "result" is "dict[str, bool | str | float | Unknown | dict[Unknown, Unknown] | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:147:43 - error: Argument of type "bool | float | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg1" of type "SupportsRichComparisonT@min" in function "min"
    Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | float | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:147:59 - error: Argument of type "bool | dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "arg2" of type "SupportsRichComparisonT@min" in function "min"
    Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
      Type "bool | dict[Unknown, Unknown] | list[Unknown]" is not assignable to type "SupportsRichComparison"
        Type "dict[Unknown, Unknown]" is not assignable to type "SupportsRichComparison"
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderLT[Any]"
            "__lt__" is not present
          "dict[Unknown, Unknown]" is incompatible with protocol "SupportsDunderGT[Any]"
            "__gt__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:152:24 - error: Return type, "dict[str, bool | str | float | Unknown | dict[Unknown, Unknown] | list[Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:156:13 - error: Type of "final_video" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:156:27 - error: Type of "set_audio" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:156:33 - error: Cannot access attribute "set_audio" for class "VideoFileClip"
    Attribute "set_audio" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:166:13 - error: Type of "write_videofile" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:182:17 - error: Type of "result" is partially unknown
    Type of "result" is "dict[str, bool | str | int | float | Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:188:33 - error: Type of "duration" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:189:38 - error: Type of "w" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:189:54 - error: Type of "h" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/av_join_engine.py:196:24 - error: Return type, "dict[str, bool | str | int | float | Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/multimodal/capcut_branch.py
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:10:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:10:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:10:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:33:33 - error: Import "ColorClip" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:33:44 - error: Import "CompositeVideoClip" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:33:64 - error: Import "ImageClip" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:33:75 - error: Type of "concatenate_videoclips" is partially unknown
    Type of "concatenate_videoclips" is "(clips: Unknown, method: str = "chain", transition: Unknown | None = None, bg_color: Unknown | None = None, is_mask: bool = False, padding: int = 0) -> (VideoClip | CompositeVideoClip)" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:33:75 - error: Import "concatenate_videoclips" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:112:78 - error: Type of "concatenate_videoclips" is partially unknown
    Type of "concatenate_videoclips" is "(clips: Unknown, method: str = "chain", transition: Unknown | None = None, bg_color: Unknown | None = None, is_mask: bool = False, padding: int = 0) -> (VideoClip | CompositeVideoClip)" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:137:17 - error: Type of "subclip" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:137:27 - error: Type of "subclip" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:137:33 - error: Cannot access attribute "subclip" for class "VideoFileClip"
    Attribute "subclip" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:141:21 - error: Type of "txt_clip" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:142:25 - error: Type of "set_position" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:142:25 - error: Type of "set_duration" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:144:29 - error: No parameter named "fontsize" (reportCallIssue)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:146:29 - error: Parameter "font" is already assigned (reportCallIssue)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:150:26 - error: Cannot access attribute "set_position" for class "TextClip"
    Attribute "set_position" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:151:39 - error: Type of "duration" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:160:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:163:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:164:17 - error: Type of "final_video" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:175:43 - error: Type of "duration" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:175:43 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:175:61 - error: Type of "clip" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:180:59 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:185:13 - error: Type of "write_videofile" is partially unknown
    Type of "write_videofile" is "Unknown | ((...) -> Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:192:29 - error: Type of "duration" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:193:34 - error: Type of "w" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:193:50 - error: Type of "h" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:222:43 - error: Type of parameter "t" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:222:46 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:228:43 - error: Type of parameter "t" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:228:46 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:231:51 - error: Type of parameter "t" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:231:54 - error: Type of parameter "frame" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:234:43 - error: Type of parameter "t" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:282:9 - error: Type of "plan" is partially unknown
    Type of "plan" is "dict[str, str | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:290:13 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:290:35 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/capcut_branch.py:300:16 - error: Return type, "dict[str, str | list[Unknown]]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/multimodal/fanout_join_ext.py
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:9:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:9:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:33:5 - error: Type of "video_plan" is partially unknown
    Type of "video_plan" is "dict[str, Any | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:53:9 - error: Type of "append" is partially unknown
    Type of "append" is "Any | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:71:5 - error: Type of "music_plan" is partially unknown
    Type of "music_plan" is "dict[str, Any | int | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:90:9 - error: Type of "append" is partially unknown
    Type of "append" is "Any | Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:90:32 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:126:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:158:5 - error: Return type, "StateGraph[Unknown, None, Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:158:36 - error: Expected type arguments for generic class "StateGraph" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:163:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:33 - error: Return type of lambda, "dict[str, Unknown]", is partially unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:48 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:54 - error: Cannot access attribute "get" for class "TypedDictLikeV1*"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:54 - error: Cannot access attribute "get" for class "TypedDictLikeV2*"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:54 - error: Cannot access attribute "get" for class "DataclassLike*"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:164:54 - error: Cannot access attribute "get" for class "BaseModel*"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:166:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:169:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:170:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:173:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:174:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[MultimodalState, None, MultimodalState, MultimodalState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:194:1 - error: Type of "multimodal_workflow" is partially unknown
    Type of "multimodal_workflow" is "StateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:195:1 - error: Type of "multimodal_app" is partially unknown
    Type of "multimodal_app" is "CompiledStateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:195:18 - error: Type of "compile" is partially unknown
    Type of "compile" is "(checkpointer: bool | BaseCheckpointSaver[Unknown] | None = None, *, cache: BaseCache[Unknown] | None = None, store: BaseStore | None = None, interrupt_before: list[str] | Literal['*'] | None = None, interrupt_after: list[str] | Literal['*'] | None = None, debug: bool = False, name: str | None = None) -> CompiledStateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fanout_join_ext.py:212:14 - error: Type of "invoke" is partially unknown
    Type of "invoke" is "(input: Unknown | Command[Unknown] | None, config: RunnableConfig | None = None, *, context: None = None, stream_mode: Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = "values", print_mode: Sequence[Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom']] | Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = (), output_keys: str | Sequence[str] | None = None, interrupt_before: Sequence[str] | Literal['*'] | None = None, interrupt_after: Sequence[str] | Literal['*'] | None = None, durability: Literal['sync', 'async', 'exit'] | None = None, **kwargs: Any) -> (dict[str, Any] | Any)" (reportUnknownMemberType)
./packages/afo-core/AFO/multimodal/fusion_branch.py
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:9:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:9:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:9:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:36:28 - error: Type of "scriptapp" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:37:16 - error: Type of "resolve" is partially unknown
    Type of "resolve" is "Unknown | Any | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:38:31 - error: Type of "resolve" is partially unknown
    Type of "resolve" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:38:31 - error: Type of "Fusion" is partially unknown
    Type of "Fusion" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:84:32 - error: "NewComp" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:106:71 - error: "merge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:107:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:123:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:127:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:173:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:179:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:185:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:192:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:198:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:205:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:221:9 - error: Type of "plan" is partially unknown
    Type of "plan" is "dict[str, int | str | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:230:13 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:230:35 - error: Cannot access attribute "append" for class "int"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:230:35 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/fusion_branch.py:238:16 - error: Return type, "dict[str, int | str | list[Unknown]]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/multimodal/mlx_musicgen_runner.py
  ./packages/afo-core/AFO/multimodal/mlx_musicgen_runner.py:9:20 - error: Import "Optional" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/multimodal/music_branch.py
  ./packages/afo-core/AFO/multimodal/music_branch.py:6:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_branch.py:6:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_branch.py:135:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_branch.py:137:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_branch.py:157:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_branch.py:159:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/multimodal/music_provider.py
  ./packages/afo-core/AFO/multimodal/music_provider.py:14:40 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:14:46 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:14:52 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:17:33 - error: Import "UnionType" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:43:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:43:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:104:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:104:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:111:47 - error: Type of "audio_write" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:112:43 - error: Type of "MusicGen" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:115:13 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:115:21 - error: Type of "get_pretrained" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:116:13 - error: Type of "set_generation_params" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:129:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:132:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:133:17 - error: Type of "wav" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:133:23 - error: Type of "generate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:136:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:137:17 - error: Type of "wav" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:137:23 - error: Type of "generate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:140:13 - error: Type of "output_path" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:140:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:141:38 - error: Type of "cpu" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:141:52 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:147:29 - error: Type of "shape" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:147:47 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:148:32 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:181:20 - error: Import "audiocraft" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:202:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:202:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:209:20 - error: Import "torch" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:210:43 - error: Type of "MusicGen" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:213:13 - error: Type of "model_size" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:213:26 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:214:13 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:214:21 - error: Type of "get_pretrained" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:227:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:240:13 - error: Type of "set_generation_params" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:241:26 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:241:66 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:244:13 - error: Type of "wav" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:244:19 - error: Type of "generate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:247:47 - error: Type of "audio_write" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:249:13 - error: Type of "output_path" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:249:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:250:38 - error: Type of "cpu" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:250:52 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:256:29 - error: Type of "shape" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:256:47 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:257:32 - error: Type of "sample_rate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:292:20 - error: Import "audiocraft" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:313:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:313:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:319:44 - error: Type of "get_pretrained_model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:320:54 - error: Type of "generate_audio" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:323:13 - error: Type of "model" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:323:20 - error: Type of "processor" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:339:13 - error: Type of "duration" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:339:24 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:342:13 - error: Type of "output" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:353:13 - error: Type of "output_path" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:353:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:354:13 - error: Type of "save" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:395:20 - error: Import "stable_audio_tools" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/music_provider.py:421:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:421:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:464:17 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:477:21 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:654:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:654:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:665:40 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:665:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "target_av_duration_sec" in function "run_suno_pipeline"
    Argument type is "Unknown | None" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:741:9 - error: Return type, "Unknown | None", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:755:9 - error: Variable "quality_pref" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/multimodal/music_provider.py:756:9 - error: Variable "speed_pref" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/multimodal/music_provider.py:761:13 - error: Variable "name" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/multimodal/music_provider.py:782:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:788:9 - error: Type of "sort" is partially unknown
    Type of "sort" is "Overload[(*, key: None = None, reverse: bool = False) -> None, (*, key: (Unknown) -> (SupportsDunderLT[Any] | SupportsDunderGT[Any]), reverse: bool = False) -> None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:788:36 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:788:39 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:789:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:791:64 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:791:64 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:803:9 - error: Type of "requirements" is partially unknown
    Type of "requirements" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:804:24 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:805:22 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:806:27 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:807:25 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:810:9 - error: Type of "provider" is partially unknown
    Type of "provider" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:810:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "requirements" in function "select_provider"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:818:49 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:818:66 - error: Type of "version" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:821:9 - error: Type of "provider_kwargs" is partially unknown
    Type of "provider_kwargs" is "dict[str, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:823:20 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:828:9 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:828:18 - error: Type of "generate_music" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:832:21 - error: Type of "name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:833:24 - error: Type of "version" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:834:29 - error: Type of "get_capabilities" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:835:31 - error: Type of "estimate_cost" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:838:16 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:853:66 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:853:66 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:865:12 - error: Type of "generate_music" is partially unknown
    Type of "generate_music" is "(timeline_state: dict[str, Any], **kwargs: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:865:52 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "generate_music" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/music_provider.py:889:22 - error: Type of "generate_music" is partially unknown
    Type of "generate_music" is "(timeline_state: dict[str, Any], **kwargs: Unknown) -> dict[str, Any]" (reportUnknownMemberType)
./packages/afo-core/AFO/multimodal/ssot/mm_ssot.py
  ./packages/afo-core/AFO/multimodal/ssot/mm_ssot.py:8:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/ssot/mm_ssot.py:35:56 - error: Type of "_ceh" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/ssot/mm_ssot.py:37:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/multimodal/suno_branch.py
  ./packages/afo-core/AFO/multimodal/suno_branch.py:12:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:12:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:12:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:12:47 - error: Import "Tuple" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:72:17 - error: Type of "task_id" is partially unknown
    Type of "task_id" is "Unknown | Any | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:72:27 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:75:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:91:13 - error: Type of "data" is partially unknown
    Type of "data" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:92:26 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:92:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:140:5 - error: Type of "fmt" is partially unknown
    Type of "fmt" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:141:5 - error: Type of "streams" is partially unknown
    Type of "streams" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:142:5 - error: Type of "dur" is partially unknown
    Type of "dur" is "Unknown | Any | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:142:11 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:143:43 - error: Argument type is partially unknown
    Argument corresponds to parameter "x" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:265:5 - error: Type of "music" is partially unknown
    Type of "music" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:266:5 - error: Type of "template" is partially unknown
    Type of "template" is "Any | Unknown | Literal['default']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:266:50 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:268:24 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:268:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "o" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:268:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "default" in function "get"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:268:49 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:269:25 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:269:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "o" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:269:51 - error: Argument type is partially unknown
    Argument corresponds to parameter "default" in function "get"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:269:51 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:271:17 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:271:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any | Literal['default']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:272:17 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:272:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any | Literal['AFO Track']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:273:25 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:273:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:273:52 - error: Argument type is partially unknown
    Argument corresponds to parameter "default" in function "get"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:273:52 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:275:5 - error: Type of "sections" is partially unknown
    Type of "sections" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:277:9 - error: Type of "s" is partially unknown
    Type of "s" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:278:9 - error: Type of "st" is partially unknown
    Type of "st" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:278:14 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:279:9 - error: Type of "en" is partially unknown
    Type of "en" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:279:14 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:280:9 - error: Type of "txt" is partially unknown
    Type of "txt" is "Any | Unknown | Literal['']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:280:15 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:281:9 - error: Type of "fx" is partially unknown
    Type of "fx" is "Any | Unknown | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:281:14 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:282:69 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "Any | Unknown | list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:283:5 - error: Type of "prompt" is partially unknown
    Type of "prompt" is "str | Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:283:14 - error: Type of "strip" is partially unknown
    Type of "strip" is "Unknown | ((chars: str | None = None, /) -> str) | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:283:15 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:288:22 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:288:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | str | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:289:28 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:289:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | str | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:305:13 - error: Type of "v" is partially unknown
    Type of "v" is "Unknown | Any | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:305:17 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:318:5 - error: Type of "streams" is partially unknown
    Type of "streams" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:319:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "any"
    Argument type is "Generator[Any | Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:319:22 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:319:58 - error: Type of "s" is partially unknown
    Type of "s" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:373:5 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:376:5 - error: Type of "data" is partially unknown
    Type of "data" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:377:18 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:377:18 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any | Literal['']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:378:5 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:383:5 - error: Type of "tracks" is partially unknown
    Type of "tracks" is "Unknown | Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:383:15 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:383:16 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:387:5 - error: Type of "track0" is partially unknown
    Type of "track0" is "Unknown | Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:388:5 - error: Type of "audio_url" is partially unknown
    Type of "audio_url" is "Unknown | Any | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:388:17 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:396:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Unknown | Any" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:397:5 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:404:9 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:411:9 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
  ./packages/afo-core/AFO/multimodal/suno_branch.py:412:9 - error: "__setitem__" method not defined on type "bool" (reportIndexIssue)
./packages/afo-core/AFO/multimodal/timeline_state_generator.py
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:9:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:9:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:110:5 - error: Return type, "StateGraph[Unknown, None, Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:110:34 - error: Expected type arguments for generic class "StateGraph" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:115:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:116:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:117:5 - error: Type of "add_node" is partially unknown
    Type of "add_node" is "Overload[(node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str, action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: None = None, retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState], (node: str | _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any], action: _Node[NodeInputT@add_node] | _NodeWithConfig[NodeInputT@add_node] | _NodeWithWriter[NodeInputT@add_node] | _NodeWithStore[NodeInputT@add_node] | _NodeWithWriterStore[NodeInputT@add_node] | _NodeWithConfigWriter[NodeInputT@add_node] | _NodeWithConfigStore[NodeInputT@add_node] | _NodeWithConfigWriterStore[NodeInputT@add_node] | _NodeWithRuntime[NodeInputT@add_node, None] | Runnable[NodeInputT@add_node, Any] | None = None, *, defer: bool = False, metadata: dict[str, Any] | None = None, input_schema: type[NodeInputT@add_node], retry_policy: RetryPolicy | Sequence[RetryPolicy] | None = None, cache_policy: CachePolicy[Unknown] | None = None, destinations: dict[str, str] | tuple[str, ...] | None = None, **kwargs: **DeprecatedKwargs) -> StateGraph[TimelineState, None, TimelineState, TimelineState]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:129:1 - error: Type of "timeline_workflow" is partially unknown
    Type of "timeline_workflow" is "StateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:130:1 - error: Type of "timeline_app" is partially unknown
    Type of "timeline_app" is "CompiledStateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:130:16 - error: Type of "compile" is partially unknown
    Type of "compile" is "(checkpointer: bool | BaseCheckpointSaver[Unknown] | None = None, *, cache: BaseCache[Unknown] | None = None, store: BaseStore | None = None, interrupt_before: list[str] | Literal['*'] | None = None, interrupt_after: list[str] | Literal['*'] | None = None, debug: bool = False, name: str | None = None) -> CompiledStateGraph[Unknown, None, Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/timeline_state_generator.py:145:14 - error: Type of "invoke" is partially unknown
    Type of "invoke" is "(input: Unknown | Command[Unknown] | None, config: RunnableConfig | None = None, *, context: None = None, stream_mode: Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = "values", print_mode: Sequence[Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom']] | Literal['values', 'updates', 'checkpoints', 'tasks', 'debug', 'messages', 'custom'] = (), output_keys: str | Sequence[str] | None = None, interrupt_before: Sequence[str] | Literal['*'] | None = None, interrupt_after: Sequence[str] | Literal['*'] | None = None, durability: Literal['sync', 'async', 'exit'] | None = None, **kwargs: Any) -> (dict[str, Any] | Any)" (reportUnknownMemberType)
./packages/afo-core/AFO/multimodal/video_branch.py
  ./packages/afo-core/AFO/multimodal/video_branch.py:6:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/video_branch.py:6:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/multimodal/video_branch.py:146:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:148:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:167:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:170:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:189:5 - error: Type of "payload" is partially unknown
    Type of "payload" is "dict[str, str | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:198:13 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/multimodal/video_branch.py:198:32 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/multimodal/video_branch.py:205:12 - error: Return type, "dict[str, str | list[Unknown]]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/observability/ai_observability.py
  ./packages/afo-core/AFO/observability/ai_observability.py:39:5 - error: Type of "attributes" is partially unknown
    Type of "attributes" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:40:5 - error: Type of "events" is partially unknown
    Type of "events" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:56:5 - error: Type of "labels" is partially unknown
    Type of "labels" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:104:73 - error: Type of parameter "attributes" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:104:73 - error: Type annotation is missing for parameter "attributes" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:145:17 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:158:77 - error: Type of parameter "labels" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:158:77 - error: Type annotation is missing for parameter "labels" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:164:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "labels" in function "__init__"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:181:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:182:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:183:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:184:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:185:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:197:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:202:9 - error: Type of "record_metric" is partially unknown
    Type of "record_metric" is "(name: str, value: float, unit: str = "count", **labels: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:274:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:298:5 - error: Return type, "(func: Unknown) -> (((...) -> CoroutineType[Any, Any, Unknown]) | ((...) -> Unknown))", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:298:34 - error: Expression of type "None" cannot be assigned to parameter of type "str"
    "None" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:298:42 - error: Type of parameter "default_attributes" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:298:42 - error: Type annotation is missing for parameter "default_attributes" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:301:9 - error: Return type, "((...) -> CoroutineType[Any, Any, Unknown]) | ((...) -> Unknown)", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:301:19 - error: Type of parameter "func" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:301:19 - error: Type annotation is missing for parameter "func" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:302:9 - error: Type of "op_name" is partially unknown
    Type of "op_name" is "str | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:302:37 - error: Type of "__name__" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:304:19 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:304:34 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:304:34 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:304:42 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:304:42 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:305:18 - error: Type of "trace" is partially unknown
    Type of "trace" is "(operation_name: str, parent_span_id: str | None = None, **attributes: Unknown) -> _GeneratorContextManager[Span, None, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:305:38 - error: Argument type is partially unknown
    Argument corresponds to parameter "operation_name"
    Argument type is "str | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:305:49 - error: Argument type is unknown
    Argument corresponds to parameter "attributes" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:305:49 - error: Argument type is unknown
    Argument corresponds to parameter "parent_span_id" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:305:72 - error: Variable "span" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/observability/ai_observability.py:306:17 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:307:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:309:13 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:309:27 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:309:27 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:309:35 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:309:35 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/observability/ai_observability.py:310:18 - error: Type of "trace" is partially unknown
    Type of "trace" is "(operation_name: str, parent_span_id: str | None = None, **attributes: Unknown) -> _GeneratorContextManager[Span, None, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/ai_observability.py:310:38 - error: Argument type is partially unknown
    Argument corresponds to parameter "operation_name"
    Argument type is "str | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:310:49 - error: Argument type is unknown
    Argument corresponds to parameter "attributes" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:310:49 - error: Argument type is unknown
    Argument corresponds to parameter "parent_span_id" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:310:72 - error: Variable "span" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/observability/ai_observability.py:311:17 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:312:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:316:20 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
  ./packages/afo-core/AFO/observability/ai_observability.py:316:40 - error: Argument type is unknown
    Argument corresponds to parameter "func" in function "iscoroutinefunction" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/ai_observability.py:317:20 - error: Return type, "(...) -> CoroutineType[Any, Any, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:318:16 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/ai_observability.py:320:12 - error: Return type, "(func: Unknown) -> (((...) -> CoroutineType[Any, Any, Unknown]) | ((...) -> Unknown))", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/observability/verdict_event.py
  ./packages/afo-core/AFO/observability/verdict_event.py:7:37 - error: Import "timezone" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/observability/verdict_logger.py
  ./packages/afo-core/AFO/observability/verdict_logger.py:7:35 - error: Type of "VerdictEvent" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:37:20 - error: Type of parameter "event" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:38:9 - error: Type of "payload" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:38:19 - error: Type of "to_json" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:38 - error: Type of "trace_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:38 - error: Argument type is unknown
    Argument corresponds to parameter "trace_id" in function "checkpoint_key" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:54 - error: Type of "graph_node_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:54 - error: Argument type is unknown
    Argument corresponds to parameter "graph_node_id" in function "checkpoint_key" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:75 - error: Type of "step" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:40:75 - error: Argument type is unknown
    Argument corresponds to parameter "step" in function "checkpoint_key" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:41:33 - error: Argument type is unknown
    Argument corresponds to parameter "value" in function "set" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:43:52 - error: Argument type is unknown
    Argument corresponds to parameter "message" in function "publish" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:44:16 - error: Type of "to_dict" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/observability/verdict_logger.py:44:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/persistence/langgraph_checkpointer.py
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:66:46 - error: Argument of type "AsyncConnectionPool[ACT@AsyncConnectionPool]" cannot be assigned to parameter "conn" of type "Conn" in function "__init__"
    Type "AsyncConnectionPool[ACT@AsyncConnectionPool]" is not assignable to type "Conn"
      "AsyncConnectionPool[ACT@AsyncConnectionPool]" is not assignable to "AsyncConnection[DictRow]"
      "AsyncConnectionPool[ACT@AsyncConnectionPool]" is not assignable to "AsyncConnectionPool[AsyncConnection[DictRow]]"
        Type parameter "ACT@AsyncConnectionPool" is invariant, but "ACT@AsyncConnectionPool" is not the same as "AsyncConnection[DictRow]" (reportArgumentType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:167:11 - error: Return type, "Unknown | None", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:170:42 - error: "create_chancellor_graph" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:170:42 - error: Type of "create_chancellor_graph" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:172:9 - error: Type of "graph_builder" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:176:17 - error: Type of "compiled" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:176:28 - error: Type of "compile" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:178:24 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:181:24 - error: Type of "compile" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/persistence/langgraph_checkpointer.py:181:24 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/prometheus.py
  ./packages/afo-core/AFO/prometheus.py:14:34 - error: Import "Request" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/prometheus.py:14:43 - error: Import "Response" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/prometheus.py:26:30 - error: Type of parameter "scope" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/prometheus.py:26:37 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
./packages/afo-core/AFO/qlora_adalora_hybrid_service.py
  ./packages/afo-core/AFO/qlora_adalora_hybrid_service.py:33:22 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(pretrained_model_name_or_path: str | PathLike[str], ...) -> _BaseModelWithGenerate" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_adalora_hybrid_service.py:114:29 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(model: Module, model_id: str | PathLike[Unknown], adapter_name: str = "default", is_trainable: bool = False, config: PeftConfig | None = None, autocast_adapter_dtype: bool = True, ephemeral_gpu_offload: bool = False, low_cpu_mem_usage: bool = False, key_mapping: dict[str, str] | None = None, **kwargs: Any) -> PeftModel" (reportUnknownMemberType)
./packages/afo-core/AFO/qlora_service.py
  ./packages/afo-core/AFO/qlora_service.py:33:22 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(pretrained_model_name_or_path: str | PathLike[str], ...) -> _BaseModelWithGenerate" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_service.py:102:28 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(model: Module, model_id: str | PathLike[Unknown], adapter_name: str = "default", is_trainable: bool = False, config: PeftConfig | None = None, autocast_adapter_dtype: bool = True, ephemeral_gpu_offload: bool = False, low_cpu_mem_usage: bool = False, key_mapping: dict[str, str] | None = None, **kwargs: Any) -> PeftModel" (reportUnknownMemberType)
./packages/afo-core/AFO/qlora_trainer_service.py
  ./packages/afo-core/AFO/qlora_trainer_service.py:14:46 - error: Type of "prepare_model_for_kbit_training" is partially unknown
    Type of "prepare_model_for_kbit_training" is "(model: Unknown, use_gradient_checkpointing: bool = True, gradient_checkpointing_kwargs: Unknown | None = None) -> Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:24:26 - error: Type of "load_dataset" is partially unknown
    Type of "load_dataset" is "Overload[(path: str, name: str | None = None, data_dir: str | None = None, data_files: str | Sequence[str] | Mapping[str, str | Sequence[str]] | None = None, split: None = None, cache_dir: str | None = None, features: Features | None = None, download_config: DownloadConfig | None = None, download_mode: DownloadMode | str | None = None, verification_mode: VerificationMode | str | None = None, keep_in_memory: bool | None = None, save_infos: bool = False, revision: str | Version | None = None, token: bool | str | None = None, streaming: Literal[False] = False, num_proc: int | None = None, storage_options: dict[Unknown, Unknown] | None = None, **config_kwargs: Any) -> DatasetDict, (path: str, name: str | None = None, data_dir: str | None = None, data_files: str | Sequence[str] | Mapping[str, str | Sequence[str]] | None = None, *, split: str | Split | list[str] | list[Split], cache_dir: str | None = None, features: Features | None = None, download_config: DownloadConfig | None = None, download_mode: DownloadMode | str | None = None, verification_mode: VerificationMode | str | None = None, keep_in_memory: bool | None = None, save_infos: bool = False, revision: Version | str | None = None, token: bool | str | None = None, streaming: Literal[False] = False, num_proc: int | None = None, storage_options: dict[Unknown, Unknown] | None = None, **config_kwargs: Any) -> Dataset, (path: str, name: str | None = None, data_dir: str | None = None, data_files: str | Sequence[str] | Mapping[str, str | Sequence[str]] | None = None, split: None = None, cache_dir: str | None = None, features: Features | None = None, download_config: DownloadConfig | None = None, download_mode: DownloadMode | str | None = None, verification_mode: VerificationMode | str | None = None, keep_in_memory: bool | None = None, save_infos: bool = False, revision: Version | str | None = None, token: bool | str | None = None, *, streaming: Literal[True], num_proc: int | None = None, storage_options: dict[Unknown, Unknown] | None = None, **config_kwargs: Any) -> IterableDatasetDict, (path: str, name: str | None = None, data_dir: str | None = None, data_files: str | Sequence[str] | Mapping[str, str | Sequence[str]] | None = None, *, split: str | Split | list[str] | list[Split], cache_dir: str | None = None, features: Features | None = None, download_config: DownloadConfig | None = None, download_mode: DownloadMode | str | None = None, verification_mode: VerificationMode | str | None = None, keep_in_memory: bool | None = None, save_infos: bool = False, revision: Version | str | None = None, token: bool | str | None = None, streaming: Literal[True], num_proc: int | None = None, storage_options: dict[Unknown, Unknown] | None = None, **config_kwargs: Any) -> IterableDataset]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:25:21 - error: Type of "SFTTrainer" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:29:5 - error: "TRL_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/qlora_trainer_service.py:74:22 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(pretrained_model_name_or_path: str | PathLike[str], ...) -> _BaseModelWithGenerate" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:83:26 - error: Type of "from_pretrained" is partially unknown
    Type of "from_pretrained" is "(pretrained_model_name_or_path: Unknown, ...) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:84:12 - error: Type of "tokenizer" is partially unknown
    Type of "tokenizer" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:84:12 - error: Type of "pad_token" is partially unknown
    Type of "pad_token" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:85:13 - error: Type of "tokenizer" is partially unknown
    Type of "tokenizer" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:85:40 - error: Type of "tokenizer" is partially unknown
    Type of "tokenizer" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:85:40 - error: Type of "eos_token" is partially unknown
    Type of "eos_token" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:100:33 - error: Type of "numel" is partially unknown
    Type of "numel" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:100:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Unknown | Any, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:100:47 - error: Type of "p" is partially unknown
    Type of "p" is "Unknown | Any" (reportUnknownVariableType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:100:52 - error: Type of "model" is partially unknown
    Type of "model" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:100:52 - error: Type of "parameters" is partially unknown
    Type of "parameters" is "Unknown | Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:140:23 - error: "load_dataset" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/qlora_trainer_service.py:142:23 - error: "load_dataset" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/qlora_trainer_service.py:173:13 - error: No parameter named "evaluation_strategy" (reportCallIssue)
  ./packages/afo-core/AFO/qlora_trainer_service.py:179:24 - error: "SFTTrainer" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/qlora_trainer_service.py:254:13 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:259:13 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:264:13 - error: Argument of type "dict[str, int]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, int]" is not assignable to type "float | str"
      "dict[str, int]" is not assignable to "float"
      "dict[str, int]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:269:13 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
  ./packages/afo-core/AFO/qlora_trainer_service.py:274:13 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "float | str" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "float | str"
      "dict[str, Any]" is not assignable to "float"
      "dict[str, Any]" is not assignable to "str" (reportArgumentType)
./packages/afo-core/AFO/rag/__init__.py
  ./packages/afo-core/AFO/rag/__init__.py:9:5 - error: "DSPyRAGModule" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag/__init__.py:9:5 - error: Type of "DSPyRAGModule" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/__init__.py:10:5 - error: "create_dspy_rag" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag/__init__.py:10:5 - error: Type of "create_dspy_rag" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/__init__.py:13:5 - error: "optimize_rag" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag/__init__.py:13:5 - error: Type of "optimize_rag" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/__init__.py:14:5 - error: "run_optimization" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag/__init__.py:14:5 - error: Type of "run_optimization" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/rag/dspy_module.py
  ./packages/afo-core/AFO/rag/dspy_module.py:47:25 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/dspy_module.py:48:24 - error: Type of "InputField" is partially unknown
    Type of "InputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/dspy_module.py:49:23 - error: Type of "OutputField" is partially unknown
    Type of "OutputField" is "(**kwargs: Unknown) -> Any" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/dspy_module.py:53:11 - error: Class declaration "AfoRagProgram" is obscured by a declaration of the same name (reportRedeclaration)
  ./packages/afo-core/AFO/rag/dspy_module.py:55:13 - error: Type of "__init__" is partially unknown
    Type of "__init__" is "(callbacks: Unknown | None = None) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/dspy_module.py:58:30 - error: "Predict" is not a known attribute of "None" (reportOptionalMemberAccess)
./packages/afo-core/AFO/rag/optimizer_cli.py
  ./packages/afo-core/AFO/rag/optimizer_cli.py:17:42 - error: Type of "compile_mipro" is partially unknown
    Type of "compile_mipro" is "(program: Unknown, trainset: list[Example], auto: str = "light", valset: list[Example] | None = None, save_path: str = "artifacts/dspy/optimized_program", strict: bool = STRICT_MODE) -> Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:17:57 - error: "_pick_field" is private and used outside of the module in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:35:5 - error: Function "_maybe_configure_lm" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:46:43 - error: "configure_dspy_local_lm" is unknown import symbol (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:46:43 - error: Type of "configure_dspy_local_lm" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:57:9 - error: Type of "configure" is partially unknown
    Type of "configure" is "(**kwargs: Unknown) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:100:14 - error: Type of "with_inputs" is partially unknown
    Type of "with_inputs" is "(*keys: Unknown) -> Example" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:101:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:141:55 - error: Type of "get_multimodal_engine" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:152:12 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:153:9 - error: Type of "valset" is partially unknown
    Type of "valset" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:154:9 - error: Type of "trainset" is partially unknown
    Type of "trainset" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag/optimizer_cli.py:159:29 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "signature"
    Argument type is "(program: Unknown, trainset: list[Example], auto: str = "light", valset: list[Example] | None = None, save_path: str = "artifacts/dspy/optimized_program", strict: bool = STRICT_MODE) -> Unknown" (reportUnknownArgumentType)
./packages/afo-core/AFO/rag_flag.py
  ./packages/afo-core/AFO/rag_flag.py:70:16 - error: Object of type "None" cannot be used with "async with" (reportOptionalContextManager)
  ./packages/afo-core/AFO/rag_flag.py:88:32 - error: Type of "execute_rag_shadow" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_flag.py:108:13 - error: Variable "timeout_seconds" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/rag_flag.py:136:9 - error: Type of "shadow_task" is partially unknown
    Type of "shadow_task" is "Task[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_flag.py:136:9 - error: Variable "shadow_task" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/rag_flag.py:136:43 - error: Argument type is unknown
    Argument corresponds to parameter "coro" in function "create_task" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_flag.py:270:32 - error: Type of "execute_rag_shadow" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_flag.py:306:13 - error: Variable "timeout_seconds" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/rag_flag.py:335:9 - error: Type of "shadow_task" is partially unknown
    Type of "shadow_task" is "Task[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_flag.py:335:9 - error: Variable "shadow_task" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/rag_flag.py:335:43 - error: Argument type is unknown
    Argument corresponds to parameter "coro" in function "create_task" (reportUnknownArgumentType)
./packages/afo-core/AFO/rag_rerank.py
  ./packages/afo-core/AFO/rag_rerank.py:41:20 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:42:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Any | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:43:20 - error: Type of "page_content" is partially unknown
    Type of "page_content" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag_rerank.py:43:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:43:24 - error: Cannot access attribute "page_content" for class "dict[Unknown, Unknown]"
    Attribute "page_content" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag_rerank.py:44:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Any | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:45:20 - error: Type of "text" is partially unknown
    Type of "text" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag_rerank.py:45:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:45:24 - error: Cannot access attribute "text" for class "dict[Unknown, Unknown]"
    Attribute "text" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/rag_rerank.py:46:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_rerank.py:65:22 - error: Type of "predict" is partially unknown
    Type of "predict" is "Overload[(sentences: tuple[str, str] | list[str], batch_size: int = ..., show_progress_bar: bool | None = ..., activation_fn: ((...) -> Unknown) | None = ..., apply_softmax: bool | None = ..., convert_to_numpy: Literal[False] = ..., convert_to_tensor: Literal[False] = ..., device: str | list[str | device] | None = None, pool: dict[Literal['input', 'output', 'processes'], Any] | None = None, chunk_size: int | None = None) -> Tensor, (sentences: list[tuple[str, str]] | list[list[str]] | tuple[str, str] | list[str], batch_size: int = ..., show_progress_bar: bool | None = ..., activation_fn: ((...) -> Unknown) | None = ..., apply_softmax: bool | None = ..., convert_to_numpy: Literal[True] = True, convert_to_tensor: Literal[False] = False, device: str | list[str | device] | None = None, pool: dict[Literal['input', 'output', 'processes'], Any] | None = None, chunk_size: int | None = None) -> ndarray[tuple[Any, ...], dtype[Any]], (sentences: list[tuple[str, str]] | list[list[str]] | tuple[str, str] | list[str], batch_size: int = ..., show_progress_bar: bool | None = ..., activation_fn: ((...) -> Unknown) | None = ..., apply_softmax: bool | None = ..., convert_to_numpy: bool = ..., convert_to_tensor: Literal[True] = ..., device: str | list[str | device] | None = None, pool: dict[Literal['input', 'output', 'processes'], Any] | None = None, chunk_size: int | None = None) -> Tensor, (sentences: list[tuple[str, str]] | list[list[str]], batch_size: int = ..., show_progress_bar: bool | None = ..., activation_fn: ((...) -> Unknown) | None = ..., apply_softmax: bool | None = ..., convert_to_numpy: Literal[False] = ..., convert_to_tensor: Literal[False] = ..., device: str | list[str | device] | None = None, pool: dict[Literal['input', 'output', 'processes'], Any] | None = None, chunk_size: int | None = None) -> list[Tensor]]" (reportUnknownMemberType)
./packages/afo-core/AFO/rag_shadow.py
  ./packages/afo-core/AFO/rag_shadow.py:54:40 - error: Argument of type "str | float | list[str]" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | float | list[str]" is not assignable to type "Sized"
      "float" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:56:38 - error: Argument of type "str | float | list[str]" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | float | list[str]" is not assignable to type "Sized"
      "float" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:57:36 - error: Argument of type "str | float | list[str]" cannot be assigned to parameter "obj" of type "Sized" in function "len"
    Type "str | float | list[str]" is not assignable to type "Sized"
      "float" is incompatible with protocol "Sized"
        "__len__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:65:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag_shadow.py:67:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:91:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/rag_shadow.py:92:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:110:9 - error: Type of "recent_metrics" is partially unknown
    Type of "recent_metrics" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_shadow.py:121:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:122:32 - error: Type of "m" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_shadow.py:125:9 - error: Type of "latencies" is partially unknown
    Type of "latencies" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_shadow.py:125:42 - error: Type of "m" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/rag_shadow.py:126:27 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:126:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:129:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:130:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:133:37 - error: Argument type is unknown
    Argument corresponds to parameter "number" in function "round" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:133:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "min"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:134:37 - error: Argument type is unknown
    Argument corresponds to parameter "number" in function "round" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:134:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "max"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/rag_shadow.py:142:29 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/schemas/sage.py
  ./packages/afo-core/AFO/schemas/sage.py:8:22 - error: Type of "BaseSchema" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/schemas/sage.py:19:19 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/schemas/sage.py:31:20 - error: Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
  ./packages/afo-core/AFO/schemas/sage.py:39:58 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/scholars/bangtong.py
  ./packages/afo-core/AFO/scholars/bangtong.py:65:24 - error: Type of "generate_with_context" is partially unknown
    Type of "generate_with_context" is "(messages: list[dict[str, str]], **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/scholars/bangtong.py:88:24 - error: Type of "generate_with_context" is partially unknown
    Type of "generate_with_context" is "(messages: list[dict[str, str]], **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
./packages/afo-core/AFO/scholars/jaryong.py
  ./packages/afo-core/AFO/scholars/jaryong.py:126:24 - error: Type of "generate_with_context" is partially unknown
    Type of "generate_with_context" is "(messages: list[dict[str, str]], **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/scholars/jaryong.py:158:24 - error: Type of "generate_with_context" is partially unknown
    Type of "generate_with_context" is "(messages: list[dict[str, str]], **kwargs: Unknown) -> CoroutineType[Any, Any, dict[str, Any]]" (reportUnknownMemberType)
./packages/afo-core/AFO/scholars/yeongdeok.py
  ./packages/afo-core/AFO/scholars/yeongdeok.py:113:13 - error: Type of "_" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/scholars/yeongdeok.py:113:17 - error: Type of "array" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/scholars/yeongdeok.py:185:69 - error: Import "SageType" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/scholars/yeongdeok.py:458:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "arguments" in function "call_tool"
    Argument type is "dict[Unknown, Unknown] | dict[str, Any]" (reportUnknownArgumentType)
./packages/afo-core/AFO/security/ai_guardrails.py
  ./packages/afo-core/AFO/security/ai_guardrails.py:23:25 - error: Import "Callable" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/security/ai_guardrails.py:59:5 - error: Type of "details" is partially unknown
    Type of "details" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:270:9 - error: Type of "masks" is partially unknown
    Type of "masks" is "dict[str, (v: Unknown) -> str]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:271:29 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:271:50 - error: Type of "split" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:272:29 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:273:27 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:274:35 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:275:34 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:275:52 - error: Type of "split" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:277:9 - error: Type of "mask_fn" is partially unknown
    Type of "mask_fn" is "(v: Unknown) -> str" (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:277:19 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (((v: Unknown) -> str) | None), (key: str, default: (v: Unknown) -> str, /) -> ((v: Unknown) -> str), (key: str, default: _T@get, /) -> (((v: Unknown) -> str) | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:277:46 - error: Type of parameter "v" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/security/ai_guardrails.py:295:9 - error: Variable "compiled" is not accessed (reportUnusedVariable)
./packages/afo-core/AFO/security/vector_embedding_security.py
  ./packages/afo-core/AFO/security/vector_embedding_security.py:58:5 - error: Type of "details" is partially unknown
    Type of "details" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:201:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:202:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:246:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:250:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:254:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:256:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:325:46 - error: Type of parameter "metadata" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:325:46 - error: Type annotation is missing for parameter "metadata" (reportMissingParameterType)
  ./packages/afo-core/AFO/security/vector_embedding_security.py:328:61 - error: Argument type is partially unknown
    Argument corresponds to parameter "metadata" in function "verify_document"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/serenity/action_validator.py
  ./packages/afo-core/AFO/serenity/action_validator.py:9:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/serenity/action_validator.py:280:40 - error: Import "timezone" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/serenity/creation_loop.py
  ./packages/afo-core/AFO/serenity/creation_loop.py:105:21 - error: Type of "verification_data" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/creation_loop.py:105:47 - error: "Never" is not awaitable (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/serenity/creation_loop.py:109:72 - error: Type of "get" is partially unknown
    Type of "get" is "Unknown | Overload[(key: str, default: None = None, /) -> (Any | None), (key: str, default: Any, /) -> Any, (key: str, default: _T@get, /) -> (Any | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/creation_loop.py:115:51 - error: Type of "_evaluate" is partially unknown
    Type of "_evaluate" is "(code: str, verification: dict[Unknown, Unknown], prompt: str) -> tuple[float, float, str]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/creation_loop.py:197:36 - error: Type of parameter "verification" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/serenity/creation_loop.py:197:50 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/serenity/creation_loop.py:204:24 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
./packages/afo-core/AFO/serenity/test_generator.py
  ./packages/afo-core/AFO/serenity/test_generator.py:50:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/test_generator.py:57:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/test_generator.py:60:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/test_generator.py:63:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/test_generator.py:65:46 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/test_generator.py:66:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/serenity/vision_evaluator.py
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:48:36 - error: Import "llm_router" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:84:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:85:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:103:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:104:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:109:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:122:20 - error: Argument type is partially unknown
    Argument corresponds to parameter "issues" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/vision_evaluator.py:123:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "suggestions" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/serenity/visual_agent.py
  ./packages/afo-core/AFO/serenity/visual_agent.py:4:8 - error: Import "json" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/serenity/visual_agent.py:6:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/serenity/visual_agent.py:6:31 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/serenity/visual_agent.py:9:34 - error: Type of "async_playwright" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:35:42 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:36:13 - error: Type of "browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:36:29 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:36:29 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:38:17 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:38:30 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:39:23 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:40:23 - error: Type of "wait_for_load_state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:43:17 - error: Type of "screenshot_bytes" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:43:42 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:44:46 - error: Argument type is unknown
    Argument corresponds to parameter "s" in function "b64encode" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:47:17 - error: Type of "viewport" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:47:28 - error: Type of "viewport_size" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:48:17 - error: Type of "width" is partially unknown
    Type of "width" is "Unknown | Literal[1920]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:49:17 - error: Type of "height" is partially unknown
    Type of "height" is "Unknown | Literal[1080]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:59:23 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:118:46 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:119:17 - error: Type of "browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:119:33 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:119:33 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:121:21 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:121:34 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:122:27 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:123:27 - error: Type of "wait_for_load_state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:128:31 - error: Type of "mouse" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:128:31 - error: Type of "click" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:137:35 - error: Type of "mouse" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:137:35 - error: Type of "click" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:138:31 - error: Type of "keyboard" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:138:31 - error: Type of "type" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:146:31 - error: Type of "evaluate" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:154:31 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:163:27 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:192:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:195:42 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/serenity/visual_agent.py:208:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:210:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/serenity/visual_agent.py:210:24 - error: Type of "r" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/agentic_rag.py
  ./packages/afo-core/AFO/services/agentic_rag.py:43:5 - error: Type of "metadata" is partially unknown
    Type of "metadata" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/agentic_rag.py:160:73 - error: "relevant_docs" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/agentic_rag.py:165:21 - error: "relevant_docs" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/agentic_rag.py:172:21 - error: "relevant_docs" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/agentic_rag.py:244:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/agentic_rag.py:246:23 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sorted"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/agentic_rag.py:380:36 - error: Type of parameter "context" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/agentic_rag.py:380:36 - error: Type annotation is missing for parameter "context" (reportMissingParameterType)
  ./packages/afo-core/AFO/services/agentic_rag.py:382:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "context" in function "query"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:121:32 - error: Type of parameter "quality_history" is partially unknown
    Parameter type is "list[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:121:49 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:132:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:137:13 - error: Type of "recent_decisions" is partially unknown
    Type of "recent_decisions" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:140:13 - error: Type of "auto_run_decisions" is partially unknown
    Type of "auto_run_decisions" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:140:41 - error: Type of "d" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:142:17 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:142:24 - error: Type of "d" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:142:51 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:146:59 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/antigravity/adaptive/thresholds.py:157:33 - error: "success_rate" is possibly unbound (reportPossiblyUnboundVariable)
./packages/afo-core/AFO/services/antigravity/integration/protocol_officer_bridge.py
  ./packages/afo-core/AFO/services/antigravity/integration/protocol_officer_bridge.py:8:25 - error: Import "Optional" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/services/antigravity/modular_engine.py
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:8:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:70:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:72:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:74:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:76:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:77:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/modular_engine.py:230:20 - error: Type of "adapt_thresholds" is partially unknown
    Type of "adapt_thresholds" is "(quality_history: list[Unknown]) -> dict[str, Any]" (reportUnknownMemberType)
./packages/afo-core/AFO/services/antigravity/trinity_integration.py
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:7:8 - error: Import "asyncio" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:10:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:39:43 - error: "_get_active_modules" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:140:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:146:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:152:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:157:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:160:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:278:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:282:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:286:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:291:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:310:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "next_steps" in function "generate_report"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:318:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:323:9 - error: Type of "result" is partially unknown
    Type of "result" is "dict[str, dict[str, Any] | Any | str | list[Unknown] | None]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity/trinity_integration.py:332:16 - error: Return type, "dict[str, dict[str, Any] | Any | str | list[Unknown] | None]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/antigravity_engine.py
  ./packages/afo-core/AFO/services/antigravity_engine.py:7:8 - error: Import "asyncio" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:8:8 - error: Import "json" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:10:8 - error: Import "statistics" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:11:25 - error: Import "deque" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:12:37 - error: Import "timedelta" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:12:48 - error: Import "timezone" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:14:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/antigravity_engine.py:310:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:318:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:328:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:336:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:346:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:353:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:363:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:365:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:371:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:373:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:378:61 - error: Type of "rec" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:385:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/antigravity_engine.py:485:33 - error: "success_rate" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/antigravity_engine.py:592:12 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/antigravity_engine.py:601:12 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/antigravity_engine.py:609:12 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
./packages/afo-core/AFO/services/audio_service.py
  ./packages/afo-core/AFO/services/audio_service.py:40:13 - error: Type of "model" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/audio_service.py:40:26 - error: Type of "load_model" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/audio_service.py:75:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/audio_service.py:75:22 - error: Type of "model" is partially unknown
    Type of "model" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/audio_service.py:75:22 - error: Type of "transcribe" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/audio_service.py:75:33 - error: "transcribe" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/services/audio_service.py:80:29 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/audio_service.py:81:29 - error: Type of "get" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/services/automation_service.py
  ./packages/afo-core/AFO/services/automation_service.py:20:25 - error: Import "Optional" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/services/checkpoint.py
  ./packages/afo-core/AFO/services/checkpoint.py:34:5 - error: "REDIS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/checkpoint.py:42:5 - error: "DB_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/checkpoint.py:94:33 - error: "get_redis_url" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/checkpoint.py:95:25 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/checkpoint.py:114:34 - error: "get_db_connection" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/checkpoint.py:156:33 - error: "get_redis_url" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/checkpoint.py:157:25 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/checkpoint.py:169:20 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
./packages/afo-core/AFO/services/context7_service.py
  ./packages/afo-core/AFO/services/context7_service.py:24:40 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/context7_service.py:26:34 - error: Type of "add_to_sys_path" is partially unknown
    Type of "add_to_sys_path" is "(path: Path, sys_path_list: list[Unknown] | None = None) -> None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/context7_service.py:96:12 - error: Type "Context7MCP | None" is not assignable to return type "Context7MCP"
    Type "Context7MCP | None" is not assignable to type "Context7MCP"
      "None" is not assignable to "Context7MCP" (reportReturnType)
./packages/afo-core/AFO/services/database.py
  ./packages/afo-core/AFO/services/database.py:20:5 - error: "ASYNCPG_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/database.py:36:9 - error: Type of "params" is partially unknown
    Type of "params" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/database.py:36:18 - error: Type of "get_postgres_connection_params" is partially unknown
    Type of "get_postgres_connection_params" is "() -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/database.py:40:13 - error: Type of "conn" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/database.py:40:26 - error: Type of "connect" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/database.py:42:13 - error: Type of "conn" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/database.py:42:26 - error: Type of "connect" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/database.py:49:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/debugging_agent.py
  ./packages/afo-core/AFO/services/debugging_agent.py:1:8 - error: Import "contextlib" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/debugging_agent.py:4:22 - error: Import "datetime" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/debugging_agent.py:4:32 - error: Import "timezone" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/debugging_agent.py:5:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/debugging_agent.py:21:5 - error: Type of "known_errors" is partially unknown
    Type of "known_errors" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_agent.py:22:5 - error: Type of "active_patches" is partially unknown
    Type of "active_patches" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_agent.py:36:9 - error: Type of "_action_queue" is partially unknown
    Type of "_action_queue" is "tuple[MemoryObjectSendStream[Unknown], MemoryObjectReceiveStream[Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_agent.py:88:9 - error: Type of "receiver" is partially unknown
    Type of "receiver" is "MemoryObjectReceiveStream[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_agent.py:88:20 - error: Type of "_action_queue" is partially unknown
    Type of "_action_queue" is "tuple[MemoryObjectSendStream[Unknown], MemoryObjectReceiveStream[Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_agent.py:90:23 - error: Type of "action" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_agent.py:91:44 - error: Argument type is unknown
    Argument corresponds to parameter "action" in function "_execute_action" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/debugging_agent.py:109:17 - error: Type of "sender" is partially unknown
    Type of "sender" is "MemoryObjectSendStream[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_agent.py:109:26 - error: Type of "_action_queue" is partially unknown
    Type of "_action_queue" is "tuple[MemoryObjectSendStream[Unknown], MemoryObjectReceiveStream[Unknown]]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_agent.py:110:23 - error: Type of "send" is partially unknown
    Type of "send" is "(item: Unknown) -> CoroutineType[Any, Any, None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_agent.py:127:46 - error: Argument of type "Any | None" cannot be assigned to parameter "object" of type "str" in function "append"
    Type "Any | None" is not assignable to type "str"
      "None" is not assignable to "str" (reportArgumentType)
./packages/afo-core/AFO/services/debugging_skill.py
  ./packages/afo-core/AFO/services/debugging_skill.py:14:51 - error: Type of "AutomatedDebuggingSystem" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_skill.py:37:9 - error: Type of "system" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_skill.py:38:9 - error: Type of "report" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/debugging_skill.py:38:24 - error: Type of "run_full_debugging_cycle" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:42:26 - error: Type of "report_id" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:43:29 - error: Type of "total_errors" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:44:27 - error: Type of "auto_fixed" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:45:32 - error: Type of "manual_required" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:46:30 - error: Type of "trinity_score" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/debugging_skill.py:47:32 - error: Type of "recommendations" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/services/gen_ui.py
  ./packages/afo-core/AFO/services/gen_ui.py:71:9 - error: Variable "system_prompt" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/services/gen_ui.py:78:9 - error: Variable "user_prompt" is not accessed (reportUnusedVariable)
./packages/afo-core/AFO/services/graceful_service.py
  ./packages/afo-core/AFO/services/graceful_service.py:73:17 - error: Condition will always evaluate to False since the types "str" and "None" have no overlap (reportUnnecessaryComparison)
./packages/afo-core/AFO/services/health_service.py
  ./packages/afo-core/AFO/services/health_service.py:12:8 - error: Import "platform" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/health_service.py:13:8 - error: Import "shutil" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/health_service.py:14:8 - error: Import "sys" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/health_service.py:16:37 - error: Import "timezone" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/health_service.py:39:5 - error: "TRINITY_MONITORING_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/health_service.py:51:16 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/health_service.py:62:13 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:63:39 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:63:39 - error: Argument of type "Awaitable[bool] | bool" cannot be assigned to parameter "fut" of type "_FutureLike[_T@wait_for]" in function "wait_for"
    Type "Awaitable[bool] | bool" is not assignable to type "_FutureLike[bool]"
      Type "bool" is not assignable to type "_FutureLike[bool]"
        "bool" is not assignable to "Future[bool]"
        "bool" is incompatible with protocol "Awaitable[bool]"
          "__await__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/services/health_service.py:69:23 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:129:45 - error: "_security_probe" is private and used outside of the module in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/services/health_service.py:146:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/health_service.py:150:13 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:286:13 - error: "record_trinity_score_metrics" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/health_service.py:305:13 - error: Type of "name" is partially unknown
    Type of "name" is "str | Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/health_service.py:305:19 - error: Type of "data" is partially unknown
    Type of "data" is "str | Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/health_service.py:305:27 - error: Type of "items" is partially unknown
    Type of "items" is "Any | (() -> dict_items[str, str]) | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:305:52 - error: "items" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/services/health_service.py:305:52 - error: Cannot access attribute "items" for class "str"
    Attribute "items" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/health_service.py:306:16 - error: Argument of type "Literal['status']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['status']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['status']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['status']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/services/health_service.py:307:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/health_service.py:307:42 - error: Argument of type "Literal['output']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['output']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['output']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['output']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/services/health_service.py:373:13 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
./packages/afo-core/AFO/services/hybrid_rag.py
  ./packages/afo-core/AFO/services/hybrid_rag.py:11:25 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/hybrid_rag.py:11:35 - error: Import "Union" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/hybrid_rag.py:24:31 - error: Import "QdrantClient" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/hybrid_rag.py:25:46 - error: Import "qmodels" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/hybrid_rag.py:32:35 - error: Type of "register_vector" is partially unknown
    Type of "register_vector" is "(conn_or_curs: Unknown, globally: bool = False, arrays: bool = True) -> None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:65:19 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/hybrid_rag.py:67:5 - error: Type of "metadata" is partially unknown
    Type of "metadata" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:67:15 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/hybrid_rag.py:142:13 - error: Type of "rows" is partially unknown
    Type of "rows" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:154:9 - error: Type of "row" is partially unknown
    Type of "row" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:155:9 - error: Type of "content" is partially unknown
    Type of "content" is "Any | Unknown | Literal['']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:155:19 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:158:9 - error: Type of "vector" is partially unknown
    Type of "vector" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:158:18 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:162:13 - error: Type of "vector" is partially unknown
    Type of "vector" is "Any | Unknown | list[Any | Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:162:22 - error: Type of "tolist" is partially unknown
    Type of "tolist" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:162:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:162:77 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:164:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Any | Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:164:44 - error: Type of "v" is partially unknown
    Type of "v" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:165:19 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "Generator[Any | Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:165:32 - error: Type of "b" is partially unknown
    Type of "b" is "Any | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:165:52 - error: Argument type is partially unknown
    Argument corresponds to parameter "iter2" in function "__new__"
    Argument type is "Any | Unknown | list[Any | Unknown] | list[Unknown] | tuple[Unknown, ...]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:169:27 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "Any | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:172:27 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:172:45 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:207:17 - error: Type of "return_fields" is partially unknown
    Type of "return_fields" is "(*fields: Unknown) -> Query" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:254:13 - error: Type of "driver" is partially unknown
    Type of "driver" is "(uri: str, *, auth: tuple[str, str] | Auth | AuthManager | None = None, **config: Unknown) -> Driver" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:255:13 - error: Type of "session" is partially unknown
    Type of "session" is "(**config: Unknown) -> Session" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:266:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:274:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:298:9 - error: Variable "settings" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/services/hybrid_rag.py:315:13 - error: Type of "payload" is partially unknown
    Type of "payload" is "Any | dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:316:13 - error: Type of "content" is partially unknown
    Type of "content" is "Unknown | Any | Literal['']" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:316:23 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:325:31 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:385:5 - error: Type of "deduplicated" is partially unknown
    Type of "deduplicated" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:385:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "dict_values[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:386:5 - error: Type of "sort" is partially unknown
    Type of "sort" is "Overload[(*, key: None = None, reverse: bool = False) -> None, (*, key: (Unknown) -> (SupportsDunderLT[Any] | SupportsDunderGT[Any]), reverse: bool = False) -> None]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:386:34 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:386:37 - error: Return type of lambda is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/services/hybrid_rag.py:387:12 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/langchain_openai_service.py
  ./packages/afo-core/AFO/services/langchain_openai_service.py:15:41 - error: Import "BaseMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:15:54 - error: Import "HumanMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:15:68 - error: Import "SystemMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:38 - error: Type of "BaseMessage" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:38 - error: Import "BaseMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:51 - error: Type of "HumanMessage" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:51 - error: Import "HumanMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:65 - error: Type of "SystemMessage" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:25:65 - error: Import "SystemMessage" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:35:9 - error: "LANGCHAIN_NEW_API" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:36:22 - error: Import "BaseModel" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:36:33 - error: Import "Field" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:74:35 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:81:9 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:81:43 - error: "Any" cannot be instantiated (reportCallIssue)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:99:9 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:99:46 - error: "Any" cannot be instantiated (reportCallIssue)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:114:9 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:114:41 - error: "Any" cannot be instantiated (reportCallIssue)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:133:9 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:133:46 - error: "Any" cannot be instantiated (reportCallIssue)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:151:9 - error: Return type, "Unknown | None", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:151:42 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:153:16 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:153:16 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Unknown | None), (key: str, default: Unknown, /) -> Unknown, (key: str, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:153:16 - error: Return type, "Unknown | None", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:155:39 - error: Type of parameter "template" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:155:49 - error: Variable not allowed in type expression (reportInvalidTypeForm)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:157:9 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:197:24 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "hasattr"
    Argument type is "type[ChatOpenAI] | Unknown | type[Any]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:204:24 - error: "Any" cannot be instantiated (reportCallIssue)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:261:23 - error: Argument of type "dict[str, float]" cannot be assigned to parameter "usage" of type "dict[str, int] | None" in function "__init__"
    Type "dict[str, float]" is not assignable to type "dict[str, int] | None"
      "dict[str, float]" is not assignable to "dict[str, int]"
        Type parameter "_VT@dict" is invariant, but "float" is not the same as "int"
        Consider switching from "dict" to "Mapping" which is covariant in the value type
      "dict[str, float]" is not assignable to "None" (reportArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:277:25 - error: Unnecessary isinstance call; "str | float | int | bool" is always an instance of "int | str | float" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:293:9 - error: Type of "template" is partially unknown
    Type of "template" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:293:20 - error: Type of "get_template" is partially unknown
    Type of "get_template" is "(name: str) -> (Unknown | None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:297:9 - error: Type of "prompt" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:297:18 - error: Type of "format" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:298:36 - error: Argument type is unknown
    Argument corresponds to parameter "prompt" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:306:9 - error: Type of "template" is partially unknown
    Type of "template" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:306:20 - error: Type of "get_template" is partially unknown
    Type of "get_template" is "(name: str) -> (Unknown | None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:310:9 - error: Type of "prompt" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:310:18 - error: Type of "format" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:311:36 - error: Argument type is unknown
    Argument corresponds to parameter "prompt" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:319:9 - error: Type of "template" is partially unknown
    Type of "template" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:319:20 - error: Type of "get_template" is partially unknown
    Type of "get_template" is "(name: str) -> (Unknown | None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:323:9 - error: Type of "prompt" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:323:18 - error: Type of "format" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:324:36 - error: Argument type is unknown
    Argument corresponds to parameter "prompt" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:332:9 - error: Type of "template" is partially unknown
    Type of "template" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:332:20 - error: Type of "get_template" is partially unknown
    Type of "get_template" is "(name: str) -> (Unknown | None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:336:9 - error: Type of "prompt" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:336:18 - error: Type of "format" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:337:36 - error: Argument type is unknown
    Argument corresponds to parameter "prompt" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:350:31 - error: Type of "templates" is partially unknown
    Type of "templates" is "dict[str, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/langchain_openai_service.py:350:31 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "dict_keys[str, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/services/llm_cache_service.py
  ./packages/afo-core/AFO/services/llm_cache_service.py:65:17 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/llm_cache_service.py:125:41 - error: Argument of type "ResponseT" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads"
    Type "ResponseT" is not assignable to type "str | bytes | bytearray"
      Type "Awaitable[Any]" is not assignable to type "str | bytes | bytearray"
        "Awaitable[Any]" is not assignable to "str"
        "Awaitable[Any]" is not assignable to "bytes"
        "Awaitable[Any]" is not assignable to "bytearray" (reportArgumentType)
  ./packages/afo-core/AFO/services/llm_cache_service.py:208:20 - error: Type of "keys" is partially unknown
    Type of "keys" is "(pattern: bytes | str | memoryview[int] = "*", **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/llm_cache_service.py:210:53 - error: "Awaitable[Any]" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/services/llm_cache_service.py:210:53 - error: Argument type is unknown
    Argument corresponds to parameter "names" in function "delete" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/llm_cache_service.py:212:28 - error: Argument of type "ResponseT" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "ResponseT" is not assignable to type "ConvertibleToInt"
      Type "Awaitable[Any]" is not assignable to type "ConvertibleToInt"
        "Awaitable[Any]" is not assignable to "str"
        "Awaitable[Any]" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "Awaitable[Any]" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "Awaitable[Any]" is incompatible with protocol "SupportsIndex"
    ... (reportArgumentType)
  ./packages/afo-core/AFO/services/llm_cache_service.py:212:28 - error: Argument of type "ResponseT" cannot be assigned to parameter "x" of type "ConvertibleToInt" in function "__new__"
    Type "ResponseT" is not assignable to type "ConvertibleToInt"
      Type "Awaitable[Any]" is not assignable to type "ConvertibleToInt"
        "Awaitable[Any]" is not assignable to "str"
        "Awaitable[Any]" is incompatible with protocol "Buffer"
          "__buffer__" is not present
        "Awaitable[Any]" is incompatible with protocol "SupportsInt"
          "__int__" is not present
        "Awaitable[Any]" is incompatible with protocol "SupportsIndex" (reportArgumentType)
./packages/afo-core/AFO/services/matrix_stream.py
  ./packages/afo-core/AFO/services/matrix_stream.py:181:20 - error: Return type, "tuple[Unknown, int]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/mcp_stdio_client.py
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:12:25 - error: Import "cast" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:31:14 - error: Expected type arguments for generic class "Popen" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:92:5 - error: Type of "args_raw" is partially unknown
    Type of "args_raw" is "Any | list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:95:38 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:95:46 - error: Type of "a" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:100:20 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:100:49 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:100:57 - error: Type of "k" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:100:60 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:152:49 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:154:44 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:157:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:242:23 - error: Type of "t" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:242:73 - error: Type of "name" is partially unknown
    Type of "name" is "Unknown | None" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/mcp_stdio_client.py:242:81 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
./packages/afo-core/AFO/services/ml_error_pattern_learner.py
  ./packages/afo-core/AFO/services/ml_error_pattern_learner.py:35:5 - error: Type of "common_fixes" is partially unknown
    Type of "common_fixes" is "list[Unknown]" (reportUnknownVariableType)
./packages/afo-core/AFO/services/persona_service.py
  ./packages/afo-core/AFO/services/persona_service.py:231:43 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/services/persona_service.py:235:16 - error: Operator ">=" not supported for types "float | int | Any | bool | str" and "Literal[400]"
    Operator ">=" not supported for types "str" and "Literal[400]" (reportOperatorIssue)
  ./packages/afo-core/AFO/services/persona_service.py:237:18 - error: Operator ">=" not supported for types "float | int | Any | bool | str" and "Literal[350]"
    Operator ">=" not supported for types "str" and "Literal[350]" (reportOperatorIssue)
  ./packages/afo-core/AFO/services/persona_service.py:239:18 - error: Operator ">=" not supported for types "float | int | Any | bool | str" and "Literal[300]"
    Operator ">=" not supported for types "str" and "Literal[300]" (reportOperatorIssue)
  ./packages/afo-core/AFO/services/persona_service.py:270:43 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/services/persona_service.py:287:43 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/services/persona_service.py:307:35 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
  ./packages/afo-core/AFO/services/persona_service.py:393:43 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/services/protocol_officer.py
  ./packages/afo-core/AFO/services/protocol_officer.py:16:52 - error: Type "type[packages.afo-core.AFO.constitution.constitutional_ai.AFOConstitution]" is not assignable to declared type "type[packages.afo-core.AFO.services.protocol_officer.AFOConstitution]"
    "packages.afo-core.AFO.constitution.constitutional_ai.AFOConstitution" is not assignable to "packages.afo-core.AFO.services.protocol_officer.AFOConstitution"
    Type "type[packages.afo-core.AFO.constitution.constitutional_ai.AFOConstitution]" is not assignable to type "type[packages.afo-core.AFO.services.protocol_officer.AFOConstitution]" (reportAssignmentType)
./packages/afo-core/AFO/services/redis_cache_service.py
  ./packages/afo-core/AFO/services/redis_cache_service.py:96:16 - error: Condition will always evaluate to True since the types "Redis" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/services/redis_cache_service.py:99:29 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:110:13 - error: Type of "config_set" is partially unknown
    Type of "config_set" is "(name: bytes | str | memoryview[int], value: bytes | bytearray | memoryview[int] | str | int | float, *args: bytes | str | memoryview[int] | bytearray | int | float, **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:111:13 - error: Type of "config_set" is partially unknown
    Type of "config_set" is "(name: bytes | str | memoryview[int], value: bytes | bytearray | memoryview[int] | str | int | float, *args: bytes | str | memoryview[int] | bytearray | int | float, **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:132:13 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:290:27 - error: Type of "keys" is partially unknown
    Type of "keys" is "(pattern: bytes | str | memoryview[int] = "*", **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:291:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:324:27 - error: Type of "info" is partially unknown
    Type of "info" is "(section: str | None = None, *args: str, **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:325:13 - error: Type of "info" is partially unknown
    Type of "info" is "dict[Unknown, Unknown] | dict[str, Any]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:329:29 - error: Return type of lambda, "dict[Unknown, Unknown] | dict[str, Any]", is partially unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:335:29 - error: Type of "memory_stats" is partially unknown
    Type of "memory_stats" is "(**kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:336:13 - error: Type of "memory_info" is partially unknown
    Type of "memory_info" is "dict[Unknown, Unknown] | dict[str, Any]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:340:29 - error: Return type of lambda, "dict[Unknown, Unknown] | dict[str, Any]", is partially unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:346:27 - error: Type of "keys" is partially unknown
    Type of "keys" is "(pattern: bytes | str | memoryview[int] = "*", **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:347:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/redis_cache_service.py:414:42 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
./packages/afo-core/AFO/services/scholar_ingestion.py
  ./packages/afo-core/AFO/services/scholar_ingestion.py:16:41 - error: Import "query_graph_context" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:16:62 - error: Import "query_qdrant" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:23:5 - error: "_HAS_DEPS" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:29:30 - error: Object of type "None" cannot be called (reportOptionalCall)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:31:13 - error: Type of "driver" is partially unknown
    Type of "driver" is "(uri: str, *, auth: tuple[str, str] | Auth | AuthManager | None = None, **config: Unknown) -> Driver" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:31:27 - error: "driver" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:45:32 - error: "recreate_collection" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:47:32 - error: "models" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:47:72 - error: "models" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:131:21 - error: "models" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/services/scholar_ingestion.py:145:18 - error: Type of "session" is partially unknown
    Type of "session" is "(**config: Unknown) -> Session" (reportUnknownMemberType)
./packages/afo-core/AFO/services/security/circuit_breaker.py
  ./packages/afo-core/AFO/services/security/circuit_breaker.py:6:20 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/security/circuit_breaker.py:26:42 - error: Function with declared return type "bool" must return value on all code paths
    "None" is not assignable to "bool" (reportReturnType)
./packages/afo-core/AFO/services/security/rate_limit_redis.py
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:8:35 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:49:28 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: str, single_connection_client: bool = False, auto_close_connection_pool: bool | None = None, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:74:40 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:74:40 - error: Argument of type "Awaitable[bool] | bool" cannot be assigned to parameter "fut" of type "_FutureLike[_T@wait_for]" in function "wait_for"
    Type "Awaitable[bool] | bool" is not assignable to type "_FutureLike[bool]"
      Type "bool" is not assignable to type "_FutureLike[bool]"
        "bool" is not assignable to "Future[bool]"
        "bool" is incompatible with protocol "Awaitable[bool]"
          "__await__" is not present (reportArgumentType)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:103:48 - error: Type annotation is missing for parameter "call_next" (reportMissingParameterType)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:107:20 - error: Unnecessary "cast" call; type is already "Response" (reportUnnecessaryCast)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:111:20 - error: Unnecessary "cast" call; type is already "Response" (reportUnnecessaryCast)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:128:20 - error: Unnecessary "cast" call; type is already "Response" (reportUnnecessaryCast)
  ./packages/afo-core/AFO/services/security/rate_limit_redis.py:199:5 - error: Type of "add_event_handler" is partially unknown
    Type of "add_event_handler" is "(event_type: str, func: (...) -> Unknown) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/services/system_monitoring_dashboard.py
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:120:21 - error: Expected type arguments for generic class "Task" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:165:16 - error: Type of "_task" is partially unknown
    Type of "_task" is "Task[Unknown] | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:166:17 - error: Type of "_task" is partially unknown
    Type of "_task" is "Task[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:168:27 - error: Type of "_task" is partially unknown
    Type of "_task" is "Task[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:305:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "services_status" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:367:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:369:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:371:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:373:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:383:33 - error: Argument type is partially unknown
    Argument corresponds to parameter "recommendations" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:434:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:446:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:458:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:470:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:481:17 - error: Type of "alert" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:482:43 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "append" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:483:44 - error: Type of "message" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:501:20 - error: Unnecessary isinstance call; "float | int" is always an instance of "int | float" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:507:20 - error: Unnecessary isinstance call; "float | int" is always an instance of "int | float" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:513:20 - error: Unnecessary isinstance call; "float | int" is always an instance of "int | float" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:534:53 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:537:58 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:542:53 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
  ./packages/afo-core/AFO/services/system_monitoring_dashboard.py:549:41 - error: The method "dict" in class "BaseModel" is deprecated
    The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
./packages/afo-core/AFO/services/trinity_score_monitor.py
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:19:9 - error: Import "get_or_create_metric" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:20:9 - error: Import "trinity_score" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:21:9 - error: Import "trinity_score_total" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:27:5 - error: "METRICS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:148:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:148:62 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:156:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:169:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:177:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:177:33 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:180:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/trinity_score_monitor.py:184:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/truth_metrics_calculator.py
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:54:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:56:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:58:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:60:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:70:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:72:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:81:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:83:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:93:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:95:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/truth_metrics_calculator.py:104:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/services/video_rag_service.py
  ./packages/afo-core/AFO/services/video_rag_service.py:135:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:137:42 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/video_rag_service.py:138:20 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/video_rag_service.py:159:9 - error: Type of "results" is partially unknown
    Type of "results" is "dict[str, str | bool | list[Unknown] | None]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/video_rag_service.py:177:13 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:177:31 - error: Cannot access attribute "append" for class "str"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:177:31 - error: "append" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/services/video_rag_service.py:177:31 - error: Cannot access attribute "append" for class "bool"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:190:17 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "value" of type "str | bool | list[Unknown] | None" in function "__setitem__"
    Type "dict[str, Any]" is not assignable to type "str | bool | list[Unknown] | None"
      "dict[str, Any]" is not assignable to "str"
      "dict[str, Any]" is not assignable to "None"
      "dict[str, Any]" is not assignable to "bool"
      "dict[str, Any]" is not assignable to "list[Unknown]" (reportArgumentType)
  ./packages/afo-core/AFO/services/video_rag_service.py:196:13 - error: Type of "frame" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/services/video_rag_service.py:196:22 - error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
  ./packages/afo-core/AFO/services/video_rag_service.py:196:22 - error: "bool" is not iterable
    "__iter__" method not defined (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/services/video_rag_service.py:197:16 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:198:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:201:38 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: str, default: None = None, /) -> (Any | None), (key: str, default: Any, /) -> Any, (key: str, default: _T@get, /) -> (Any | _T@get)] | Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:201:60 - error: Cannot access attribute "get" for class "str"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:201:60 - error: Cannot access attribute "get" for class "list[Unknown]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:201:60 - error: Cannot access attribute "get" for class "Literal[True]"
    Attribute "get" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:202:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/services/video_rag_service.py:202:57 - error: Argument of type "Literal['text']" cannot be assigned to parameter "key" of type "SupportsIndex | slice[Any, Any, Any]" in function "__getitem__"
    Type "Literal['text']" is not assignable to type "SupportsIndex | slice[Any, Any, Any]"
      "Literal['text']" is incompatible with protocol "SupportsIndex"
        "__index__" is not present
      "Literal['text']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/services/video_rag_service.py:202:57 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:202:57 - error: Argument of type "Literal['text']" cannot be assigned to parameter "s" of type "slice[Any, Any, Any]" in function "__getitem__"
    "Literal['text']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
  ./packages/afo-core/AFO/services/video_rag_service.py:202:57 - error: "__getitem__" method not defined on type "Literal[True]" (reportIndexIssue)
  ./packages/afo-core/AFO/services/video_rag_service.py:204:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/services/video_rag_service.py:207:16 - error: Return type, "dict[str, str | bool | list[Unknown] | None]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/services/vision_service.py
  ./packages/afo-core/AFO/services/vision_service.py:85:24 - error: Type of "chat" is partially unknown
    Type of "chat" is "Overload[(model: str = '', messages: Sequence[Mapping[str, Any] | Message] | None = None, *, tools: Sequence[Mapping[str, Any] | Tool | ((...) -> Unknown)] | None = None, stream: Literal[False] = False, think: bool | Literal['low', 'medium', 'high'] | None = None, logprobs: bool | None = None, top_logprobs: int | None = None, format: dict[str, Any] | Literal['', 'json'] | None = None, options: Mapping[str, Any] | Options | None = None, keep_alive: float | str | None = None) -> ChatResponse, (model: str = '', messages: Sequence[Mapping[str, Any] | Message] | None = None, *, tools: Sequence[Mapping[str, Any] | Tool | ((...) -> Unknown)] | None = None, stream: Literal[True] = True, think: bool | Literal['low', 'medium', 'high'] | None = None, logprobs: bool | None = None, top_logprobs: int | None = None, format: dict[str, Any] | Literal['', 'json'] | None = None, options: Mapping[str, Any] | Options | None = None, keep_alive: float | str | None = None) -> Iterator[ChatResponse]]" (reportUnknownMemberType)
./packages/afo-core/AFO/skeleton_index.py
  ./packages/afo-core/AFO/skeleton_index.py:79:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "packages" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:80:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "services" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:81:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "configs" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:82:18 - error: Argument type is partially unknown
    Argument corresponds to parameter "docs" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:104:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:114:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skeleton_index.py:128:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:138:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skeleton_index.py:151:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:161:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skeleton_index.py:168:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:170:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skeleton_index.py:195:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:197:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:214:29 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:216:29 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:221:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skeleton_index.py:242:29 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skeleton_index.py:245:41 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:289:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "packages" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:290:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "services" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skeleton_index.py:291:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "configs" in function "__init__"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/skills/skill_019.py
  ./packages/afo-core/AFO/skills/skill_019.py:25:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skills/skill_019.py:28:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skills/skill_019.py:30:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/skills/skill_041_royal_library.py
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:42:5 - error: Type of "data" is partially unknown
    Type of "data" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:43:5 - error: Type of "trinity_impact" is partially unknown
    Type of "trinity_impact" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:122:28 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:332:28 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:701:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:704:13 - error: Type of "root_cause" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:704:30 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "max"
    Argument type is "set[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:704:34 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:704:58 - error: Type of "count" is partially unknown
    Type of "count" is "(value: Unknown, /) -> int" (reportUnknownMemberType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:704:58 - error: Argument type is partially unknown
    Argument corresponds to parameter "key" in function "max"
    Argument type is "(value: Unknown, /) -> int" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:713:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "set[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:713:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:857:66 - error: Argument type is partially unknown
    Argument corresponds to parameter "action" in function "principle_03_dry_run_simulation"
    Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:857:73 - error: Type of parameter "x" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/skills/skill_041_royal_library.py:857:76 - error: Return type of lambda is unknown (reportUnknownLambdaType)
./packages/afo-core/AFO/skills/skill_verify_full_stack.py
  ./packages/afo-core/AFO/skills/skill_verify_full_stack.py:9:8 - error: Import "sys" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/skills/skill_verify_full_stack.py:16:41 - error: Import "get_comprehensive_health" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/skills/skill_verify_full_stack.py:17:32 - error: Import "truth_guard" is not accessed (reportUnusedImport)
./packages/afo-core/AFO/start/serenity/genui_orchestrator.py
  ./packages/afo-core/AFO/start/serenity/genui_orchestrator.py:138:15 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/start/serenity/genui_orchestrator.py:138:61 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/start/serenity/genui_orchestrator.py:166:20 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/start/serenity/genui_orchestrator.py:176:16 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/start/serenity/schemas.py
  ./packages/afo-core/AFO/start/serenity/schemas.py:20:5 - error: Type of "props" is partially unknown
    Type of "props" is "list[Unknown]" (reportUnknownVariableType)
./packages/afo-core/AFO/start/serenity/vision_verifier.py
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:5:34 - error: Type of "async_playwright" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:11:60 - error: Type of parameter "errors" is partially unknown
    Parameter type is "list[Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:11:68 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:14:9 - error: Type of "errors" is partially unknown
    Type of "errors" is "list[Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:32:42 - error: Type of "p" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:34:13 - error: Type of "browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:34:29 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:34:29 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:35:13 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:35:26 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:38:13 - error: Type of "on" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:40:24 - error: Type of parameter "msg" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:41:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:41:58 - error: Type of "text" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:42:24 - error: Type of "type" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:42:67 - error: Type of "text" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:42:67 - error: Type of "lower" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:46:13 - error: Type of "on" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:48:24 - error: Type of parameter "exc" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:49:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:50:47 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:54:13 - error: Type of "on" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:56:24 - error: Type of parameter "response" is unknown (reportUnknownLambdaType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:57:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:57:52 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:57:71 - error: Type of "url" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:58:24 - error: Type of "status" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:64:23 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:68:23 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:72:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:75:19 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/start/serenity/vision_verifier.py:77:26 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
./packages/afo-core/AFO/tax_engine/validator.py
  ./packages/afo-core/AFO/tax_engine/validator.py:66:8 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
  ./packages/afo-core/AFO/tax_engine/validator.py:73:44 - error: Argument type is partially unknown
    Argument corresponds to parameter "params" in function "_validate_positive_amounts"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/tax_engine/validator.py:75:24 - error: Type of "item" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/tax_engine/validator.py:75:42 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__new__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/tax_engine/validator.py:77:52 - error: Argument type is partially unknown
    Argument corresponds to parameter "params" in function "_validate_positive_amounts"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/tax_engine/validator.py:127:9 - error: Variable "status" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/tax_engine/validator.py:172:9 - error: Variable "status" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/tax_engine/validator.py:185:12 - error: Unnecessary isinstance call; "dict[str, Any]" is always an instance of "dict[Unknown, Unknown]" (reportUnnecessaryIsInstance)
./packages/afo-core/AFO/ticket_generator.py
  ./packages/afo-core/AFO/ticket_generator.py:47:9 - error: Type of "ticket_data" is partially unknown
    Type of "ticket_data" is "dict[Unknown, Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:47:23 - error: Type of "_build_ticket_data" is partially unknown
    Type of "_build_ticket_data" is "(ticket_id: str, parsed_md: ParsedMD, matching_result: MatchingResult, priority: str, complexity: int) -> dict[Unknown, Unknown]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:53:9 - error: Type of "_write_ticket_file" is partially unknown
    Type of "_write_ticket_file" is "(ticket_file: Path, ticket_data: dict[Unknown, Unknown]) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:56:9 - error: Type of "_update_tickets_md" is partially unknown
    Type of "_update_tickets_md" is "(ticket_data: dict[Unknown, Unknown]) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:82:9 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/ticket_generator.py:89:10 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/ticket_generator.py:207:13 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:228:33 - error: "_predict_dependencies_from_keywords" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/ticket_generator.py:229:9 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:232:9 - error: Type of "unique_deps" is partially unknown
    Type of "unique_deps" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:232:28 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "set[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/ticket_generator.py:232:32 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/ticket_generator.py:234:9 - error: Type of "filtered_deps" is partially unknown
    Type of "filtered_deps" is "list[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:234:34 - error: Type of "dep" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:234:60 - error: Type of "startswith" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:236:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:243:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:244:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:245:9 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:249:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:252:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:256:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:258:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:260:53 - error: Type of parameter "ticket_data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/ticket_generator.py:260:66 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/ticket_generator.py:262:19 - error: Type of "_format_ticket_content" is partially unknown
    Type of "_format_ticket_content" is "(data: dict[Unknown, Unknown]) -> str" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:267:38 - error: Type of parameter "data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/ticket_generator.py:267:44 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/ticket_generator.py:271:12 - error: Type of "upper" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:272:10 - error: Type of "upper" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:289:17 - error: Type of "file" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:295:17 - error: Type of "file" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:311:17 - error: Type of "constraint" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:329:17 - error: Type of "rec" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:350:17 - error: Type of "dep" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:357:13 - error: Type of "criterion" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/ticket_generator.py:365:41 - error: Argument type is unknown
    Argument corresponds to parameter "complexity" in function "_estimate_duration" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/ticket_generator.py:385:34 - error: Type of parameter "ticket_data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/ticket_generator.py:385:47 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/ticket_generator.py:396:21 - error: Type of "_format_ticket_entry" is partially unknown
    Type of "_format_ticket_entry" is "(ticket_data: dict[Unknown, Unknown]) -> str" (reportUnknownMemberType)
  ./packages/afo-core/AFO/ticket_generator.py:436:36 - error: Type of parameter "ticket_data" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/ticket_generator.py:436:49 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/ticket_generator.py:439:13 - error: Argument type is unknown
    Argument corresponds to parameter "key" in function "get" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/ticket_generator.py:448:15 - error: Argument type is unknown
    Argument corresponds to parameter "key" in function "get" (reportUnknownArgumentType)
./packages/afo-core/AFO/trinity_config.py
  ./packages/afo-core/AFO/trinity_config.py:30:5 - error: Variable "base_weights" is not accessed (reportUnusedVariable)
  ./packages/afo-core/AFO/trinity_config.py:50:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "sum"
    Argument type is "dict_values[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/trinity_config.py:51:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "all"
    Argument type is "Generator[Unknown, None, None]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/trinity_config.py:51:37 - error: Type of "v" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/trinity_config.py:54:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:60:9 - error: Type of "base_validation" is partially unknown
    Type of "base_validation" is "Unknown | Literal[False]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/trinity_config.py:62:23 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:63:22 - error: Type of "get" is partially unknown
    Type of "get" is "Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:68:13 - error: Type of "new_trinity" is partially unknown
    Type of "new_trinity" is "Unknown | Any" (reportUnknownVariableType)
  ./packages/afo-core/AFO/trinity_config.py:68:27 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:71:13 - error: Type of "new_risk" is partially unknown
    Type of "new_risk" is "Unknown | Any" (reportUnknownVariableType)
  ./packages/afo-core/AFO/trinity_config.py:71:24 - error: Type of "get" is partially unknown
    Type of "get" is "Any | Overload[(key: Unknown, default: None = None, /) -> (Unknown | None), (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@get, /) -> (Unknown | _T@get)]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:73:13 - error: Type of "safety_weaken_detected" is partially unknown
    Type of "safety_weaken_detected" is "Unknown | Any" (reportUnknownVariableType)
  ./packages/afo-core/AFO/trinity_config.py:80:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/trinity_config.py:95:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/utils/__init__.py
  ./packages/afo-core/AFO/utils/__init__.py:19:9 - error: Type of "CircuitBreaker" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:20:9 - error: Type of "CircuitBreakerOpenError" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:21:9 - error: Type of "CircuitState" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:22:9 - error: Type of "get_all_circuit_statuses" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:23:9 - error: Type of "ollama_circuit" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:24:9 - error: Type of "qdrant_circuit" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:25:9 - error: Type of "redis_circuit" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:30:5 - error: "CIRCUIT_BREAKER_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/__init__.py:35:9 - error: Type of "MetricsMiddleware" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:36:9 - error: Type of "create_metrics_router" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:37:9 - error: Type of "get_metrics_response" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:38:9 - error: Type of "track_llm_call" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:39:9 - error: Type of "track_ollama_call" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:40:9 - error: Type of "update_circuit_breaker_metrics" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:41:9 - error: Type of "update_organ_health" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:42:9 - error: Type of "update_trinity_scores" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/__init__.py:47:5 - error: "METRICS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
./packages/afo-core/AFO/utils/async_instrumentation.py
  ./packages/afo-core/AFO/utils/async_instrumentation.py:13:5 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:13:54 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:31:17 - error: Type of "add_breadcrumb" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:44:21 - error: Type of "add_breadcrumb" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:44:21 - error: "sentry_sdk" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:53:21 - error: Type of "add_breadcrumb" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:53:21 - error: "sentry_sdk" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:60:26 - error: Type of "push_scope" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:60:26 - error: "sentry_sdk" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:60:53 - error: Type of "scope" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:61:25 - error: Type of "set_tag" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:62:25 - error: Type of "set_extra" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:63:25 - error: Type of "set_extra" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:64:25 - error: Type of "capture_exception" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/async_instrumentation.py:64:25 - error: "sentry_sdk" is possibly unbound (reportPossiblyUnboundVariable)
./packages/afo-core/AFO/utils/cache_utils.py
  ./packages/afo-core/AFO/utils/cache_utils.py:38:30 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/cache_utils.py:39:20 - error: Condition will always evaluate to True since the types "Redis" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/utils/cache_utils.py:40:21 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/cache_utils.py:47:34 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/cache_utils.py:48:24 - error: Condition will always evaluate to True since the types "Redis" and "None" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/utils/cache_utils.py:49:25 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/cache_utils.py:123:5 - error: Return type, "((...) -> Unknown) -> ((...) -> Unknown)", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/cache_utils.py:123:44 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/cache_utils.py:123:55 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/cache_utils.py:126:9 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/cache_utils.py:126:19 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/cache_utils.py:126:25 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/cache_utils.py:126:38 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/cache_utils.py:127:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "wrapped" in function "wraps"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/cache_utils.py:138:13 - error: Type of "result" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/cache_utils.py:143:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/cache_utils.py:145:16 - error: Return type, "_Wrapped[..., Unknown, ..., CoroutineType[Any, Any, Any]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/cache_utils.py:147:12 - error: Return type, "(func: (...) -> Unknown) -> ((...) -> Unknown)", is partially unknown (reportUnknownVariableType)
./packages/afo-core/AFO/utils/circuit_breaker.py
  ./packages/afo-core/AFO/utils/circuit_breaker.py:332:21 - error: "_reset" is protected and used outside of the class in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/utils/dry_run.py
  ./packages/afo-core/AFO/utils/dry_run.py:76:16 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
./packages/afo-core/AFO/utils/exponential_backoff.py
  ./packages/afo-core/AFO/utils/exponential_backoff.py:61:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:62:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:62:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:68:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:69:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:69:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:79:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:80:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:80:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:84:44 - error: "_collector_to_names" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:85:52 - error: Type of "_name" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:85:62 - error: Cannot access attribute "_name" for class "Collector"
    Attribute "_name" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:111:5 - error: "PROMETHEUS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:112:5 - error: "RETRY_ATTEMPTS" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:113:5 - error: "RETRY_SUCCESS" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:114:5 - error: "RETRY_FAILURES" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:115:5 - error: "RETRY_DURATION" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:368:9 - error: Return type, "(...) -> Unknown", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:368:19 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:368:25 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:368:38 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:369:16 - error: Argument type is partially unknown
    Argument corresponds to parameter "wrapped" in function "wraps"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:380:20 - error: Return type is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:380:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "func" in function "execute"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:382:16 - error: Return type, "_Wrapped[..., Unknown, ..., Any]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:384:12 - error: Return type, "(func: (...) -> Unknown) -> ((...) -> Unknown)", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:563:16 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
  ./packages/afo-core/AFO/utils/exponential_backoff.py:584:37 - error: "_calculate_delay" is protected and used outside of the class in which it is declared (reportPrivateUsage)
./packages/afo-core/AFO/utils/friction_calibrator.py
  ./packages/afo-core/AFO/utils/friction_calibrator.py:168:15 - error: Function "sequential_run" is not accessed (reportUnusedFunction)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:172:28 - error: Type of parameter "tasks" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:172:28 - error: Type annotation is missing for parameter "tasks" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:172:35 - error: Type of parameter "concurrency" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:172:35 - error: Type annotation is missing for parameter "concurrency" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:173:39 - error: Argument type is unknown
    Argument corresponds to parameter "value" in function "__init__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:175:32 - error: Type of parameter "delay" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:175:32 - error: Type annotation is missing for parameter "delay" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:177:33 - error: Argument type is unknown
    Argument corresponds to parameter "delay" in function "mock_task" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:179:45 - error: Argument type is unknown
    Argument corresponds to parameter "delay" in function "limited_task" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/friction_calibrator.py:179:56 - error: Type of "delay" is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/utils/lazy_imports.py
  ./packages/afo-core/AFO/utils/lazy_imports.py:67:25 - error: "_getframe" is private and used outside of the module in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/lazy_imports.py:98:58 - error: Type of parameter "fallback" is partially unknown
    Parameter type is "((...) -> Unknown) | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:98:68 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/lazy_imports.py:101:9 - error: Type of "_fallback" is partially unknown
    Type of "_fallback" is "((...) -> Unknown) | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:102:21 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/lazy_imports.py:106:12 - error: Type of "_func" is partially unknown
    Type of "_func" is "((...) -> Unknown) | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:112:20 - error: Type of "_fallback" is partially unknown
    Type of "_fallback" is "((...) -> Unknown) | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:114:34 - error: Type of "_fallback" is partially unknown
    Type of "_fallback" is "(...) -> Unknown" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:119:16 - error: Type of "_func" is partially unknown
    Type of "_func" is "((...) -> Unknown) | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/lazy_imports.py:119:16 - error: Object of type "None" cannot be called (reportOptionalCall)
  ./packages/afo-core/AFO/utils/lazy_imports.py:119:16 - error: Return type is unknown (reportUnknownVariableType)
./packages/afo-core/AFO/utils/logging.py
  ./packages/afo-core/AFO/utils/logging.py:42:13 - error: Type of "publish" is partially unknown
    Type of "publish" is "(channel: bytes | str | memoryview[int], message: bytes | bytearray | memoryview[int] | str | int | float, **kwargs: Unknown) -> (Awaitable[Any] | Any)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/logging.py:60:26 - error: The method "utcnow" in class "datetime" is deprecated
    Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) (reportDeprecated)
./packages/afo-core/AFO/utils/logging_config.py
  ./packages/afo-core/AFO/utils/logging_config.py:93:29 - error: Type of "extra" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/logging_config.py:93:29 - error: Argument type is unknown
    Argument corresponds to parameter "m" in function "update" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/logging_config.py:93:36 - error: Cannot access attribute "extra" for class "LogRecord"
    Attribute "extra" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/logging_config.py:154:35 - error: The function "getLevelName" is deprecated
    The str -> int case is considered a mistake. (reportDeprecated)
  ./packages/afo-core/AFO/utils/logging_config.py:181:13 - error: Type of "level" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/logging_config.py:181:21 - error: Type of "LOG_LEVEL" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/logging_config.py:181:30 - error: Cannot access attribute "LOG_LEVEL" for class "AFOSettings"
    Attribute "LOG_LEVEL" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/logging_config.py:183:32 - error: Type of "ENVIRONMENT" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/logging_config.py:183:41 - error: Cannot access attribute "ENVIRONMENT" for class "AFOSettings"
    Attribute "ENVIRONMENT" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/logging_config.py:190:13 - error: Type of "log_file" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/logging_config.py:190:24 - error: Type of "LOG_FILE" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/logging_config.py:190:33 - error: Cannot access attribute "LOG_FILE" for class "AFOSettings"
    Attribute "LOG_FILE" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/utils/logging_config.py:196:19 - error: Argument type is partially unknown
    Argument corresponds to parameter "level" in function "setup_logging"
    Argument type is "Unknown | Literal['DEBUG', 'INFO']" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/logging_config.py:197:22 - error: Argument type is partially unknown
    Argument corresponds to parameter "log_file" in function "setup_logging"
    Argument type is "Unknown | Path | None" (reportUnknownArgumentType)
./packages/afo-core/AFO/utils/metrics.py
  ./packages/afo-core/AFO/utils/metrics.py:16:5 - error: "PROMETHEUS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
  ./packages/afo-core/AFO/utils/metrics.py:46:29 - error: "_names_to_collectors" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/metrics.py:47:29 - error: "_names_to_collectors" is protected and used outside of the class in which it is declared (reportPrivateUsage)
  ./packages/afo-core/AFO/utils/metrics.py:52:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:59:9 - error: "Histogram" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:68:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:75:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:83:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:90:9 - error: "Histogram" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:99:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:107:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:115:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:122:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:127:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:135:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:186:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/metrics.py:188:17 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/metrics.py:189:25 - error: Argument type is partially unknown
    Argument corresponds to parameter "iterable" in function "join"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/metrics.py:222:28 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:222:28 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:222:36 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:222:36 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:241:16 - error: Return type, "_Wrapped[..., Awaitable[T@track_ollama_call], ..., CoroutineType[Any, Any, T@track_ollama_call]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/metrics.py:261:28 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:261:28 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:261:36 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:261:36 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/metrics.py:273:16 - error: Return type, "_Wrapped[..., Awaitable[T@track_llm_call], ..., CoroutineType[Any, Any, T@track_llm_call]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/metrics.py:369:28 - error: "get_or_create_metric" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:370:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:375:27 - error: "get_or_create_metric" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:376:9 - error: "Counter" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:381:34 - error: "get_or_create_metric" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:382:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:387:29 - error: "get_or_create_metric" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:388:9 - error: "Gauge" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:445:29 - error: "generate_latest" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:445:59 - error: "CONTENT_TYPE_LATEST" is possibly unbound (reportPossiblyUnboundVariable)
  ./packages/afo-core/AFO/utils/metrics.py:465:15 - error: Function "metrics" is not accessed (reportUnusedFunction)
./packages/afo-core/AFO/utils/path_utils.py
  ./packages/afo-core/AFO/utils/path_utils.py:101:33 - error: Type of parameter "sys_path_list" is partially unknown
    Parameter type is "list[Unknown] | None" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/path_utils.py:101:48 - error: Expected type arguments for generic class "list" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/path_utils.py:116:9 - error: Type of "insert" is partially unknown
    Type of "insert" is "(index: SupportsIndex, object: Unknown, /) -> None" (reportUnknownMemberType)
./packages/afo-core/AFO/utils/playwright_bridge.py
  ./packages/afo-core/AFO/utils/playwright_bridge.py:9:34 - error: Type of "Browser" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:9:43 - error: Type of "Playwright" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:9:55 - error: Type of "Route" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:9:62 - error: Type of "async_playwright" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:10:50 - error: Type of "PlaywrightTimeout" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:58:16 - error: Type of "playwright" is partially unknown
    Type of "playwright" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:59:37 - error: Type of "start" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:60:16 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:62:34 - error: Type of "playwright" is partially unknown
    Type of "playwright" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:62:34 - error: Type of "chromium" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:62:34 - error: Type of "launch" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:62:50 - error: "chromium" is not a known attribute of "None" (reportOptionalMemberAccess)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:71:36 - error: Type of parameter "route" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:73:23 - error: Type of "fulfill" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:100:16 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:107:16 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:109:9 - error: Type of "context" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:109:25 - error: Type of "browser" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:109:25 - error: Type of "new_context" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:113:19 - error: Type of "tracing" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:113:19 - error: Type of "start" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:115:9 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:115:22 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:126:19 - error: Type of "goto" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:128:19 - error: Type of "wait_for_selector" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:131:19 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:134:13 - error: Type of "dom_content" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:134:33 - error: Type of "content" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:135:20 - error: Type of "strip" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:139:24 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "hasattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:140:17 - error: Type of "accessibility" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:140:39 - error: Type of "accessibility" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:140:39 - error: Type of "snapshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:141:29 - error: Type of "get" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:141:29 - error: Argument type is unknown
    Argument corresponds to parameter "obj" in function "len" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:155:23 - error: Type of "tracing" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:155:23 - error: Type of "stop" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:163:23 - error: Type of "tracing" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:163:23 - error: Type of "stop" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:170:23 - error: Type of "tracing" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:170:23 - error: Type of "stop" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:177:19 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:178:19 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:227:20 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:230:20 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:232:13 - error: Type of "page" is unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:232:26 - error: Type of "browser" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:232:26 - error: Type of "new_page" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:239:23 - error: Type of "screenshot" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:248:23 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:261:12 - error: Type of "browser" is partially unknown
    Type of "browser" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:262:19 - error: Type of "browser" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:262:19 - error: Type of "close" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:264:12 - error: Type of "playwright" is partially unknown
    Type of "playwright" is "Unknown | None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:265:19 - error: Type of "playwright" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/playwright_bridge.py:265:19 - error: Type of "stop" is unknown (reportUnknownMemberType)
./packages/afo-core/AFO/utils/redis_connection.py
  ./packages/afo-core/AFO/utils/redis_connection.py:25:18 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/redis_connection.py:27:9 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/redis_connection.py:28:16 - error: Unnecessary "cast" call; type is already "Redis" (reportUnnecessaryCast)
  ./packages/afo-core/AFO/utils/redis_connection.py:42:18 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: str, single_connection_client: bool = False, auto_close_connection_pool: bool | None = None, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/redis_connection.py:44:15 - error: Type of "ping" is partially unknown
    Type of "ping" is "(**kwargs: Unknown) -> (Awaitable[bool] | bool)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/redis_connection.py:44:15 - error: "bool" is not awaitable
    "bool" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/utils/redis_connection.py:45:16 - error: Unnecessary "cast" call; type is already "Redis" (reportUnnecessaryCast)
./packages/afo-core/AFO/utils/redis_optimized.py
  ./packages/afo-core/AFO/utils/redis_optimized.py:105:13 - error: Type of "result" is partially unknown
    Type of "result" is "str | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/redis_optimized.py:109:35 - error: Argument type is partially unknown
    Argument corresponds to parameter "s" in function "loads"
    Argument type is "str | Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_optimized.py:139:13 - error: Type of "results" is partially unknown
    Type of "results" is "str | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/redis_optimized.py:142:23 - error: Type of "r" is partially unknown
    Type of "r" is "str | Unknown" (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/redis_optimized.py:145:43 - error: Condition will always evaluate to True since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
  ./packages/afo-core/AFO/utils/redis_optimized.py:146:45 - error: Argument type is partially unknown
    Argument corresponds to parameter "iter2" in function "__new__"
    Argument type is "str | Unknown" (reportUnknownArgumentType)
./packages/afo-core/AFO/utils/redis_saver.py
  ./packages/afo-core/AFO/utils/redis_saver.py:23:23 - error: Expected type arguments for generic class "BaseCheckpointSaver" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/redis_saver.py:56:13 - error: Return type, "dict[Unknown, Unknown] | str", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:56:26 - error: Type of parameter "o" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:56:26 - error: Type annotation is missing for parameter "o" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:58:24 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/redis_saver.py:58:29 - error: Argument type is partially unknown
    Argument corresponds to parameter "map" in function "__init__"
    Argument type is "ChainMap[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:59:24 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:61:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "default" in function "dumps"
    Argument type is "(o: Unknown) -> (dict[Unknown, Unknown] | str)" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:78:21 - error: Could not access item in TypedDict
    "configurable" is not a required key in "RunnableConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  ./packages/afo-core/AFO/utils/redis_saver.py:90:38 - error: Argument of type "ResponseT" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads"
    Type "ResponseT" is not assignable to type "str | bytes | bytearray"
      Type "Awaitable[Any]" is not assignable to type "str | bytes | bytearray"
        "Awaitable[Any]" is not assignable to "str"
        "Awaitable[Any]" is not assignable to "bytes"
        "Awaitable[Any]" is not assignable to "bytearray" (reportArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:122:21 - error: Could not access item in TypedDict
    "configurable" is not a required key in "RunnableConfig", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
  ./packages/afo-core/AFO/utils/redis_saver.py:138:21 - error: Return type, "dict[Unknown, Unknown] | str", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:138:42 - error: Type of parameter "o" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:138:42 - error: Type annotation is missing for parameter "o" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/redis_saver.py:140:32 - error: Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/redis_saver.py:140:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "map" in function "__init__"
    Argument type is "ChainMap[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:141:32 - error: Argument type is unknown
    Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/redis_saver.py:143:72 - error: Argument type is partially unknown
    Argument corresponds to parameter "default" in function "dumps"
    Argument type is "(o: Unknown) -> (dict[Unknown, Unknown] | str)" (reportUnknownArgumentType)
./packages/afo-core/AFO/utils/safe_execute.py
  ./packages/afo-core/AFO/utils/safe_execute.py:71:16 - error: The function "iscoroutinefunction" is deprecated
    Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead. (reportDeprecated)
./packages/afo-core/AFO/utils/trinity_type_validator.py
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:36:39 - error: TypeVar "F" appears only once in generic function signature
    Use "(...) -> Any" instead (reportInvalidTypeVarUse)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:36:43 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:36:43 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:36:51 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:36:51 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:52:26 - error: Type of "_pre_validate" is partially unknown
    Type of "_pre_validate" is "(func: (...) -> Unknown, args: tuple[Unknown, ...], kwargs: dict[Unknown, Unknown]) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:72:31 - error: Type of "_post_validate" is partially unknown
    Type of "_post_validate" is "(func: (...) -> Unknown, args: tuple[Unknown, ...], kwargs: dict[Unknown, Unknown], result: Any) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:75:29 - error: Type of "_calculate_trinity_score" is partially unknown
    Type of "_calculate_trinity_score" is "(func: (...) -> Unknown, pre_validation: dict[str, Any], post_validation: dict[str, Any], execution_time: float) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:80:49 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:80:61 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "dict[str, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:108:32 - error: Type of "_handle_error_validation" is partially unknown
    Type of "_handle_error_validation" is "(func: (...) -> Unknown, error: Exception) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:112:17 - error: Type of "_calculate_error_trinity_score" is partially unknown
    Type of "_calculate_error_trinity_score" is "(func: (...) -> Unknown, pre_validation: dict[str, Any], error_validation: dict[str, Any], execution_time: float, error: Exception) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:149:38 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:149:38 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:149:46 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:149:46 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:158:31 - error: Type of parameter "args" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:158:31 - error: Type annotation is missing for parameter "args" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:158:39 - error: Type of parameter "kwargs" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:158:39 - error: Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:159:26 - error: Type of "validate_function" is partially unknown
    Type of "validate_function" is "(func: F@validate_function, ...) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:159:56 - error: Argument type is unknown
    Argument corresponds to parameter "args" in function "validate_function" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:159:64 - error: Argument type is unknown
    Argument corresponds to parameter "kwargs" in function "validate_function" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:29 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:35 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:45 - error: Type of parameter "args" is partially unknown
    Parameter type is "tuple[Unknown, ...]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:51 - error: Expected type arguments for generic class "tuple" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:58 - error: Type of parameter "kwargs" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:186:66 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:189:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "signature"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:208:21 - error: Type of "actual_type" is partially unknown
    Type of "actual_type" is "type[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:214:39 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "type[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:225:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:225:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:232:36 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:232:48 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "len"
    Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:15 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:21 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:31 - error: Type of parameter "args" is partially unknown
    Parameter type is "tuple[Unknown, ...]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:37 - error: Expected type arguments for generic class "tuple" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:44 - error: Type of parameter "kwargs" is partially unknown
    Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:236:52 - error: Expected type arguments for generic class "dict" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:240:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "signature"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:245:17 - error: Type of "actual_type" is partially unknown
    Type of "actual_type" is "type[Unknown]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:252:42 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "type[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:260:42 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "type[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:269:39 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "type[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:276:39 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "__new__"
    Argument type is "type[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:329:9 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:329:15 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:339:26 - error: Type of "_evaluate_goodness" is partially unknown
    Type of "_evaluate_goodness" is "(func: (...) -> Unknown, execution_time: float) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:342:24 - error: Type of "_evaluate_beauty" is partially unknown
    Type of "_evaluate_beauty" is "(func: (...) -> Unknown) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:348:26 - error: Type of "_evaluate_eternity" is partially unknown
    Type of "_evaluate_eternity" is "(func: (...) -> Unknown) -> float" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:371:9 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:371:15 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:411:34 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:411:40 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:423:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "getsource"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:436:32 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:436:38 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:441:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "getsource"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:475:34 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:475:40 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:481:37 - error: Argument type is partially unknown
    Argument corresponds to parameter "obj" in function "signature"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:490:40 - error: Argument type is partially unknown
    Argument corresponds to parameter "object" in function "getsource"
    Argument type is "(...) -> Unknown" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:514:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:519:21 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:524:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:526:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:533:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:535:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:537:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:540:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:542:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:544:40 - error: Type of parameter "func" is partially unknown
    Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:544:46 - error: Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:650:15 - error: Type of "validate_function" is partially unknown
    Type of "validate_function" is "(func: F@validate_function, ...) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:655:19 - error: Type of "validate_function" is partially unknown
    Type of "validate_function" is "(func: F@validate_function, ...) -> dict[str, Any]" (reportUnknownMemberType)
  ./packages/afo-core/AFO/utils/trinity_type_validator.py:657:19 - error: Type of "validate_function" is partially unknown
    Type of "validate_function" is "(func: F@validate_function, ...) -> dict[str, Any]" (reportUnknownMemberType)
./packages/afo-core/AFO/zerotrust/rate_limiting.py
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:10:8 - error: Import "asyncio" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:14:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:14:31 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:246:9 - error: Return type, "(request: Unknown) -> CoroutineType[Any, Any, RateLimitResult]", is partially unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:257:41 - error: Type of parameter "request" is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:257:41 - error: Type annotation is missing for parameter "request" (reportMissingParameterType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:258:48 - error: Import "Request" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:265:31 - error: Type of "client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:265:31 - error: Argument type is unknown
    Argument corresponds to parameter "o" in function "getattr" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:265:69 - error: Type of "client" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:282:13 - error: Type of "state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:283:13 - error: Type of "state" is unknown (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:287:16 - error: Return type, "(request: Unknown) -> CoroutineType[Any, Any, RateLimitResult]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:327:17 - error: Type of "extend" is partially unknown
    Type of "extend" is "(iterable: Iterable[Unknown], /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:329:16 - error: Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:340:9 - error: Type of "results" is partially unknown
    Type of "results" is "dict[str, bool | list[Unknown]]" (reportUnknownVariableType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:347:17 - error: Type of "append" is partially unknown
    Type of "append" is "Unknown | ((object: Unknown, /) -> None)" (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:347:39 - error: Cannot access attribute "append" for class "bool"
    Attribute "append" is unknown (reportAttributeAccessIssue)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:350:16 - error: Return type, "dict[str, bool | list[Unknown]]", is partially unknown (reportUnknownVariableType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:367:19 - error: "int" is not awaitable
    "int" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:368:19 - error: "str" is not awaitable
    "str" is incompatible with protocol "Awaitable[_T_co@Awaitable]"
      "__await__" is not present (reportGeneralTypeIssues)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:387:24 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/rate_limiting.py:399:24 - error: Type of "from_url" is partially unknown
    Type of "from_url" is "(url: Unknown, **kwargs: Unknown) -> Redis" (reportUnknownMemberType)
./packages/afo-core/AFO/zerotrust/risk_calculator.py
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:13:25 - error: Import "Dict" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:13:31 - error: Import "List" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:13:37 - error: Import "Optional" is not accessed (reportUnusedImport)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:76:67 - error: Argument of type "dict[str, Any]" cannot be assigned to parameter "raw_scores" of type "list[float]" in function "calculate_trinity_score"
    "dict[str, Any]" is not assignable to "list[float]" (reportArgumentType)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:90:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:92:13 - error: Type of "append" is partially unknown
    Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:106:21 - error: Argument type is partially unknown
    Argument corresponds to parameter "factors" in function "__init__"
    Argument type is "list[Unknown]" (reportUnknownArgumentType)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:177:5 - error: Return type is unknown (reportUnknownParameterType)
  ./packages/afo-core/AFO/zerotrust/risk_calculator.py:179:6 - error: Expected class but received "(obj: object, /) -> TypeIs[(...) -> object]" (reportGeneralTypeIssues)
4553 errors, 0 warnings, 0 informations
