Files
aitbc/cli/aitbc_cli.egg-info/SOURCES.txt
aitbc 57cfa2e65a
Some checks failed
CLI Tests / test-cli (push) Failing after 3s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Security Scanning / security-scan (push) Successful in 36s
refactor: simplify CLI dependencies and update package metadata
- Reduced requires.txt from 58 dependencies to 5 core packages (click, pydantic, pyyaml, requests, rich)
- Removed heavy dependencies: fastapi, uvicorn, sqlalchemy, web3, pandas, numpy, opencv, redis, tenseal
- Updated PKG-INFO with expanded technical documentation including navigation, quick start, and quality metrics
- Added aitbc_cli package modules to SOURCES.txt (config, auth, commands, utils subdirs)
- Reorganized top_level.txt to include aitbc
2026-05-19 17:48:28 +02:00

119 lines
2.9 KiB
Plaintext

README.md
setup.py
aitbc_cli/__init__.py
aitbc_cli/config.py
aitbc_cli.egg-info/PKG-INFO
aitbc_cli.egg-info/SOURCES.txt
aitbc_cli.egg-info/dependency_links.txt
aitbc_cli.egg-info/entry_points.txt
aitbc_cli.egg-info/not-zip-safe
aitbc_cli.egg-info/requires.txt
aitbc_cli.egg-info/top_level.txt
aitbc_cli/auth/__init__.py
aitbc_cli/commands/__init__.py
aitbc_cli/commands/agent_comm.py
aitbc_cli/commands/agent_sdk.py
aitbc_cli/commands/analytics.py
aitbc_cli/commands/chain.py
aitbc_cli/commands/config.py
aitbc_cli/commands/cross_chain.py
aitbc_cli/commands/deployment.py
aitbc_cli/commands/edge.py
aitbc_cli/commands/exchange.py
aitbc_cli/commands/exchange_island.py
aitbc_cli/commands/genesis.py
aitbc_cli/commands/gpu_marketplace.py
aitbc_cli/commands/hermes.py
aitbc_cli/commands/marketplace_cmd.py
aitbc_cli/commands/mining.py
aitbc_cli/commands/monitor.py
aitbc_cli/commands/node.py
aitbc_cli/commands/operations.py
aitbc_cli/commands/resource.py
aitbc_cli/commands/simulate.py
aitbc_cli/commands/system.py
aitbc_cli/commands/system_architect.py
aitbc_cli/commands/transactions.py
aitbc_cli/commands/wallet.py
aitbc_cli/commands/workflow.py
aitbc_cli/utils/__init__.py
aitbc_cli/utils/blockchain.py
aitbc_cli/utils/chain_id.py
aitbc_cli/utils/island_credentials.py
aitbc_cli/utils/wallet.py
auth/__init__.py
config/__init__.py
config/chains.py
config/genesis_ait_devnet_proper.yaml
config/genesis_multi_chain_dev.yaml
config/healthcare_chain_config.yaml
config/multichain_config.yaml
core/__init__.py
core/__version__.py
core/agent_communication.py
core/analytics.py
core/chain_manager.py
core/config.py
core/genesis_generator.py
core/imports.py
core/main.py
core/main_fixed.py
core/marketplace.py
core/node_client.py
core/plugins.py
handlers/__init__.py
handlers/account.py
handlers/ai.py
handlers/analytics.py
handlers/blockchain.py
handlers/bridge.py
handlers/contract.py
handlers/market.py
handlers/messaging.py
handlers/network.py
handlers/performance.py
handlers/pool_hub.py
handlers/resource.py
handlers/system.py
handlers/wallet.py
handlers/workflow.py
models/__init__.py
models/chain.py
parsers/__init__.py
parsers/agent.py
parsers/ai.py
parsers/analytics.py
parsers/blockchain.py
parsers/bridge.py
parsers/contract.py
parsers/genesis.py
parsers/hermes.py
parsers/market.py
parsers/messaging.py
parsers/network.py
parsers/performance.py
parsers/pool_hub.py
parsers/resource.py
parsers/script.py
parsers/system.py
parsers/wallet.py
parsers/workflow.py
security/__init__.py
security/translation_policy.py
tests/__init__.py
tests/run_cli_tests.py
tests/test_cli_basic.py
tests/test_cli_comprehensive.py
tests/test_exchange_island.py
tests/test_gpu_marketplace.py
tests/test_island_credentials.py
utils/__init__.py
utils/crypto_utils.py
utils/dual_mode_wallet_adapter.py
utils/error_handling.py
utils/kyc_aml_providers.py
utils/secure_audit.py
utils/security.py
utils/subprocess.py
utils/wallet_daemon_client.py
utils/wallet_migration_service.py