refactor(contracts): remove deprecated AIPowerRental contract in favor of bounty system
- Delete AIPowerRental.sol (566 lines) - replaced by AgentBounty.sol - Remove rental agreement system with provider/consumer model - Remove performance metrics and SLA tracking - Remove dispute resolution mechanism - Remove ZK-proof verification for performance - Remove provider/consumer authorization system - Bounty system provides superior developer incentive structure
This commit is contained in:
11
cli/requirements.txt
Normal file
11
cli/requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
click>=8.0.0
|
||||
httpx>=0.24.0
|
||||
pydantic>=1.10.0
|
||||
pyyaml>=6.0
|
||||
rich>=13.0.0
|
||||
keyring>=23.0.0
|
||||
cryptography>=3.4.8
|
||||
click-completion>=0.5.2
|
||||
tabulate>=0.9.0
|
||||
colorama>=0.4.4
|
||||
python-dotenv>=0.19.0
|
||||
Reference in New Issue
Block a user