aitbc1
8bc5b5076f
fix: resolve major CLI design principle violations
HIGH PRIORITY FIXES:
- Remove deployment.py entirely (653 lines) - was complete DevOps platform in CLI
- Fix browser opening - Provide URL instead of auto-opening browser
- Replace blocking loops - Use single status checks instead of infinite loops
- Simplify KYC/AML - Use basic HTTP calls instead of async clients
DESIGN PRINCIPLES RESTORED:
- CLI controls, doesn't run services
- CLI provides information, doesn't block indefinitely
- CLI is lightweight, not a deployment platform
- CLI respects user control (no auto-opening browsers)
- CLI uses simple HTTP clients, not connection pools
REMOVED:
- aitbc_cli/core/deployment.py (653 lines of DevOps code)
- webbrowser.open() auto-opening
- while True: blocking loops
- aiohttp async connection pools
- Complex deployment management
SIMPLIFIED:
- KYC/AML providers now use basic HTTP calls
- Agent status provides single check with guidance
- Explorer provides URL instead of auto-opening
2026-03-26 09:00:02 +01:00
..
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-15 21:04:14 +00:00
2026-03-06 22:17:54 +01:00
2026-03-26 09:00:02 +01:00
2026-03-15 21:04:14 +00:00
2026-03-15 21:04:14 +00:00
2026-03-26 08:47:26 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-23 12:11:34 +01:00
2026-03-26 08:47:26 +01:00
2026-03-07 20:00:21 +01:00
2026-03-07 10:58:37 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-18 20:17:23 +01:00
2026-03-06 22:17:54 +01:00
2026-03-15 21:04:14 +00:00
2026-03-07 18:44:15 +01:00
2026-03-26 09:00:02 +01:00
2026-03-06 22:17:54 +01:00
2026-03-23 09:25:51 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-20 09:39:52 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-13 21:13:04 +00:00
2026-03-06 22:17:54 +01:00
2026-03-26 08:47:26 +01:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-15 21:04:14 +00:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-15 21:04:14 +00:00
2026-03-06 22:17:54 +01:00
2026-03-20 12:32:33 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-18 20:32:44 +01:00
2026-03-26 08:47:26 +01:00