LICENSE
MANIFEST.in
README.md
pyproject.toml
sample_data/chatgpt_export.zip
sample_data/chatgpt_export_sample.json
src/alpha_id/__init__.py
src/alpha_id/agent.py
src/alpha_id/agent_network.py
src/alpha_id/brain_cli.py
src/alpha_id/cli.py
src/alpha_id/container.py
src/alpha_id/did.py
src/alpha_id/did_resolver.py
src/alpha_id/identity_cli.py
src/alpha_id/network_cli.py
src/alpha_id/poe.py
src/alpha_id/profile_cli.py
src/alpha_id/profile_mcp_server.py
src/alpha_id/profile_schema.py
src/alpha_id/repo_cli.py
src/alpha_id/scaffold_cli.py
src/alpha_id/scaffold_templates.py
src/alpha_id/signer.py
src/alpha_id/skill_cli.py
src/alpha_id/skill_repository.py
src/alpha_id/skill_signer.py
src/alpha_id/social_cli.py
src/alpha_id/web.py
src/alpha_id/collectors/__init__.py
src/alpha_id/collectors/chatgpt.py
src/alpha_id_zix.egg-info/PKG-INFO
src/alpha_id_zix.egg-info/SOURCES.txt
src/alpha_id_zix.egg-info/dependency_links.txt
src/alpha_id_zix.egg-info/entry_points.txt
src/alpha_id_zix.egg-info/requires.txt
src/alpha_id_zix.egg-info/top_level.txt
src/core/__init__.py
src/core/agent.py
src/core/agent_react.py
src/core/alpha_social.py
src/core/did.py
src/core/memory_store.py
src/core/message.py
src/core/recovery.py
src/core/reputation.py
src/core/risk_engine.py
src/core/storage.py
src/core/storage_sqlite.py
src/core/twin_brain.py
src/core/user_identity.py
src/core/action_engine/__init__.py
src/core/action_engine/approval.py
src/core/action_engine/engine.py
src/core/action_engine/models.py
src/core/action_engine/adapters/__init__.py
src/core/action_engine/adapters/console.py
src/core/action_engine/adapters/wechat.py
tests/test_action_engine.py
tests/test_agent.py
tests/test_agent_react.py
tests/test_aid_daemon.py
tests/test_alpha_social.py
tests/test_api.py
tests/test_auth.py
tests/test_cli.py
tests/test_codex.py
tests/test_did.py
tests/test_fairy_agent.py
tests/test_identity_tool.py
tests/test_mcp_server.py
tests/test_memory_graph.py
tests/test_memory_store.py
tests/test_ocr.py
tests/test_poe.py
tests/test_recovery.py
tests/test_reputation.py
tests/test_risk_assessment.py
tests/test_scaffold.py
tests/test_security_tool.py
tests/test_signer.py
tests/test_skill_signer.py
tests/test_storage_sqlite.py
tests/test_trivial.py
tests/test_twin_brain.py
tests/test_user_identity.py
tests/test_user_stories.py
tests/test_web.py