assistant-sdk-python
assistant-sdk-python copied to clipboard
Samples and bindings for the Google Assistant API
So when I try to install the sdk via cmd using 'py -m pip install google-assistant-sdk[samples]' I recieve a bunch of red text with the error message "ERROR: Command errored...
i can't stop conversation manually i want to use the transcripting text in implement another functions , what is the function should i use? >> i will be grateful if...
As shown by the our documentation https://developers.google.com/assistant/sdk/guides/service/integrate#implement_a_basic_conversation_dialog_with_the_assistant and the rather complicated https://github.com/googlesamples/assistant-sdk-python/blob/84995692f35be8e085de8dfa7032039a13ae3fab/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py example, creating a functional assistant on top of the generated gRPC bindings is not trivial, it currently requires...
As discussed in https://github.com/googlesamples/assistant-sdk-python/issues/358#issuecomment-552471651 it would be nice to audit project depending on `google-assistant-grpc` and `google-assistant-library`. For example: - https://github.com/search?q=%27google-assistant-grpc%27+filename%3Arequirements.txt&type=Code - https://github.com/search?q=%27google-assistant-library%27+filename%3Arequirements.txt&type=Code Additional processing could allow us to cluster those...
Now that we have https://github.com/googlesamples/assistant-sdk-python/blob/master/google-assistant-sdk/googlesamples/assistant/grpc/audiofileinput.py as a standalone sample, we could simply pushtotalk further by: - remove file input/output functionality - remove audio_helper and use https://python-sounddevice.readthedocs.io/ async API directly -...
It would be nice to show an example of registering/handling a custom device action for alarm, to bridge the functionality gap between the google-assistant-grpc and the deprecated google-assistant-library.
It would be nice to show an example of registering/handling https://developers.google.com/assistant/smarthome/traits/timer trait device action, to bridge the functionality gap between the `google-assistant-grpc` and the deprecated `google-assistant-library`.
When trying the googlesamples-assistant-hotword bit, the assistant does not work at all. This is the result of the hotword command; ``` (env) root@Archibald:~# googlesamples-assistant-hotword --device-model-id ruby-pi-device device_model_id: ruby-pi-device device_id: D0C5CC7B221DCAF817F0AF2F0B5F9F52...
trying to run `python3 -m pushtotalk.py` getting `Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details...
Couldn't find anyway to make it work, couldn't find support online, I'm a newb who want to play with experts, if you can help me to get it to work...