...
- Protocol Registry - a static, compile-time component that holds the protocols and versions an agent supports
- the registry would be built through feature flags
- it would be static, unmodifiable, and would represent a baseline.
- agents might choose to clone it and modify it to obfuscate their capabilitiesfirst implementation uses a lazily initialized map
- a better approach would be to have code generation in place controlled by feature flags
Research ideas
- Can https://github.com/sicpa-dlab/didcomm-rust dependency be leveraged by
aries-vcx
?
...