[draft] feat: multi-task agents #1196
Annotations
5 errors and 2 warnings
Ruff (F401):
mytests/converstation_already.py#L5
mytests/converstation_already.py:5:20: F401 `typing.Annotated` imported but unused
|
Ruff (F841):
mytests/nested_fnc.py#L128
mytests/nested_fnc.py:128:9: F841 Local variable `speech_handle` is assigned to but never used
|
Ruff (F841):
mytests/test.py#L44
mytests/test.py:44:9: F841 Local variable `speech_handle` is assigned to but never used
|
Ruff (F401):
mytests/test2.py#L5
mytests/test2.py:5:20: F401 `typing.Annotated` imported but unused
|
ruff
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|