An SDK for enabling identity authentication and secure encrypted communication between AI agents.
Project description
Agent Connect
What is Agent Connect
Our vision is to provide communication capabilities for intelligent agents, allowing them to connect with each other to form a collaborative network of intelligent agents. Intelligent agents are the next generation of platforms following personal computers and mobile devices, and most current intelligent agents are designed primarily for interaction with humans. We believe that in the future, there will be billions of intelligent agents, most of which will not interact directly with humans but will collaborate with other intelligent agents to complete tasks.
To enable communication and collaboration between intelligent agents, two major issues need to be addressed: how to perform identity verification and how to achieve encrypted communication. This is the problem our project aims to solve.
For intelligent agents, the mainstream identity authentication solutions on the current internet have two fatal flaws: they are not cross-platform and are costly. Some new technologies, such as those based on blockchain, perfectly solve the issues of centralization and cross-platform compatibility, but due to the scalability issues of blockchain technology, they are currently difficult to apply on a large scale.
We have designed a brand new Agent Network Protocol, based on the latest W3C DID specifications, combined with blockchain technology and end-to-end encrypted communication technology. This protocol provides a novel identity authentication and encrypted communication solution for intelligent agents, enabling them to control their own identity identifiers and perform identity authentication and encrypted communication with any other intelligent agent. Agent Connect is an open-source implementation based on the Agent Network Protocol.
For more detailed information about our solution, please visit the Agent Network Protocol GitHub page: https://github.com/chgaowei/AgentNetworkProtocol
Welcome to contact us to discuss the future of the intelligent agent collaborative network:
- email: chgaowei@gmail.com
- Discord: https://discord.gg/SuXb2pzqGy
- Official Website: https://www.agent-network-protocol.com/
Milestones
- Initial version development completed, supporting single-node and hosted modes
- Support more data formats: files (images, videos, audio), live broadcasts, real-time communication (RTC), etc.
- Design and implement a meta-protocol for collaboration between intelligent agents based on the Agent Network Protocol, layer 0 protocol
- Compatible with DID web methods, W3C Verifiable Credentials (VC), supporting financial transactions between DIDs
- The core connection protocol uses binary instead of the current JSON format to improve transmission efficiency
- Rewrite AgentConnect in Rust to improve performance and support more platforms: macOS, Linux, iOS, Android
- Support more encryption algorithms
- Explore fully blockchain-based solutions
Installation
The latest version has been removed from pypi, so you can install it directly:
pip install agent-connect
Run
After installing the agent-connect library, you can run our demo to experience the powerful functions of agent-connect. We currently provide two modes: single-node mode and hosted mode.
Single-node mode
In single-node mode, you do not need any other third-party services to complete DID identity verification and encrypted communication.
You can run the simple_node code in the examples directory. First, start alice's node, then start bob's node. Bob's node will request alice's DID document from alice's node according to alice's DID, and establish an encrypted connection channel with alice based on the public key and message service address in the DID document. Then, bob sends an encrypted message to alice. After receiving the message, alice decrypts it and sends an encrypted message back to bob.
- Start alice's node
python simple_node_alice.py
- Start bob's node
python simple_node_bob.py
Hosted mode
In hosted mode, we provide a did server, which is used to host users' did documents and forward messages between different dids.
You can run the sample code in the examples directory. First, generate the did documents for alice and bob, and save alice's did document to the did server. Then, bob can connect to alice's did and perform end-to-end encrypted communication.
- Generate two did documents alice.json and bob.json, save them to the specified files, and register them to the did server
python sample_did.py alice.json
python sample_did.py bob.json
- Start alice's demo
python sample_alice.py alice.json
- Start bob's demo
python sample_bob.py bob.json
You can see from the logs that alice and bob successfully connected and performed end-to-end encrypted communication.
Contribution
Welcome to contribute to this project, and welcome to contact us to discuss the future of the intelligent agent collaborative network. It is best to communicate with us in the discord group before contributing to avoid duplicate work.
License
This project is open source under the MIT license. For more information, please see the LICENSE file.
Package upload (first change the version number in setup.py)
python setup.py sdist bdist_wheel
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file agent_connect-0.1.7.tar.gz
.
File metadata
- Download URL: agent_connect-0.1.7.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e86423652c2b01bf33c43e637a74f99f0098b69173bf6ee01b8eaf5ab880876d |
|
MD5 | b70a58643e105f30095f1c774d3a04f1 |
|
BLAKE2b-256 | 79ab7e15fd11280232ef738ab73f63858bcd65be94e9b6ad83d250bace89eb41 |
File details
Details for the file agent_connect-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: agent_connect-0.1.7-py3-none-any.whl
- Upload date:
- Size: 99.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4aec84e1fb8cdf5851d72798059e7fa40320a0c126761220a6c60d4cea11a9f |
|
MD5 | 8588446b21b03d60a27e7de4f84bb4d2 |
|
BLAKE2b-256 | 25a6cfbc6482c88c3b8d0b40440f9d6ab6519cb2a7d24df8b06eccc78003c8d5 |