你的数字灵魂 — 用 ChatGPT 导出认识自己,让所有 AI 工具认识同一个你
Project description
alpha-id-zix
你在 ChatGPT 里聊了三个月,它已经了解你的表达方式、你的技术栈、你犯过的错。然后你打开 Claude——一切归零。你要重新介绍自己是谁。
这不是不便。这是你的数字存在被碎片化了。
Alpha-ID 是 Ghost 矩阵的身份层核心包。Ghost 是一个 A2A 智能体生态——身份、记忆、Agent 协作、商业闭环。Alpha-ID 为其提供底层身份基础设施。
This package is the identity layer of the Ghost ecosystem — an A2A agent matrix for identity, memory, collaboration, and commerce.
Quick Start / 快速开始
pip install alpha-id-zix
aid init # Create your DID / 创建数字身份
aid detect # Scan local data / 扫描本机数据
aid profile show # View digital profile / 查看数字画像
aid collect chatgpt ~/Downloads/chatgpt-data-export.zip
aid profile web
Capabilities / 能力
| Module | EN | CN |
|---|---|---|
| DID identity | did:aid with Ed25519, locally generated |
本地生成的去中心化身份 |
| Dual-chain memory | Encrypted private + plaintext knowledge | 私链加密 + 知识链明文分离 |
| JWT auth | HMAC-SHA256 tokens with revocation | 令牌认证与撤销 |
| Agent SDK | Single Agent class for all operations |
一站式 Agent 接口 |
| Agent network | P2P friend system with trace | P2P 好友系统 |
| Skill signing | Package verification & attribution | 技能包签名与验证 |
| Proof of Execution | Verifiable execution records | 可验证的执行记录 |
| Digital profiling | Import from ChatGPT, Claude, Cursor, Trae | 多平台数据采集与画像 |
| REST API | FastAPI-based web service | FastAPI 后端服务 |
| MCP server | Model Context Protocol interface | MCP 协议接入 |
Architecture / 架构
alpha-id / 身份层
DID · JWT · signing · collectors · CLI
mindflow-map / 执行层
workflow engine · intent recognition
zcode-brain / 编排层
role matching · safety guardrails · task scheduling
Development / 开发
git clone https://github.com/wenwanqing1217/alpha-id.git
cd alpha-id/projects
pip install -e ".[dev]"
pytest tests/test_registration.py -v --noconftest
License / 许可证
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alpha_id_zix-0.3.3.tar.gz.
File metadata
- Download URL: alpha_id_zix-0.3.3.tar.gz
- Upload date:
- Size: 268.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d9f48cc6e229a7f3272b65e6e991a0d3f4c6ff8ddee087c0db90b31f38f2d78
|
|
| MD5 |
dadc41a2f3218af9cf1925041005bf7a
|
|
| BLAKE2b-256 |
59e7146e84781a73c3e4a13b7ddcd02cc10fe7562cfcaed3c1f210ddad102d52
|
File details
Details for the file alpha_id_zix-0.3.3-py3-none-any.whl.
File metadata
- Download URL: alpha_id_zix-0.3.3-py3-none-any.whl
- Upload date:
- Size: 241.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe81f923ad2047dac3ef42f0107bcb8f303c6f1459a726c54ed317813e4f3712
|
|
| MD5 |
5aac65e84ac4b815385dafd766859676
|
|
| BLAKE2b-256 |
f786d857fa21b605279651fdcecfffcee2d62099531136005287604b6b762a37
|