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

Interactive UI for Swarms Framework #733

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Merge branch 'kyegomez:master' into new_master

191d868
Select commit
Loading
Failed to load commit list.
Open

Interactive UI for Swarms Framework #733

Merge branch 'kyegomez:master' into new_master
191d868
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Pyre failed Jan 24, 2025 in 4s

14 new alerts including 14 errors

New alerts in code changed by this pull request

  • 14 errors

See annotations below for details.

View all branch alerts.

Annotations

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 451 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 453 in swarms/structs/ui/ui.py

See this annotation in the file changed.

Code scanning / Pyre

Invalid except clause Error

Invalid except clause [66]: Exception handler type annotation unknown must extend BaseException.

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

See this annotation in the file changed.

Code scanning / Pyre

Invalid except clause Error

Invalid except clause [66]: Exception handler type annotation unknown must extend BaseException.

Check failure on line 1287 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 darkdetect.