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

Refactor Human-Machine-Interface #142

Open
maciejmajek opened this issue Aug 16, 2024 · 0 comments
Open

Refactor Human-Machine-Interface #142

maciejmajek opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maciejmajek
Copy link
Member

maciejmajek commented Aug 16, 2024

Is your feature request related to a problem? Please describe.
The current HMI implementation is unnecessarily complicated, with vastly different solutions for text and voice interfaces.

Describe the solution you'd like
The HMI should implement a base class for any I/O modality. It's well known that different modalities vary in their ability to convey different aspects of a conversation. For example, a Streamlit/chat-like interface can easily display a thought process, including showing images, while voice communications cannot. The implementation should take these issues into account.

One possible solution would be to use a callback system that attaches to different parts of the HMI agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant