...
- Embedded device aries agent - try to build aries agent for embedded uses case
- this is yet rather unknown journey, who knows what it entails?
- DID parser - a proper DID type and parser
- DIDs, while similar to URLs, have slightly different composition.
- we need to be able to compose and decompose DIDs in a consistent manner
- DID resolver - a component that takes a DID and returns the data it points to
- things such as
DIDDocs
orservices
are stored on the ledger (or some other place) and need to be retrieved by resolving their DID
- things such as
- 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 capabilities
Research ideas
- Can https://github.com/sicpa-dlab/didcomm-rust dependency be leveraged by
aries-vcx
?
...