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
Support for the latest version of the did:wba HTTP header format
The latest version of the did:wba HTTP header format uses snake_case for field names.The latest version of the did:wba HTTP header format uses snake_case for field names.
This release supports the did:wba method.
You can use the agent-connect library to create did:wba DID documents, generate HTTP authorization headers, and authenticate HTTP requests using the did:wba method.
AgentConnect now supports metaprotocols and application-layer protocol frameworks.
Using metaprotocols, two agents can negotiate the communication protocol format via natural language. They can then leverage large language models (LLMs) to generate protocol-handling code and directly process protocol data.
The application-layer protocol framework provides protocol management functionality. Currently, it only manages protocols generated by AgentConnect. In the future, it will support features such as preloading, deleting, and updating protocols.
Complete basic functionalities, supporting the generation and registration of DID documents, short-term key agreement between two DID users, and end-to-end encrypted communication.
Code has been submitted to PyPI.