Spaces:
Paused
Paused
File size: 50,613 Bytes
37501b2 1ce8eba 37501b2 64859d9 37501b2 64859d9 37501b2 1ce8eba 37501b2 64859d9 37501b2 64859d9 37501b2 64859d9 37501b2 64859d9 37501b2 1ce8eba 37501b2 1ce8eba 37501b2 1ce8eba 37501b2 1ce8eba 37501b2 64859d9 1ce8eba 64859d9 1ce8eba 64859d9 37501b2 1ce8eba 37501b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 | """
Advanced settings configuration tool for the LLM API Key Proxy.
Provides interactive configuration for custom providers, model definitions, and concurrency limits.
"""
import json
import os
from pathlib import Path
from typing import Dict, Any, Optional, List
from rich.console import Console
from rich.prompt import Prompt, IntPrompt, Confirm
from rich.panel import Panel
from dotenv import set_key, unset_key
console = Console()
def clear_screen():
"""
Cross-platform terminal clear that works robustly on both
classic Windows conhost and modern terminals (Windows Terminal, Linux, Mac).
Uses native OS commands instead of ANSI escape sequences:
- Windows (conhost & Windows Terminal): cls
- Unix-like systems (Linux, Mac): clear
"""
os.system('cls' if os.name == 'nt' else 'clear')
class AdvancedSettings:
"""Manages pending changes to .env"""
def __init__(self):
self.env_file = Path.cwd() / ".env"
self.pending_changes = {} # key -> value (None means delete)
self.load_current_settings()
def load_current_settings(self):
"""Load current .env values into env vars"""
from dotenv import load_dotenv
load_dotenv(override=True)
def set(self, key: str, value: str):
"""Stage a change"""
self.pending_changes[key] = value
def remove(self, key: str):
"""Stage a removal"""
self.pending_changes[key] = None
def save(self):
"""Write pending changes to .env"""
for key, value in self.pending_changes.items():
if value is None:
# Remove key
unset_key(str(self.env_file), key)
else:
# Set key
set_key(str(self.env_file), key, value)
self.pending_changes.clear()
self.load_current_settings()
def discard(self):
"""Discard pending changes"""
self.pending_changes.clear()
def has_pending(self) -> bool:
"""Check if there are pending changes"""
return bool(self.pending_changes)
class CustomProviderManager:
"""Manages custom provider API bases"""
def __init__(self, settings: AdvancedSettings):
self.settings = settings
def get_current_providers(self) -> Dict[str, str]:
"""Get currently configured custom providers"""
from proxy_app.provider_urls import PROVIDER_URL_MAP
providers = {}
for key, value in os.environ.items():
if key.endswith("_API_BASE"):
provider = key.replace("_API_BASE", "").lower()
# Only include if NOT in hardcoded map
if provider not in PROVIDER_URL_MAP:
providers[provider] = value
return providers
def add_provider(self, name: str, api_base: str):
"""Add PROVIDER_API_BASE"""
key = f"{name.upper()}_API_BASE"
self.settings.set(key, api_base)
def edit_provider(self, name: str, api_base: str):
"""Edit PROVIDER_API_BASE"""
self.add_provider(name, api_base)
def remove_provider(self, name: str):
"""Remove PROVIDER_API_BASE"""
key = f"{name.upper()}_API_BASE"
self.settings.remove(key)
class ModelDefinitionManager:
"""Manages PROVIDER_MODELS"""
def __init__(self, settings: AdvancedSettings):
self.settings = settings
def get_current_provider_models(self, provider: str) -> Optional[Dict]:
"""Get currently configured models for a provider"""
key = f"{provider.upper()}_MODELS"
value = os.getenv(key)
if value:
try:
return json.loads(value)
except (json.JSONDecodeError, ValueError):
return None
return None
def get_all_providers_with_models(self) -> Dict[str, int]:
"""Get all providers with model definitions"""
providers = {}
for key, value in os.environ.items():
if key.endswith("_MODELS"):
provider = key.replace("_MODELS", "").lower()
try:
parsed = json.loads(value)
if isinstance(parsed, dict):
providers[provider] = len(parsed)
elif isinstance(parsed, list):
providers[provider] = len(parsed)
except (json.JSONDecodeError, ValueError):
pass
return providers
def set_models(self, provider: str, models: Dict[str, Dict[str, Any]]):
"""Set PROVIDER_MODELS"""
key = f"{provider.upper()}_MODELS"
value = json.dumps(models)
self.settings.set(key, value)
def remove_models(self, provider: str):
"""Remove PROVIDER_MODELS"""
key = f"{provider.upper()}_MODELS"
self.settings.remove(key)
class ConcurrencyManager:
"""Manages MAX_CONCURRENT_REQUESTS_PER_KEY_PROVIDER"""
def __init__(self, settings: AdvancedSettings):
self.settings = settings
def get_current_limits(self) -> Dict[str, int]:
"""Get currently configured concurrency limits"""
limits = {}
for key, value in os.environ.items():
if key.startswith("MAX_CONCURRENT_REQUESTS_PER_KEY_"):
provider = key.replace("MAX_CONCURRENT_REQUESTS_PER_KEY_", "").lower()
try:
limits[provider] = int(value)
except (json.JSONDecodeError, ValueError):
pass
return limits
def set_limit(self, provider: str, limit: int):
"""Set concurrency limit"""
key = f"MAX_CONCURRENT_REQUESTS_PER_KEY_{provider.upper()}"
self.settings.set(key, str(limit))
def remove_limit(self, provider: str):
"""Remove concurrency limit (reset to default)"""
key = f"MAX_CONCURRENT_REQUESTS_PER_KEY_{provider.upper()}"
self.settings.remove(key)
# =============================================================================
# PROVIDER-SPECIFIC SETTINGS DEFINITIONS
# =============================================================================
# Antigravity provider environment variables
ANTIGRAVITY_SETTINGS = {
"ANTIGRAVITY_SIGNATURE_CACHE_TTL": {
"type": "int",
"default": 3600,
"description": "Memory cache TTL for Gemini 3 thought signatures (seconds)",
},
"ANTIGRAVITY_SIGNATURE_DISK_TTL": {
"type": "int",
"default": 86400,
"description": "Disk cache TTL for Gemini 3 thought signatures (seconds)",
},
"ANTIGRAVITY_PRESERVE_THOUGHT_SIGNATURES": {
"type": "bool",
"default": True,
"description": "Preserve thought signatures in client responses",
},
"ANTIGRAVITY_ENABLE_SIGNATURE_CACHE": {
"type": "bool",
"default": True,
"description": "Enable signature caching for multi-turn conversations",
},
"ANTIGRAVITY_ENABLE_DYNAMIC_MODELS": {
"type": "bool",
"default": False,
"description": "Enable dynamic model discovery from API",
},
"ANTIGRAVITY_GEMINI3_TOOL_FIX": {
"type": "bool",
"default": True,
"description": "Enable Gemini 3 tool hallucination prevention",
},
"ANTIGRAVITY_CLAUDE_TOOL_FIX": {
"type": "bool",
"default": True,
"description": "Enable Claude tool hallucination prevention",
},
"ANTIGRAVITY_CLAUDE_THINKING_SANITIZATION": {
"type": "bool",
"default": True,
"description": "Sanitize thinking blocks for Claude multi-turn conversations",
},
"ANTIGRAVITY_GEMINI3_TOOL_PREFIX": {
"type": "str",
"default": "gemini3_",
"description": "Prefix added to tool names for Gemini 3 disambiguation",
},
"ANTIGRAVITY_GEMINI3_DESCRIPTION_PROMPT": {
"type": "str",
"default": "\n\nSTRICT PARAMETERS: {params}.",
"description": "Template for strict parameter hints in tool descriptions",
},
"ANTIGRAVITY_CLAUDE_DESCRIPTION_PROMPT": {
"type": "str",
"default": "\n\nSTRICT PARAMETERS: {params}.",
"description": "Template for Claude strict parameter hints in tool descriptions",
},
}
# Gemini CLI provider environment variables
GEMINI_CLI_SETTINGS = {
"GEMINI_CLI_SIGNATURE_CACHE_TTL": {
"type": "int",
"default": 3600,
"description": "Memory cache TTL for thought signatures (seconds)",
},
"GEMINI_CLI_SIGNATURE_DISK_TTL": {
"type": "int",
"default": 86400,
"description": "Disk cache TTL for thought signatures (seconds)",
},
"GEMINI_CLI_PRESERVE_THOUGHT_SIGNATURES": {
"type": "bool",
"default": True,
"description": "Preserve thought signatures in client responses",
},
"GEMINI_CLI_ENABLE_SIGNATURE_CACHE": {
"type": "bool",
"default": True,
"description": "Enable signature caching for multi-turn conversations",
},
"GEMINI_CLI_GEMINI3_TOOL_FIX": {
"type": "bool",
"default": True,
"description": "Enable Gemini 3 tool hallucination prevention",
},
"GEMINI_CLI_GEMINI3_TOOL_PREFIX": {
"type": "str",
"default": "gemini3_",
"description": "Prefix added to tool names for Gemini 3 disambiguation",
},
"GEMINI_CLI_GEMINI3_DESCRIPTION_PROMPT": {
"type": "str",
"default": "\n\nSTRICT PARAMETERS: {params}.",
"description": "Template for strict parameter hints in tool descriptions",
},
"GEMINI_CLI_PROJECT_ID": {
"type": "str",
"default": "",
"description": "GCP Project ID for paid tier users (required for paid tiers)",
},
}
# Map provider names to their settings definitions
PROVIDER_SETTINGS_MAP = {
"antigravity": ANTIGRAVITY_SETTINGS,
"gemini_cli": GEMINI_CLI_SETTINGS,
}
class ProviderSettingsManager:
"""Manages provider-specific configuration settings"""
def __init__(self, settings: AdvancedSettings):
self.settings = settings
def get_available_providers(self) -> List[str]:
"""Get list of providers with specific settings available"""
return list(PROVIDER_SETTINGS_MAP.keys())
def get_provider_settings_definitions(self, provider: str) -> Dict[str, Dict[str, Any]]:
"""Get settings definitions for a provider"""
return PROVIDER_SETTINGS_MAP.get(provider, {})
def get_current_value(self, key: str, definition: Dict[str, Any]) -> Any:
"""Get current value of a setting from environment"""
env_value = os.getenv(key)
if env_value is None:
return definition.get("default")
setting_type = definition.get("type", "str")
try:
if setting_type == "bool":
return env_value.lower() in ("true", "1", "yes")
elif setting_type == "int":
return int(env_value)
else:
return env_value
except (ValueError, AttributeError):
return definition.get("default")
def get_all_current_values(self, provider: str) -> Dict[str, Any]:
"""Get all current values for a provider"""
definitions = self.get_provider_settings_definitions(provider)
values = {}
for key, definition in definitions.items():
values[key] = self.get_current_value(key, definition)
return values
def set_value(self, key: str, value: Any, definition: Dict[str, Any]):
"""Set a setting value, converting to string for .env storage"""
setting_type = definition.get("type", "str")
if setting_type == "bool":
str_value = "true" if value else "false"
else:
str_value = str(value)
self.settings.set(key, str_value)
def reset_to_default(self, key: str):
"""Remove a setting to reset it to default"""
self.settings.remove(key)
def get_modified_settings(self, provider: str) -> Dict[str, Any]:
"""Get settings that differ from defaults"""
definitions = self.get_provider_settings_definitions(provider)
modified = {}
for key, definition in definitions.items():
current = self.get_current_value(key, definition)
default = definition.get("default")
if current != default:
modified[key] = current
return modified
class SettingsTool:
"""Main settings tool TUI"""
def __init__(self):
self.console = Console()
self.settings = AdvancedSettings()
self.provider_mgr = CustomProviderManager(self.settings)
self.model_mgr = ModelDefinitionManager(self.settings)
self.concurrency_mgr = ConcurrencyManager(self.settings)
self.provider_settings_mgr = ProviderSettingsManager(self.settings)
self.running = True
def get_available_providers(self) -> List[str]:
"""Get list of providers that have credentials configured"""
env_file = Path.cwd() / ".env"
providers = set()
# Scan for providers with API keys from local .env
if env_file.exists():
try:
with open(env_file, 'r', encoding='utf-8') as f:
for line in f:
line = line.strip()
if "_API_KEY" in line and "PROXY_API_KEY" not in line and "=" in line:
provider = line.split("_API_KEY")[0].strip().lower()
providers.add(provider)
except (IOError, OSError):
pass
# Also check for OAuth providers from files
oauth_dir = Path("oauth_credentials")
if oauth_dir.exists():
for file in oauth_dir.glob("*_oauth_*.json"):
provider = file.name.split("_oauth_")[0]
providers.add(provider)
return sorted(list(providers))
def run(self):
"""Main loop"""
while self.running:
self.show_main_menu()
def show_main_menu(self):
"""Display settings categories"""
clear_screen()
self.console.print(Panel.fit(
"[bold cyan]π§ Advanced Settings Configuration[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]βοΈ Configuration Categories[/bold]")
self.console.print()
self.console.print(" 1. π Custom Provider API Bases")
self.console.print(" 2. π¦ Provider Model Definitions")
self.console.print(" 3. β‘ Concurrency Limits")
self.console.print(" 4. π¬ Provider-Specific Settings")
self.console.print(" 5. πΎ Save & Exit")
self.console.print(" 6. π« Exit Without Saving")
self.console.print()
self.console.print("β" * 70)
if self.settings.has_pending():
self.console.print("[yellow]βΉοΈ Changes are pending until you select \"Save & Exit\"[/yellow]")
else:
self.console.print("[dim]βΉοΈ No pending changes[/dim]")
self.console.print()
self.console.print("[dim]β οΈ Model filters not supported - edit .env for IGNORE_MODELS_* / WHITELIST_MODELS_*[/dim]")
self.console.print()
choice = Prompt.ask("Select option", choices=["1", "2", "3", "4", "5", "6"], show_choices=False)
if choice == "1":
self.manage_custom_providers()
elif choice == "2":
self.manage_model_definitions()
elif choice == "3":
self.manage_concurrency_limits()
elif choice == "4":
self.manage_provider_settings()
elif choice == "5":
self.save_and_exit()
elif choice == "6":
self.exit_without_saving()
def manage_custom_providers(self):
"""Manage custom provider API bases"""
while True:
clear_screen()
providers = self.provider_mgr.get_current_providers()
self.console.print(Panel.fit(
"[bold cyan]π Custom Provider API Bases[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]π Configured Custom Providers[/bold]")
self.console.print("β" * 70)
if providers:
for name, base in providers.items():
self.console.print(f" β’ {name:15} {base}")
else:
self.console.print(" [dim]No custom providers configured[/dim]")
self.console.print()
self.console.print("β" * 70)
self.console.print()
self.console.print("[bold]βοΈ Actions[/bold]")
self.console.print()
self.console.print(" 1. β Add New Custom Provider")
self.console.print(" 2. βοΈ Edit Existing Provider")
self.console.print(" 3. ποΈ Remove Provider")
self.console.print(" 4. β©οΈ Back to Settings Menu")
self.console.print()
self.console.print("β" * 70)
self.console.print()
choice = Prompt.ask("Select option", choices=["1", "2", "3", "4"], show_choices=False)
if choice == "1":
name = Prompt.ask("Provider name (e.g., 'opencode')").strip().lower()
if name:
api_base = Prompt.ask("API Base URL").strip()
if api_base:
self.provider_mgr.add_provider(name, api_base)
self.console.print(f"\n[green]β
Custom provider '{name}' configured![/green]")
self.console.print(f" To use: set {name.upper()}_API_KEY in credentials")
input("\nPress Enter to continue...")
elif choice == "2":
if not providers:
self.console.print("\n[yellow]No providers to edit[/yellow]")
input("\nPress Enter to continue...")
continue
# Show numbered list
self.console.print("\n[bold]Select provider to edit:[/bold]")
providers_list = list(providers.keys())
for idx, prov in enumerate(providers_list, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(providers_list) + 1)])
name = providers_list[choice_idx - 1]
current_base = providers.get(name, "")
self.console.print(f"\nCurrent API Base: {current_base}")
new_base = Prompt.ask("New API Base [press Enter to keep current]", default=current_base).strip()
if new_base and new_base != current_base:
self.provider_mgr.edit_provider(name, new_base)
self.console.print(f"\n[green]β
Custom provider '{name}' updated![/green]")
else:
self.console.print("\n[yellow]No changes made[/yellow]")
input("\nPress Enter to continue...")
elif choice == "3":
if not providers:
self.console.print("\n[yellow]No providers to remove[/yellow]")
input("\nPress Enter to continue...")
continue
# Show numbered list
self.console.print("\n[bold]Select provider to remove:[/bold]")
providers_list = list(providers.keys())
for idx, prov in enumerate(providers_list, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(providers_list) + 1)])
name = providers_list[choice_idx - 1]
if Confirm.ask(f"Remove '{name}'?"):
self.provider_mgr.remove_provider(name)
self.console.print(f"\n[green]β
Provider '{name}' removed![/green]")
input("\nPress Enter to continue...")
elif choice == "4":
break
def manage_model_definitions(self):
"""Manage provider model definitions"""
while True:
clear_screen()
all_providers = self.model_mgr.get_all_providers_with_models()
self.console.print(Panel.fit(
"[bold cyan]π¦ Provider Model Definitions[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]π Configured Provider Models[/bold]")
self.console.print("β" * 70)
if all_providers:
for provider, count in all_providers.items():
self.console.print(f" β’ {provider:15} {count} model{'s' if count > 1 else ''}")
else:
self.console.print(" [dim]No model definitions configured[/dim]")
self.console.print()
self.console.print("β" * 70)
self.console.print()
self.console.print("[bold]βοΈ Actions[/bold]")
self.console.print()
self.console.print(" 1. β Add Models for Provider")
self.console.print(" 2. βοΈ Edit Provider Models")
self.console.print(" 3. ποΈ View Provider Models")
self.console.print(" 4. ποΈ Remove Provider Models")
self.console.print(" 5. β©οΈ Back to Settings Menu")
self.console.print()
self.console.print("β" * 70)
self.console.print()
choice = Prompt.ask("Select option", choices=["1", "2", "3", "4", "5"], show_choices=False)
if choice == "1":
self.add_model_definitions()
elif choice == "2":
if not all_providers:
self.console.print("\n[yellow]No providers to edit[/yellow]")
input("\nPress Enter to continue...")
continue
self.edit_model_definitions(list(all_providers.keys()))
elif choice == "3":
if not all_providers:
self.console.print("\n[yellow]No providers to view[/yellow]")
input("\nPress Enter to continue...")
continue
self.view_model_definitions(list(all_providers.keys()))
elif choice == "4":
if not all_providers:
self.console.print("\n[yellow]No providers to remove[/yellow]")
input("\nPress Enter to continue...")
continue
# Show numbered list
self.console.print("\n[bold]Select provider to remove models from:[/bold]")
providers_list = list(all_providers.keys())
for idx, prov in enumerate(providers_list, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(providers_list) + 1)])
provider = providers_list[choice_idx - 1]
if Confirm.ask(f"Remove all model definitions for '{provider}'?"):
self.model_mgr.remove_models(provider)
self.console.print(f"\n[green]β
Model definitions removed for '{provider}'![/green]")
input("\nPress Enter to continue...")
elif choice == "5":
break
def add_model_definitions(self):
"""Add model definitions for a provider"""
# Get available providers from credentials
available_providers = self.get_available_providers()
if not available_providers:
self.console.print("\n[yellow]No providers with credentials found. Please add credentials first.[/yellow]")
input("\nPress Enter to continue...")
return
# Show provider selection menu
self.console.print("\n[bold]Select provider:[/bold]")
for idx, prov in enumerate(available_providers, 1):
self.console.print(f" {idx}. {prov}")
self.console.print(f" {len(available_providers) + 1}. Enter custom provider name")
choice = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(available_providers) + 2)])
if choice == len(available_providers) + 1:
provider = Prompt.ask("Provider name").strip().lower()
else:
provider = available_providers[choice - 1]
if not provider:
return
self.console.print("\nHow would you like to define models?")
self.console.print(" 1. Simple list (names only)")
self.console.print(" 2. Advanced (names with IDs and options)")
mode = Prompt.ask("Select mode", choices=["1", "2"], show_choices=False)
models = {}
if mode == "1":
# Simple mode
while True:
name = Prompt.ask("\nModel name (or 'done' to finish)").strip()
if name.lower() == "done":
break
if name:
models[name] = {}
else:
# Advanced mode
while True:
name = Prompt.ask("\nModel name (or 'done' to finish)").strip()
if name.lower() == "done":
break
if name:
model_def = {}
model_id = Prompt.ask(f"Model ID [press Enter to use '{name}']", default=name).strip()
if model_id and model_id != name:
model_def["id"] = model_id
# Optional: model options
if Confirm.ask("Add model options (e.g., temperature limits)?", default=False):
self.console.print("\nEnter options as key=value pairs (one per line, 'done' to finish):")
options = {}
while True:
opt = Prompt.ask("Option").strip()
if opt.lower() == "done":
break
if "=" in opt:
key, value = opt.split("=", 1)
value = value.strip()
# Try to convert to number if possible
try:
value = float(value) if "." in value else int(value)
except (ValueError, TypeError):
pass
options[key.strip()] = value
if options:
model_def["options"] = options
models[name] = model_def
if models:
self.model_mgr.set_models(provider, models)
self.console.print(f"\n[green]β
Model definitions saved for '{provider}'![/green]")
else:
self.console.print("\n[yellow]No models added[/yellow]")
input("\nPress Enter to continue...")
def edit_model_definitions(self, providers: List[str]):
"""Edit existing model definitions"""
# Show numbered list
self.console.print("\n[bold]Select provider to edit:[/bold]")
for idx, prov in enumerate(providers, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(providers) + 1)])
provider = providers[choice_idx - 1]
current_models = self.model_mgr.get_current_provider_models(provider)
if not current_models:
self.console.print(f"\n[yellow]No models found for '{provider}'[/yellow]")
input("\nPress Enter to continue...")
return
# Convert to dict if list
if isinstance(current_models, list):
current_models = {m: {} for m in current_models}
while True:
clear_screen()
self.console.print(f"[bold]Editing models for: {provider}[/bold]\n")
self.console.print("Current models:")
for i, (name, definition) in enumerate(current_models.items(), 1):
model_id = definition.get("id", name) if isinstance(definition, dict) else name
self.console.print(f" {i}. {name} (ID: {model_id})")
self.console.print("\nOptions:")
self.console.print(" 1. Add new model")
self.console.print(" 2. Edit existing model")
self.console.print(" 3. Remove model")
self.console.print(" 4. Done")
choice = Prompt.ask("\nSelect option", choices=["1", "2", "3", "4"], show_choices=False)
if choice == "1":
name = Prompt.ask("New model name").strip()
if name and name not in current_models:
model_id = Prompt.ask("Model ID", default=name).strip()
current_models[name] = {"id": model_id} if model_id != name else {}
elif choice == "2":
# Show numbered list
models_list = list(current_models.keys())
self.console.print("\n[bold]Select model to edit:[/bold]")
for idx, model_name in enumerate(models_list, 1):
self.console.print(f" {idx}. {model_name}")
model_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(models_list) + 1)])
name = models_list[model_idx - 1]
current_def = current_models[name]
current_id = current_def.get("id", name) if isinstance(current_def, dict) else name
new_id = Prompt.ask("Model ID", default=current_id).strip()
current_models[name] = {"id": new_id} if new_id != name else {}
elif choice == "3":
# Show numbered list
models_list = list(current_models.keys())
self.console.print("\n[bold]Select model to remove:[/bold]")
for idx, model_name in enumerate(models_list, 1):
self.console.print(f" {idx}. {model_name}")
model_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(models_list) + 1)])
name = models_list[model_idx - 1]
if Confirm.ask(f"Remove '{name}'?"):
del current_models[name]
elif choice == "4":
break
if current_models:
self.model_mgr.set_models(provider, current_models)
self.console.print(f"\n[green]β
Models updated for '{provider}'![/green]")
else:
self.console.print("\n[yellow]No models left - removing definition[/yellow]")
self.model_mgr.remove_models(provider)
input("\nPress Enter to continue...")
def view_model_definitions(self, providers: List[str]):
"""View model definitions for a provider"""
# Show numbered list
self.console.print("\n[bold]Select provider to view:[/bold]")
for idx, prov in enumerate(providers, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(providers) + 1)])
provider = providers[choice_idx - 1]
models = self.model_mgr.get_current_provider_models(provider)
if not models:
self.console.print(f"\n[yellow]No models found for '{provider}'[/yellow]")
input("\nPress Enter to continue...")
return
clear_screen()
self.console.print(f"[bold]Provider: {provider}[/bold]\n")
self.console.print("[bold]π¦ Configured Models:[/bold]")
self.console.print("β" * 50)
# Handle both dict and list formats
if isinstance(models, dict):
for name, definition in models.items():
if isinstance(definition, dict):
model_id = definition.get("id", name)
self.console.print(f" Name: {name}")
self.console.print(f" ID: {model_id}")
if "options" in definition:
self.console.print(f" Options: {definition['options']}")
self.console.print()
else:
self.console.print(f" Name: {name}")
self.console.print()
elif isinstance(models, list):
for name in models:
self.console.print(f" Name: {name}")
self.console.print()
input("Press Enter to return...")
def manage_provider_settings(self):
"""Manage provider-specific settings (Antigravity, Gemini CLI)"""
while True:
clear_screen()
available_providers = self.provider_settings_mgr.get_available_providers()
self.console.print(Panel.fit(
"[bold cyan]π¬ Provider-Specific Settings[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]π Available Providers with Custom Settings[/bold]")
self.console.print("β" * 70)
for provider in available_providers:
modified = self.provider_settings_mgr.get_modified_settings(provider)
status = f"[yellow]{len(modified)} modified[/yellow]" if modified else "[dim]defaults[/dim]"
display_name = provider.replace("_", " ").title()
self.console.print(f" β’ {display_name:20} {status}")
self.console.print()
self.console.print("β" * 70)
self.console.print()
self.console.print("[bold]βοΈ Select Provider to Configure[/bold]")
self.console.print()
for idx, provider in enumerate(available_providers, 1):
display_name = provider.replace("_", " ").title()
self.console.print(f" {idx}. {display_name}")
self.console.print(f" {len(available_providers) + 1}. β©οΈ Back to Settings Menu")
self.console.print()
self.console.print("β" * 70)
self.console.print()
choices = [str(i) for i in range(1, len(available_providers) + 2)]
choice = Prompt.ask("Select option", choices=choices, show_choices=False)
choice_idx = int(choice)
if choice_idx == len(available_providers) + 1:
break
provider = available_providers[choice_idx - 1]
self._manage_single_provider_settings(provider)
def _manage_single_provider_settings(self, provider: str):
"""Manage settings for a single provider"""
while True:
clear_screen()
display_name = provider.replace("_", " ").title()
definitions = self.provider_settings_mgr.get_provider_settings_definitions(provider)
current_values = self.provider_settings_mgr.get_all_current_values(provider)
self.console.print(Panel.fit(
f"[bold cyan]π¬ {display_name} Settings[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]π Current Settings[/bold]")
self.console.print("β" * 70)
# Display all settings with current values
settings_list = list(definitions.keys())
for idx, key in enumerate(settings_list, 1):
definition = definitions[key]
current = current_values.get(key)
default = definition.get("default")
setting_type = definition.get("type", "str")
description = definition.get("description", "")
# Format value display
if setting_type == "bool":
value_display = "[green]β Enabled[/green]" if current else "[red]β Disabled[/red]"
elif setting_type == "int":
value_display = f"[cyan]{current}[/cyan]"
else:
value_display = f"[cyan]{current or '(not set)'}[/cyan]" if current else "[dim](not set)[/dim]"
# Check if modified from default
modified = current != default
mod_marker = "[yellow]*[/yellow]" if modified else " "
# Short key name for display (strip provider prefix)
short_key = key.replace(f"{provider.upper()}_", "")
self.console.print(f" {mod_marker}{idx:2}. {short_key:35} {value_display}")
self.console.print(f" [dim]{description}[/dim]")
self.console.print()
self.console.print("β" * 70)
self.console.print("[dim]* = modified from default[/dim]")
self.console.print()
self.console.print("[bold]βοΈ Actions[/bold]")
self.console.print()
self.console.print(" E. βοΈ Edit a Setting")
self.console.print(" R. π Reset Setting to Default")
self.console.print(" A. π Reset All to Defaults")
self.console.print(" B. β©οΈ Back to Provider Selection")
self.console.print()
self.console.print("β" * 70)
self.console.print()
choice = Prompt.ask("Select action", choices=["e", "r", "a", "b", "E", "R", "A", "B"], show_choices=False).lower()
if choice == "b":
break
elif choice == "e":
self._edit_provider_setting(provider, settings_list, definitions)
elif choice == "r":
self._reset_provider_setting(provider, settings_list, definitions)
elif choice == "a":
self._reset_all_provider_settings(provider, settings_list)
def _edit_provider_setting(self, provider: str, settings_list: List[str], definitions: Dict[str, Dict[str, Any]]):
"""Edit a single provider setting"""
self.console.print("\n[bold]Select setting number to edit:[/bold]")
choices = [str(i) for i in range(1, len(settings_list) + 1)]
choice = IntPrompt.ask("Setting number", choices=choices)
key = settings_list[choice - 1]
definition = definitions[key]
current = self.provider_settings_mgr.get_current_value(key, definition)
default = definition.get("default")
setting_type = definition.get("type", "str")
short_key = key.replace(f"{provider.upper()}_", "")
self.console.print(f"\n[bold]Editing: {short_key}[/bold]")
self.console.print(f"Current value: [cyan]{current}[/cyan]")
self.console.print(f"Default value: [dim]{default}[/dim]")
self.console.print(f"Type: {setting_type}")
if setting_type == "bool":
new_value = Confirm.ask("\nEnable this setting?", default=current)
self.provider_settings_mgr.set_value(key, new_value, definition)
status = "enabled" if new_value else "disabled"
self.console.print(f"\n[green]β
{short_key} {status}![/green]")
elif setting_type == "int":
new_value = IntPrompt.ask("\nNew value", default=current)
self.provider_settings_mgr.set_value(key, new_value, definition)
self.console.print(f"\n[green]β
{short_key} set to {new_value}![/green]")
else:
new_value = Prompt.ask("\nNew value", default=str(current) if current else "").strip()
if new_value:
self.provider_settings_mgr.set_value(key, new_value, definition)
self.console.print(f"\n[green]β
{short_key} updated![/green]")
else:
self.console.print("\n[yellow]No changes made[/yellow]")
input("\nPress Enter to continue...")
def _reset_provider_setting(self, provider: str, settings_list: List[str], definitions: Dict[str, Dict[str, Any]]):
"""Reset a single provider setting to default"""
self.console.print("\n[bold]Select setting number to reset:[/bold]")
choices = [str(i) for i in range(1, len(settings_list) + 1)]
choice = IntPrompt.ask("Setting number", choices=choices)
key = settings_list[choice - 1]
definition = definitions[key]
default = definition.get("default")
short_key = key.replace(f"{provider.upper()}_", "")
if Confirm.ask(f"\nReset {short_key} to default ({default})?"):
self.provider_settings_mgr.reset_to_default(key)
self.console.print(f"\n[green]β
{short_key} reset to default![/green]")
else:
self.console.print("\n[yellow]No changes made[/yellow]")
input("\nPress Enter to continue...")
def _reset_all_provider_settings(self, provider: str, settings_list: List[str]):
"""Reset all provider settings to defaults"""
display_name = provider.replace("_", " ").title()
if Confirm.ask(f"\n[bold red]Reset ALL {display_name} settings to defaults?[/bold red]"):
for key in settings_list:
self.provider_settings_mgr.reset_to_default(key)
self.console.print(f"\n[green]β
All {display_name} settings reset to defaults![/green]")
else:
self.console.print("\n[yellow]No changes made[/yellow]")
input("\nPress Enter to continue...")
def manage_concurrency_limits(self):
"""Manage concurrency limits"""
while True:
clear_screen()
limits = self.concurrency_mgr.get_current_limits()
self.console.print(Panel.fit(
"[bold cyan]β‘ Concurrency Limits Configuration[/bold cyan]",
border_style="cyan"
))
self.console.print()
self.console.print("[bold]π Current Concurrency Settings[/bold]")
self.console.print("β" * 70)
if limits:
for provider, limit in limits.items():
self.console.print(f" β’ {provider:15} {limit} requests/key")
self.console.print(f" β’ Default: 1 request/key (all others)")
else:
self.console.print(" β’ Default: 1 request/key (all providers)")
self.console.print()
self.console.print("β" * 70)
self.console.print()
self.console.print("[bold]βοΈ Actions[/bold]")
self.console.print()
self.console.print(" 1. β Add Concurrency Limit for Provider")
self.console.print(" 2. βοΈ Edit Existing Limit")
self.console.print(" 3. ποΈ Remove Limit (reset to default)")
self.console.print(" 4. β©οΈ Back to Settings Menu")
self.console.print()
self.console.print("β" * 70)
self.console.print()
choice = Prompt.ask("Select option", choices=["1", "2", "3", "4"], show_choices=False)
if choice == "1":
# Get available providers
available_providers = self.get_available_providers()
if not available_providers:
self.console.print("\n[yellow]No providers with credentials found. Please add credentials first.[/yellow]")
input("\nPress Enter to continue...")
continue
# Show provider selection menu
self.console.print("\n[bold]Select provider:[/bold]")
for idx, prov in enumerate(available_providers, 1):
self.console.print(f" {idx}. {prov}")
self.console.print(f" {len(available_providers) + 1}. Enter custom provider name")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(available_providers) + 2)])
if choice_idx == len(available_providers) + 1:
provider = Prompt.ask("Provider name").strip().lower()
else:
provider = available_providers[choice_idx - 1]
if provider:
limit = IntPrompt.ask("Max concurrent requests per key (1-100)", default=1)
if 1 <= limit <= 100:
self.concurrency_mgr.set_limit(provider, limit)
self.console.print(f"\n[green]β
Concurrency limit set for '{provider}': {limit} requests/key[/green]")
else:
self.console.print("\n[red]β Limit must be between 1-100[/red]")
input("\nPress Enter to continue...")
elif choice == "2":
if not limits:
self.console.print("\n[yellow]No limits to edit[/yellow]")
input("\nPress Enter to continue...")
continue
# Show numbered list
self.console.print("\n[bold]Select provider to edit:[/bold]")
limits_list = list(limits.keys())
for idx, prov in enumerate(limits_list, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(limits_list) + 1)])
provider = limits_list[choice_idx - 1]
current_limit = limits.get(provider, 1)
self.console.print(f"\nCurrent limit: {current_limit} requests/key")
new_limit = IntPrompt.ask("New limit (1-100) [press Enter to keep current]", default=current_limit)
if 1 <= new_limit <= 100:
if new_limit != current_limit:
self.concurrency_mgr.set_limit(provider, new_limit)
self.console.print(f"\n[green]β
Concurrency limit updated for '{provider}': {new_limit} requests/key[/green]")
else:
self.console.print("\n[yellow]No changes made[/yellow]")
else:
self.console.print("\n[red]Limit must be between 1-100[/red]")
input("\nPress Enter to continue...")
elif choice == "3":
if not limits:
self.console.print("\n[yellow]No limits to remove[/yellow]")
input("\nPress Enter to continue...")
continue
# Show numbered list
self.console.print("\n[bold]Select provider to remove limit from:[/bold]")
limits_list = list(limits.keys())
for idx, prov in enumerate(limits_list, 1):
self.console.print(f" {idx}. {prov}")
choice_idx = IntPrompt.ask("Select option", choices=[str(i) for i in range(1, len(limits_list) + 1)])
provider = limits_list[choice_idx - 1]
if Confirm.ask(f"Remove concurrency limit for '{provider}' (reset to default 1)?"):
self.concurrency_mgr.remove_limit(provider)
self.console.print(f"\n[green]β
Limit removed for '{provider}' - using default (1 request/key)[/green]")
input("\nPress Enter to continue...")
elif choice == "4":
break
def save_and_exit(self):
"""Save pending changes and exit"""
if self.settings.has_pending():
if Confirm.ask("\n[bold yellow]Save all pending changes?[/bold yellow]"):
self.settings.save()
self.console.print("\n[green]β
All changes saved to .env![/green]")
input("\nPress Enter to return to launcher...")
else:
self.console.print("\n[yellow]Changes not saved[/yellow]")
input("\nPress Enter to continue...")
return
else:
self.console.print("\n[dim]No changes to save[/dim]")
input("\nPress Enter to return to launcher...")
self.running = False
def exit_without_saving(self):
"""Exit without saving"""
if self.settings.has_pending():
if Confirm.ask("\n[bold red]Discard all pending changes?[/bold red]"):
self.settings.discard()
self.console.print("\n[yellow]Changes discarded[/yellow]")
input("\nPress Enter to return to launcher...")
self.running = False
else:
return
else:
self.running = False
def run_settings_tool():
"""Entry point for settings tool"""
tool = SettingsTool()
tool.run()
|