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

Dev abs fabrica output #60

Merged
merged 7 commits into from
Aug 21, 2023
Merged

Dev abs fabrica output #60

merged 7 commits into from
Aug 21, 2023

Conversation

lexxai
Copy link
Owner

@lexxai lexxai commented Aug 21, 2023

    factory_output = FactoryOutput()
    factory_output.register_output(TerminalOutput)
    factory_output.register_output(TerminalRichOutput)
    factory_output.register_output(TelegramOutput)
    factory_output.register_output(ViberOutput)
    ....
    assistant = Assistant_bot(
        id=username,
        auto_restore=auto_restore,
        auto_backup=auto_backup,
        output_terminal=factory_output.create_output(output_terminal, **output_kwargs),
    )

@lexxai lexxai merged commit b594041 into dev Aug 21, 2023
1 check passed
@lexxai lexxai deleted the dev-ABS-fabrica_output branch August 21, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant