lizTheDeveloper / agent_chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgentClient: Address by Name

lizTheDeveloper opened this issue · comments

Prevent agents from being overly aggressive with replies. Don't have them respond on emit only.
Some agents will respond on a timer, some agents will respond after x messages, some agents will respond only when directly addressed.

If an agent should only respond when spoken to, it should listen for it's name and an @
Add an AddressableAgent Client that invokes the agent only when it's mentioned.