LICENSE
MANIFEST.in
README.md
pyproject.toml
sample_data/chatgpt_export.zip
sample_data/chatgpt_export_sample.json
sample_data/claude_export.zip
sample_data/claude_export_sample.json
src/alpha_id/__init__.py
src/alpha_id/agent.py
src/alpha_id/agent_cli.py
src/alpha_id/agent_network.py
src/alpha_id/brain_cli.py
src/alpha_id/cli.py
src/alpha_id/codex_api.py
src/alpha_id/config.py
src/alpha_id/container.py
src/alpha_id/detect.py
src/alpha_id/did.py
src/alpha_id/did_resolver.py
src/alpha_id/feed.py
src/alpha_id/feishu_bridge.py
src/alpha_id/identity_cli.py
src/alpha_id/mcp_tools.py
src/alpha_id/network_cli.py
src/alpha_id/nuro_bridge.py
src/alpha_id/obsidian_bridge.py
src/alpha_id/orchestrate_cli.py
src/alpha_id/orchestrator.py
src/alpha_id/poe.py
src/alpha_id/profile_cli.py
src/alpha_id/profile_schema.py
src/alpha_id/profile_wizard.py
src/alpha_id/repo_cli.py
src/alpha_id/scaffold_cli.py
src/alpha_id/scaffold_templates.py
src/alpha_id/scene_detection.py
src/alpha_id/self_evolution.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/smart_capture.py
src/alpha_id/social_cli.py
src/alpha_id/suggest_cli.py
src/alpha_id/tool_orchestrator.py
src/alpha_id/web.py
src/alpha_id/collectors/base.py
src/alpha_id/collectors/browser.py
src/alpha_id/collectors/chatgpt.py
src/alpha_id/collectors/claude.py
src/alpha_id/collectors/cursor.py
src/alpha_id/collectors/git.py
src/alpha_id/collectors/local_signals.py
src/alpha_id/collectors/trae.py
src/alpha_id/enrichment/__init__.py
src/alpha_id/enrichment/doubao_collector.py
src/alpha_id/enrichment/llm_enricher.py
src/alpha_id/enrichment/profile_store.py
src/alpha_id/enrichment/run_pipeline.py
src/alpha_id/mining/extractor.py
src/alpha_id/mining/inferrer.py
src/alpha_id/mining/scanner.py
src/alpha_id/skills/__init__.py
src/alpha_id/skills/baidu_ai_map.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/a2a.py
src/core/agent.py
src/core/agent_react.py
src/core/alpha_social.py
src/core/cache.py
src/core/dual_chain.py
src/core/event_bus.py
src/core/http_client.py
src/core/interfaces.py
src/core/llm_async.py
src/core/logging_config.py
src/core/logging_filter.py
src/core/memory_store.py
src/core/message.py
src/core/middleware.py
src/core/observability.py
src/core/orchestrator.py
src/core/rate_limit.py
src/core/recovery.py
src/core/reputation.py
src/core/retry.py
src/core/risk_engine.py
src/core/secrets.py
src/core/settings.py
src/core/storage.py
src/core/storage_postgres.py
src/core/storage_sqlite.py
src/core/tenant.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
src/entrypoints/acrylic.py
src/entrypoints/aid_mcp_server.py
src/entrypoints/api.py
src/entrypoints/app.py
src/entrypoints/cli.py
src/entrypoints/daemon.py
src/entrypoints/daily_summary.py
src/entrypoints/feature_flags.py
src/entrypoints/palette.py
src/fairy/__init__.py
src/fairy/fairy_brain.py
src/fairy/fairy_character.py
src/fairy/fairy_daily.py
src/fairy/fairy_identity.py
src/fairy/fairy_memory.py
src/fairy/fairy_observer.py
src/fairy/fairy_popup.py
src/fairy/fairy_voice.py
tests/test_action_engine.py
tests/test_agent.py
tests/test_agent_cli.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_collectors.py
tests/test_contract.py
tests/test_cursor_collector.py
tests/test_daemon.py
tests/test_dual_chain.py
tests/test_git_collect_cli.py
tests/test_identity_tool.py
tests/test_mcp_server.py
tests/test_memory_store.py
tests/test_mining.py
tests/test_ocr.py
tests/test_poe.py
tests/test_property.py
tests/test_recovery.py
tests/test_registration.py
tests/test_reputation.py
tests/test_risk_assessment.py
tests/test_scaffold.py
tests/test_security_tool.py
tests/test_shortdrama_tool.py
tests/test_signer.py
tests/test_skill_signer.py
tests/test_storage_sqlite.py
tests/test_suggest_cli.py
tests/test_twin_brain.py
tests/test_user_identity.py
tests/test_user_stories.py
tests/test_web.py