-
Notifications
You must be signed in to change notification settings - Fork 1
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
17 implement cli based interaction #34
base: main
Are you sure you want to change the base?
Conversation
4e95724
to
1bded51
Compare
@daavoo - Did an early test of this and its working well - tested on codespaces and worked end-to-end with the output saving. thanks for also updating the docs. |
bd56198
to
caae572
Compare
- Refactor speakers part of the config.
fe55a78
to
bf5698b
Compare
@daavoo - Thanks for this, a lot of work here! |
Taking a look 👀 |
@stefanfrench I think this is fixed now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Tested CLI works
- Tested updated streamlit app works
- Tested mkdocs serve
All working as expected, approved for merge. Thanks for the big effort on this. I think we will need to update the customiozation guide docs based on the changes, but we can do that in a separate issue.
What's changing
cli.py
and expose it as entrypoint.config
and refactor how speaker configuration is handled.mock
.e2e
tests that can be run throughworkflow_dispatch
(takes too much time to be enabled by default)How to test it