aitbc
119d0f42c0
Migrate CLI and Python packages to centralized aitbc package utilities
CLI migration:
- Migrate 11 CLI files from old import pattern to centralized aitbc imports
- wallet.py, exchange.py, gpu_marketplace.py, exchange_island.py, monitor.py, cross_chain.py
- aitbc_cli.py, handlers (account.py, bridge.py, pool_hub.py), utils (wallet_daemon_client.py)
- Replace 'from aitbc.aitbc_logging import' with 'from aitbc import get_logger'
- Replace 'from aitbc.http_client import' with 'from aitbc import AITBCHTTPClient'
- Replace 'from aitbc.exceptions import' with 'from aitbc import NetworkError'
Packages migration:
- aitbc-sdk: receipts.py - migrate from httpx to AITBCHTTPClient
- aitbc-agent-sdk: 5 files - migrate logging to get_logger
- agent.py, compute_provider.py, compute_consumer.py, swarm_coordinator.py, platform_builder.py
2026-04-25 07:04:57 +02:00
..
2026-04-14 13:31:10 +02:00
2026-04-25 07:04:57 +02:00
2026-03-30 16:22:45 +02:00
2026-03-26 09:12:02 +01:00
2026-03-08 11:26:18 +01:00
2026-04-23 13:10:11 +02:00
2026-03-08 11:26:18 +01:00
2026-04-23 12:24:48 +02:00
2026-03-06 22:17:54 +01:00
2026-04-24 22:05:55 +02:00
2026-03-30 16:22:45 +02:00
2026-03-30 16:22:45 +02:00
2026-03-26 09:24:48 +01:00
2026-03-06 22:17:54 +01:00
2026-04-25 07:04:57 +02:00
2026-03-08 11:26:18 +01:00
2026-03-26 09:12:02 +01:00
2026-03-02 22:36:28 +01:00
2026-03-26 09:12:02 +01:00
2026-03-29 11:52:37 +02:00
2026-03-08 11:26:18 +01:00
2026-04-24 12:57:42 +02:00
2026-04-25 07:04:57 +02:00
2026-03-26 09:24:48 +01:00
2026-04-08 12:10:21 +02:00
2026-04-08 12:10:21 +02:00
2026-04-25 07:04:57 +02:00
2026-03-29 16:17:23 +02:00
2026-04-08 12:10:21 +02:00
2026-04-18 20:39:33 +02:00
2026-04-18 20:39:33 +02:00
2026-03-26 09:24:48 +01:00
2026-03-30 22:34:05 +02:00
2026-04-24 22:05:55 +02:00
2026-03-30 22:34:05 +02:00
2026-04-18 20:39:33 +02:00
2026-03-30 09:04:42 +02:00
2026-03-27 07:34:23 +01:00
2026-03-31 21:45:43 +02:00
2026-03-26 09:24:48 +01:00
2026-04-24 22:05:55 +02:00