Skip to content

Commit

Permalink
Configuring agent's Counselor and Boatswain to always have the Agent …
Browse files Browse the repository at this point in the history
…Hab as a proxy for sending messages. (#77)
  • Loading branch information
pfeairheller authored Jul 17, 2023
1 parent fc4d098 commit afa1c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keria/app/agenting.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def __init__(self, hby, rgy, agentHab, agency, caid, **opts):
self.agency = agency
self.caid = caid

self.swain = delegating.Boatswain(hby=hby)
self.counselor = Counselor(hby=hby)
self.swain = delegating.Boatswain(hby=hby, proxy=agentHab)
self.counselor = Counselor(hby=hby, swain=self.swain)
self.org = connecting.Organizer(hby=hby)

oobiery = oobiing.Oobiery(hby=hby)
Expand Down

0 comments on commit afa1c9b

Please sign in to comment.