LICENSE
README.md
pyproject.toml
agentself/__init__.py
agentself/__main__.py
agentself/bind.py
agentself/client.py
agentself/compose.py
agentself/email_catalog.py
agentself/host.py
agentself/local.py
agentself.egg-info/PKG-INFO
agentself.egg-info/SOURCES.txt
agentself.egg-info/dependency_links.txt
agentself.egg-info/entry_points.txt
agentself.egg-info/requires.txt
agentself.egg-info/top_level.txt
agentself/backends/__init__.py
agentself/backends/email/__init__.py
agentself/backends/email/contract.py
agentself/backends/email/factory.py
agentself/backends/email/http.py
agentself/backends/email/agentmail/__init__.py
agentself/backends/email/imap/__init__.py
agentself/backends/store/__init__.py
agentself/backends/store/contract.py
agentself/backends/store/factory.py
agentself/backends/store/run.py
agentself/backends/store/passstore/__init__.py
agentself/backends/store/sops/__init__.py
agentself/backends/wallet/__init__.py
agentself/backends/wallet/chain.py
agentself/backends/wallet/contract.py
agentself/backends/wallet/factory.py
agentself/backends/wallet/rpc.py
agentself/backends/wallet/base/__init__.py
agentself/backends/wallet/base/errors.py
agentself/backends/wallet/ethereum/__init__.py
agentself/cli/__init__.py
agentself/cli/app.py
agentself/cli/io.py
agentself/cli/parser.py
agentself/internal/__init__.py
agentself/internal/eoa.py
agentself/internal/files.py
agentself/internal/format.py
agentself/internal/gpg.py
agentself/internal/host_tools.py
agentself/internal/log.py
agentself/internal/names.py
agentself/internal/registry.py
agentself/internal/setup.py
agentself/internal/store_tools.py
agentself/internal/text.py
agentself/internal/types.py
agentself/internal/custody/__init__.py
agentself/internal/custody/errors.py
agentself/internal/custody/manager.py
agentself/skills/agentself/SKILL.md
tests/test_agentmail_mailbox.py
tests/test_autonomous_retry.py
tests/test_backend_capabilities.py
tests/test_channel_bindings.py
tests/test_ci_supply_chain.py
tests/test_cli_agent_friction.py
tests/test_cli_boundary_secrets.py
tests/test_cli_diagnose.py
tests/test_cli_gaps.py
tests/test_cli_help_vendors.py
tests/test_cli_isolation.py
tests/test_cli_json_contract.py
tests/test_cli_ux.py
tests/test_closed_architecture.py
tests/test_compose_bind.py
tests/test_email_channel.py
tests/test_email_connect_agentmail.py
tests/test_email_setup_protocol.py
tests/test_email_substitution.py
tests/test_exercise_own_secrets.py
tests/test_host_tools.py
tests/test_identity_format.py
tests/test_identity_isolation.py
tests/test_identity_whoami.py
tests/test_imap_mailbox.py
tests/test_init_force.py
tests/test_live_ready.py
tests/test_logs_never_value.py
tests/test_no_live_agentmail.py
tests/test_no_private_key.py
tests/test_pass_identity.py
tests/test_public_cli_epic.py
tests/test_rpc_fallback.py
tests/test_rpc_ua.py
tests/test_secret_safety.py
tests/test_sops_encrypt_stdin.py
tests/test_start_missing_sops.py
tests/test_startup_imports.py
tests/test_store_substitution.py
tests/test_unbound_unknown.py
tests/test_update_missing.py
tests/test_version.py
tests/test_wallet_channel.py
tests/test_wallet_substitution.py
tests/test_wallet_verify.py
tests/test_windows_encoding.py