LICENSE
README.md
pyproject.toml
src/aurey/__init__.py
src/aurey/logging_setup.py
src/aurey/runtime.py
src/aurey/cloud/__init__.py
src/aurey/cloud/signing_context.py
src/aurey/custody/__init__.py
src/aurey/custody/agent_wallet.py
src/aurey/custody/caching_secret_store.py
src/aurey/custody/errors.py
src/aurey/custody/intents_models.py
src/aurey/custody/intents_principal.py
src/aurey/custody/secret_store.py
src/aurey/custody/signing_keys_parse.py
src/aurey/data/__init__.py
src/aurey/data/known_addresses.json
src/aurey/data/token_registry_seed.json
src/aurey/graphs/__init__.py
src/aurey/graphs/alchemy.py
src/aurey/graphs/api_key_resolution.py
src/aurey/graphs/cached_decimals.py
src/aurey/graphs/chains.py
src/aurey/graphs/checkpoint_serde.py
src/aurey/graphs/earn.py
src/aurey/graphs/ens_eth.py
src/aurey/graphs/evm_codec.py
src/aurey/graphs/evm_tx_pipeline.py
src/aurey/graphs/explorers.py
src/aurey/graphs/lifi_envelope.py
src/aurey/graphs/lifi_status.py
src/aurey/graphs/ports.py
src/aurey/graphs/read.py
src/aurey/graphs/results.py
src/aurey/graphs/rpc_util.py
src/aurey/graphs/swap_diag.py
src/aurey/graphs/swap_prepare.py
src/aurey/graphs/tx_execute.py
src/aurey/graphs/tx_prepare.py
src/aurey/graphs/tx_prepare_lifi.py
src/aurey/jobs/__init__.py
src/aurey/jobs/import_monad_lifi_tokens.py
src/aurey/jobs/seed_token_registry.py
src/aurey/jobs/sync_lifi_token_catalog.py
src/aurey/jobs/sync_lifi_token_support.py
src/aurey/jobs/sync_token_allowlist.py
src/aurey/known_addresses/__init__.py
src/aurey/known_addresses/book.py
src/aurey/known_addresses/names.py
src/aurey/miniapp/__init__.py
src/aurey/miniapp/curated.py
src/aurey/miniapp/http_helpers.py
src/aurey/miniapp/portfolio.py
src/aurey/miniapp/portfolio_cache_server.py
src/aurey/miniapp/rate_limit.py
src/aurey/miniapp/schemas.py
src/aurey/miniapp/token_aggregate.py
src/aurey/miniapp/wallet.py
src/aurey/miniapp/zerion_client.py
src/aurey/reasoning/__init__.py
src/aurey/reasoning/conversation_thread.py
src/aurey/service/__init__.py
src/aurey/service/adapters.py
src/aurey/service/bootstrap.py
src/aurey/settings/__init__.py
src/aurey/token_registry/__init__.py
src/aurey/token_registry/catalog.py
src/aurey/token_registry/coingecko.py
src/aurey/token_registry/in_memory_repository.py
src/aurey/token_registry/lifi_catalog.py
src/aurey/token_registry/lifi_import.py
src/aurey/token_registry/lifi_tokens.py
src/aurey/token_registry/onchain.py
src/aurey/token_registry/platforms.py
src/aurey/token_registry/repository.py
src/aurey/token_registry/resolver.py
src/aurey/token_registry/seed_bundle.py
src/aurey/tools/__init__.py
src/aurey/tools/agent_tools.py
src/aurey/tools/user_input.py
src/aurey/util/__init__.py
src/aurey/util/ttl_lru_cache.py
src/aurey_autonomy_api/app.py
src/aurey_route_builder/app.py
src/aurey_wallet_mcp/__init__.py
src/aurey_wallet_mcp/config.py
src/aurey_wallet_mcp/dashboard.py
src/aurey_wallet_mcp/hermes_install.py
src/aurey_wallet_mcp/install_common.py
src/aurey_wallet_mcp/mcp_hosts.py
src/aurey_wallet_mcp/oneclaw_provision.py
src/aurey_wallet_mcp/server.py
src/aurey_wallet_mcp/setup.py
src/aurey_wallet_mcp/tools.py
src/aurey_wallet_mcp.egg-info/PKG-INFO
src/aurey_wallet_mcp.egg-info/SOURCES.txt
src/aurey_wallet_mcp.egg-info/dependency_links.txt
src/aurey_wallet_mcp.egg-info/entry_points.txt
src/aurey_wallet_mcp.egg-info/requires.txt
src/aurey_wallet_mcp.egg-info/top_level.txt
src/aurey_wallet_mcp/autonomy/__init__.py
src/aurey_wallet_mcp/autonomy/tools.py
tests/test_hermes_install.py
tests/test_install_common.py
tests/test_mcp_hosts.py
tests/test_mcp_registry.py
tests/test_oneclaw_provision.py
tests/test_route_builder.py
tests/test_signing_keys_parse.py
tests/test_vault_api_key_env.py