add minimax support

This commit is contained in:
abnerhexu
2026-01-23 17:53:57 +08:00
parent 0410fbf4bc
commit 77264c172f
6 changed files with 43 additions and 158 deletions

View File

@@ -405,6 +405,7 @@ Drones: {len(drones)} available
Returns:
Dictionary with 'output', 'intermediate_steps', and 'success' keys
"""
if self.debug:
print(f"\n{'='*60}")
print(f"🎯 Executing Command")