|
|
@ -11,7 +11,7 @@ from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
|
|
|
|
from prompt_toolkit.completion import WordCompleter
|
|
|
|
from prompt_toolkit.completion import WordCompleter
|
|
|
|
from prompt_toolkit.history import InMemoryHistory
|
|
|
|
from prompt_toolkit.history import InMemoryHistory
|
|
|
|
from prompt_toolkit.key_binding import KeyBindings
|
|
|
|
from prompt_toolkit.key_binding import KeyBindings
|
|
|
|
from schemas.typings import Colors
|
|
|
|
from swarms.schemas.typings import Colors
|
|
|
|
|
|
|
|
|
|
|
|
bindings = KeyBindings()
|
|
|
|
bindings = KeyBindings()
|
|
|
|
|
|
|
|
|
|
|
|