You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent.didcomm possible (nesting is getting quite large)
nest didcomm modules under agent.didcomm, also because agent.credentials / agent.modules.credentials is misleading, since it's didcomm specific. I think registerin
Adopting the conenctions / oob modules into the didcomm module by default, and you can configure it in the didcomm module config again. I think this simplifies setup.
Registering custom didcomm protocols on the didcomm module rather than the agent? This may solve some of the initialization and feature registry issues. We can create a DidcommModule interface that has special feature registry etc.
Rename modules to have DIDcomm prefix (DidCommConnectionsModule, DidCommMessageHandlerRegistry). This will help with identifiying for what feature a class is
Add inbound / outbound transports to the config? I always found it a bit weird you can't just add this to the didcomm config
Check Tenants dependency on DIDComm (connectionImageUrl, Routing, etc.)
Label is still part of Agentconfig because it is used by Tenants
Some ideas we got from #2127 that would be good to check before official 0.6.0 release:
nest didcomm modules under agent.didcomm, also because agent.credentials / agent.modules.credentials is misleading, since it's didcomm specific. I think registerin
The text was updated successfully, but these errors were encountered: