Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui #711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

ui

fcc4eec
Select commit
Loading
Failed to load commit list.
Open

ui #711

ui
fcc4eec
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Pyre failed Dec 31, 2024 in 7s

13 new alerts including 13 errors

New alerts in code changed by this pull request

  • 13 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 164 in swarms/structs/spreadsheet_swarm.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined attribute Error

Undefined attribute [16]: SwarmRunMetadata has no attribute model\_dump.

Check failure on line 166 in swarms/structs/spreadsheet_swarm.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined attribute Error

Undefined attribute [16]: SwarmRunMetadata has no attribute model\_dump\_json.

Check failure on line 2 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined import Error

Undefined import [21]: Could not find a module corresponding to import dotenv.

Check failure on line 7 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined import Error

Undefined import [21]: Could not find a module corresponding to import gradio.

Check failure on line 14 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined import Error

Undefined import [21]: Could not find a module corresponding to import litellm.

Check failure on line 180 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible variable type Error

Incompatible variable type [9]: flow is declared to have type str but is used as type None.

Check failure on line 183 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible variable type Error

Incompatible variable type [9]: api_key is declared to have type str but is used as type None.

Check failure on line 186 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible variable type Error

Incompatible variable type [9]: agents is declared to have type Dict[typing.Any, typing.Any] but is used as type None.

Check failure on line 189 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined or invalid type Error

Undefined or invalid type [11]: Annotation SwarmRouter is not defined as a type.

Check failure on line 216 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Incompatible variable type Error

Incompatible variable type [9]: agents is declared to have type Dict[typing.Any, typing.Any] but is used as type List[Agent].

Check failure on line 402 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Undefined attribute Error

Undefined attribute [16]: Module builtins has no attribute TimeoutError.

Check failure on line 403 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Uninitialized local Error

Uninitialized local [61]: Local variable timeout is undefined, or not always defined.

Check failure on line 404 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Uninitialized local Error

Uninitialized local [61]: Local variable timeout is undefined, or not always defined.