Skip to content

Aau/#22/client without speech#23

Open
Popochounet wants to merge 4 commits into
devfrom
aau/#22/client_without_speech
Open

Aau/#22/client without speech#23
Popochounet wants to merge 4 commits into
devfrom
aau/#22/client_without_speech

Conversation

@Popochounet
Copy link
Copy Markdown
Contributor

  • Add typing to Event data to consolidate validation of events
  • Client and HuRI can now send any events that has bytes or EventData data type
  • Add ClientSender class: loop that send anything to HuRI
  • Two ClientSenders: TextSender and AudioSender

@Popochounet Popochounet self-assigned this May 18, 2026
Comment thread src/core/events.py
@dataclass
class EventData:
"""An event data must be derived from this class, and use @dataclass decorator.
Or they can be bytes."""
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

à enlever ou mettre un TODO

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est une documentation
La classe est utile

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay parfait pour moi

Copy link
Copy Markdown
Contributor

@MatthiasvonRakowski MatthiasvonRakowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@Popochounet Popochounet linked an issue May 18, 2026 that may be closed by this pull request
@Popochounet Popochounet changed the base branch from main to dev May 18, 2026 14:59
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.

Client without speech

2 participants