Spaces:
Sleeping
Sleeping
File size: 61,061 Bytes
aaa201d fee16cd aaa201d c066961 aaa201d 67ac29c aaa201d | 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 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 | """
Multi-Agent LoL Coach System
Main integration file connecting router, agents, and orchestrator.
"""
import os
import logging
from datetime import datetime
from dotenv import load_dotenv
from langchain_openai import ChatOpenAI, OpenAIEmbeddings
from langchain.tools import tool
from langchain_community.vectorstores import FAISS
from tavily import TavilyClient
# Import API clients
from riot_api import RiotAPI
try:
# Try YouTube Data API first (more reliable)
from youtube_api import YouTubeAPIClient as YouTubeScraper
print("โ
Using YouTube Data API")
except Exception as e:
# Fallback to web scraper
from youtube_scraper import YouTubeScraper
print(f"โ ๏ธ Using web scraper (API import failed: {e})")
# Import multi-agent components
from multi_agent_router import create_router, QueryRouter
from specialized_agents import create_specialized_agents, BaseLoLAgent
from multi_agent_orchestrator import create_orchestrator, MultiAgentOrchestrator
# Create logs directory if it doesn't exist
log_dir = os.path.join(os.path.dirname(__file__), 'logs')
os.makedirs(log_dir, exist_ok=True)
# Setup logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
handlers=[
logging.FileHandler(os.path.join(log_dir, f'multi_agent_{datetime.now().strftime("%Y%m%d")}.log')),
logging.StreamHandler()
]
)
logger = logging.getLogger(__name__)
def load_knowledge_base_retriever(openai_api_key: str):
"""
Load the LoL knowledge base FAISS vector store as a retriever.
Args:
openai_api_key: OpenAI API key for embeddings
Returns:
FAISS retriever or None if knowledge base doesn't exist
"""
embeddings = OpenAIEmbeddings(api_key=openai_api_key)
knowledge_base_path = "./knowledge_base/faiss_index"
if os.path.exists(knowledge_base_path):
logger.info(f"Loading FAISS knowledge base from {knowledge_base_path}")
try:
vector_store = FAISS.load_local(
knowledge_base_path,
embeddings,
allow_dangerous_deserialization=True
)
retriever = vector_store.as_retriever(search_kwargs={"k": 5})
logger.info("โ
FAISS knowledge base loaded successfully")
return retriever
except Exception as e:
logger.error(f"โ Error loading FAISS knowledge base: {e}")
return None
else:
logger.warning(f"โ ๏ธ Knowledge base not found at {knowledge_base_path}")
logger.warning(" Run 'python create_lol_knowledge_base.py' to create it")
return None
# Import existing tools (from original lol_coach_agent.py)
# These will be distributed among specialized agents
class MultiAgentLoLCoach:
"""
Multi-agent League of Legends coaching system with intelligent routing.
"""
def __init__(
self,
openai_api_key: str,
riot_api_key: str,
region: str = "na1",
routing_value: str = "americas",
summoner_name: str = None,
summoner_tag: str = None,
additional_summoners: list = None
):
# Initialize LLM
self.llm = ChatOpenAI(
api_key=openai_api_key,
model="gpt-4o-mini",
temperature=0.3
)
# Store API keys and user info for tools
self.riot_api_key = riot_api_key
self.region = region
self.routing_value = routing_value
self.summoner_name = summoner_name
self.summoner_tag = summoner_tag
self.additional_summoners = additional_summoners or []
# Initialize API clients
self.riot_api = RiotAPI(api_key=riot_api_key, region=region, routing=routing_value)
self.youtube_scraper = YouTubeScraper()
# Initialize Tavily client for web search
tavily_api_key = os.getenv("TAVILY_API_KEY")
self.tavily_client = TavilyClient(api_key=tavily_api_key) if tavily_api_key else None
# Initialize components
logger.info("Initializing Multi-Agent LoL Coach System...")
print("๐ Initializing Multi-Agent LoL Coach System...")
# Load FAISS knowledge base
self.knowledge_retriever = load_knowledge_base_retriever(openai_api_key)
if self.knowledge_retriever:
print(" โ
FAISS knowledge base loaded")
else:
print(" โ ๏ธ FAISS knowledge base not available")
# Display tracked summoners
if summoner_name and summoner_tag:
primary_summoner = f"{summoner_name}#{summoner_tag}"
logger.info(f"Primary Summoner: {primary_summoner} ({region.upper()})")
print(f" ๐ค Primary Summoner: {primary_summoner} ({region.upper()})")
if additional_summoners:
logger.info(f"Additional Summoners: {', '.join(additional_summoners)}")
print(f" ๐ฅ Additional Summoners: {', '.join(additional_summoners)}")
# 1. Create router
self.router = create_router(openai_api_key)
logger.info("Router initialized successfully")
print(" โ
Router initialized")
# 2. Organize tools by category
tools = self._organize_tools()
# 3. Create specialized agents
self.agents = create_specialized_agents(self.llm, tools)
logger.info(f"{len(self.agents)} specialized agents created")
print(f" โ
{len(self.agents)} specialized agents created:")
for name, agent in self.agents.items():
info = agent.get_info()
print(f" โข {name}: {info['tool_count']} tools")
# 4. Create orchestrator
self.orchestrator = create_orchestrator(self.llm, self.agents)
print(" โ
Orchestrator initialized")
print("\nโจ Multi-Agent System Ready!\n")
def _organize_tools(self) -> dict:
"""
Organize all tools into categories for distribution to specialized agents.
Note: This imports tools from the original lol_coach_agent.py
We'll need to refactor those tools to be importable.
"""
# Helper function to get tagline for summoner
def get_tagline_for_summoner(summoner_name: str) -> str:
"""Look up the correct tagline for a summoner name."""
summoner_name_lower = summoner_name.lower()
tracked_summoners = [(self.summoner_name, self.summoner_tag)]
for summoner in self.additional_summoners:
if "#" in summoner:
name, tag = summoner.split("#", 1)
tracked_summoners.append((name.strip(), tag.strip()))
for name, tag in tracked_summoners:
if name.lower() == summoner_name_lower:
return tag
return self.summoner_tag or "NA1"
# === MATCH ANALYSIS TOOLS ===
match_tools = []
@tool
def get_summoner_profile(summoner_name: str = None, tag_line: str = None) -> str:
"""
Get summoner profile information including level, rank, and basic stats.
If no summoner_name provided, uses the configured default summoner.
"""
if summoner_name is None:
summoner_name = self.summoner_name
if tag_line is None:
tag_line = get_tagline_for_summoner(summoner_name)
try:
account_info = self.riot_api.get_account_by_riot_id(summoner_name, tag_line)
if not account_info:
return f"โ Account '{summoner_name}#{tag_line}' not found."
puuid = account_info.get('puuid')
summoner_info = self.riot_api.get_summoner_by_puuid(puuid)
if not summoner_info or 'id' not in summoner_info:
return f"โ Summoner data not found for '{summoner_name}#{tag_line}'."
ranked_info = self.riot_api.get_ranked_stats(summoner_info.get('id'))
result = f"๐ **Summoner Profile: {summoner_name}#{tag_line}**\n\n"
result += f"โข Level: {summoner_info.get('summonerLevel', 'N/A')}\n\n"
if ranked_info:
for queue in ranked_info:
queue_type = queue.get('queueType', 'Unknown')
tier = queue.get('tier', 'Unranked')
rank = queue.get('rank', '')
lp = queue.get('leaguePoints', 0)
wins = queue.get('wins', 0)
losses = queue.get('losses', 0)
win_rate = (wins / (wins + losses) * 100) if (wins + losses) > 0 else 0
result += f"**{queue_type}**\n"
result += f"โข Rank: {tier} {rank} ({lp} LP)\n"
result += f"โข Win Rate: {wins}W / {losses}L ({win_rate:.1f}%)\n\n"
else:
result += "โข No ranked data available\n"
return result
except Exception as e:
logger.error(f"Error fetching summoner profile: {e}")
return f"โ Error fetching summoner profile: {str(e)}"
match_tools.append(get_summoner_profile)
@tool
def analyze_recent_matches(summoner_name: str = None, tag_line: str = None, num_matches: int = 10) -> str:
"""
Analyze recent match history and provide performance insights.
Shows KDA, win rate, CS, damage, and identifies patterns.
"""
if summoner_name is None:
summoner_name = self.summoner_name
if tag_line is None:
tag_line = get_tagline_for_summoner(summoner_name)
try:
account_info = self.riot_api.get_account_by_riot_id(summoner_name, tag_line)
if not account_info:
return f"โ Account '{summoner_name}#{tag_line}' not found."
puuid = account_info.get('puuid')
match_ids = self.riot_api.get_match_history(puuid, count=num_matches)
if not match_ids:
return "โ No match history found."
matches_data = []
for match_id in match_ids[:num_matches]:
match_detail = self.riot_api.get_match_details(match_id, puuid)
if match_detail:
matches_data.append(match_detail)
if not matches_data:
return "โ Could not retrieve match details."
# Calculate statistics
total_games = len(matches_data)
wins = sum(1 for m in matches_data if m['win'])
win_rate = (wins / total_games * 100) if total_games > 0 else 0
avg_kills = sum(m['kills'] for m in matches_data) / total_games
avg_deaths = sum(m['deaths'] for m in matches_data) / total_games
avg_assists = sum(m['assists'] for m in matches_data) / total_games
avg_kda = ((avg_kills + avg_assists) / avg_deaths) if avg_deaths > 0 else 0
avg_cs = sum(m['cs'] for m in matches_data) / total_games
avg_damage = sum(m['damage'] for m in matches_data) / total_games
# Champion frequency
champion_counts = {}
for match in matches_data:
champ = match['champion']
if champ not in champion_counts:
champion_counts[champ] = {'games': 0, 'wins': 0}
champion_counts[champ]['games'] += 1
if match['win']:
champion_counts[champ]['wins'] += 1
result = f"๐ฎ **Match Analysis: Last {total_games} Games**\n\n"
result += f"**Overall Performance:**\n"
result += f"โข Win Rate: {wins}W / {total_games - wins}L ({win_rate:.1f}%)\n"
result += f"โข Average KDA: {avg_kills:.1f} / {avg_deaths:.1f} / {avg_assists:.1f} ({avg_kda:.2f} ratio)\n"
result += f"โข Average CS: {avg_cs:.0f}\n"
result += f"โข Average Damage: {avg_damage:,.0f}\n\n"
result += "**Champion Pool:**\n"
for champ, stats in sorted(champion_counts.items(), key=lambda x: x[1]['games'], reverse=True):
champ_wr = (stats['wins'] / stats['games'] * 100) if stats['games'] > 0 else 0
result += f"โข {champ}: {stats['games']} games, {stats['wins']}W ({champ_wr:.0f}% WR)\n"
result += "\n**Recent Matches:**\n"
for i, match in enumerate(matches_data[:5], 1):
result_icon = "โ
" if match['win'] else "โ"
kda = f"{match['kills']}/{match['deaths']}/{match['assists']}"
result += f"{i}. {result_icon} {match['champion']} - {kda} - {match['cs']} CS\n"
return result
except Exception as e:
logger.error(f"Error analyzing matches: {e}")
return f"โ Error analyzing matches: {str(e)}"
match_tools.append(analyze_recent_matches)
# === KNOWLEDGE BASE TOOLS ===
knowledge_tools = []
# Add FAISS knowledge base search
if self.knowledge_retriever:
@tool
def search_lol_knowledge(query: str) -> str:
"""
Search the League of Legends knowledge base for information about champions,
items, runes, game mechanics, strategies, and meta information.
"""
try:
docs = self.knowledge_retriever.invoke(query)
if docs:
results = []
for i, doc in enumerate(docs, 1):
results.append(f"[Source {i}]\n{doc.page_content}\n")
return "\n".join(results)
else:
return "No relevant information found in the knowledge base."
except Exception as e:
logger.error(f"Error searching knowledge base: {e}")
return f"Error searching knowledge base: {str(e)}"
knowledge_tools.append(search_lol_knowledge)
# Add Tavily web search for real-time LoL information
if self.tavily_client:
@tool
def search_web_lol_info(query: str) -> str:
"""
Search the web for real-time League of Legends information including:
- Current meta analysis and tier lists
- Latest patch notes and balance changes
- Pro player builds and strategies
- Champion guides from popular sites
- Recent tournament results
Use this for up-to-date information that may not be in the knowledge base.
"""
try:
# Add "League of Legends" to the query for better results
search_query = f"League of Legends {query}"
logger.info(f"Tavily search: {search_query}")
response = self.tavily_client.search(
query=search_query,
search_depth="advanced",
max_results=5
)
if not response or 'results' not in response:
return "โ No web results found."
results = []
for i, result in enumerate(response['results'][:5], 1):
title = result.get('title', 'No title')
content = result.get('content', 'No content')
url = result.get('url', 'No URL')
results.append(f"**[{i}] {title}**\n{content}\n๐ Source: {url}\n")
if results:
return "๐ **Web Search Results:**\n\n" + "\n".join(results)
else:
return "โ No relevant web results found."
except Exception as e:
logger.error(f"Error searching web with Tavily: {e}")
return f"โ Error searching web: {str(e)}"
knowledge_tools.append(search_web_lol_info)
# === VIDEO GUIDE TOOLS ===
video_tools = []
@tool
def find_champion_guides(champion_name: str, max_results: int = 5) -> str:
"""
Find YouTube video guides for a specific champion.
Returns video titles, channels, durations, and links to helpful guides.
"""
try:
query = f"League of Legends {champion_name} guide season 14 2024"
videos = self.youtube_scraper.search_videos(query, max_results)
if not videos:
return f"โ No guide videos found for {champion_name}."
result = f"๐ฌ **YouTube Guides for {champion_name}**\n\n"
result += f"Found {len(videos)} helpful guides:\n\n"
result += self.youtube_scraper.format_video_list(videos)
result += "\n๐ก **Tip:** Watch these guides to learn optimal combos, positioning, and decision-making!"
return result
except Exception as e:
logger.error(f"Error finding champion guides: {e}")
return f"โ Error finding champion guides: {str(e)}"
video_tools.append(find_champion_guides)
@tool
def find_matchup_videos(champion_name: str, enemy_champion: str, max_results: int = 3) -> str:
"""
Find YouTube videos showing how to play a specific matchup.
Shows real gameplay examples of your champion vs enemy champion.
"""
try:
query = f"League of Legends {champion_name} vs {enemy_champion} matchup guide"
videos = self.youtube_scraper.search_videos(query, max_results)
if not videos:
return f"โ No matchup videos found for {champion_name} vs {enemy_champion}."
result = f"โ๏ธ **{champion_name} vs {enemy_champion} - Matchup Videos**\n\n"
result += f"Watch these to learn how to play this matchup:\n\n"
result += self.youtube_scraper.format_video_list(videos)
result += f"\n๐ก **Watch for:** Trading patterns, wave management, powerspikes, and how to exploit {enemy_champion}'s weaknesses"
return result
except Exception as e:
logger.error(f"Error finding matchup videos: {e}")
return f"โ Error finding matchup videos: {str(e)}"
video_tools.append(find_matchup_videos)
@tool
def find_educational_videos(topic: str, max_results: int = 5) -> str:
"""
Find educational League of Legends videos on a specific topic.
Topics can include: wave management, trading, macro, team fighting, vision control, etc.
"""
try:
query = f"League of Legends {topic} guide tutorial"
videos = self.youtube_scraper.search_videos(query, max_results)
if not videos:
return f"โ No educational videos found for '{topic}'."
result = f"๐ **Learning Resources: {topic}**\n\n"
result += self.youtube_scraper.format_video_list(videos)
result += f"\n๐ **Study tip:** Take notes while watching and practice these concepts in your next games!"
return result
except Exception as e:
logger.error(f"Error finding educational videos: {e}")
return f"โ Error finding educational videos: {str(e)}"
video_tools.append(find_educational_videos)
# === BUILD ADVISOR TOOLS ===
build_tools = []
@tool
def get_optimal_build(champion_name: str, role: str = "any", enemy_matchup: str = None) -> str:
"""
Get optimal item build, runes, and skill order for a champion based on current meta.
Uses real-time data from Tavily to find the best builds being used by high-elo players.
"""
try:
if not self.tavily_client:
return "โ Tavily API not configured. Cannot fetch build recommendations."
# Build search query
query = f"{champion_name} {role} build items runes skill order season 14 2024 high elo pro"
if enemy_matchup:
query += f" vs {enemy_matchup}"
logger.info(f"Fetching optimal build: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=5
)
if not response or 'results' not in response:
return f"โ Could not find build information for {champion_name}."
result = f"๐ ๏ธ **Optimal Build for {champion_name}**"
if role and role != "any":
result += f" ({role.capitalize()})"
if enemy_matchup:
result += f" vs {enemy_matchup}"
result += "\n\n"
result += "**Current Meta Build Information:**\n\n"
for i, item in enumerate(response['results'][:3], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:250]}...\n"
result += f" ๐ Source: {item['url']}\n\n"
result += "๐ก **Tip:** Look for common patterns across sources - consistent recommendations indicate proven strategies!"
return result
except Exception as e:
logger.error(f"Error fetching optimal build: {e}")
return f"โ Error fetching build: {str(e)}"
build_tools.append(get_optimal_build)
@tool
def get_champion_matchups(champion_name: str) -> str:
"""
Get matchup information including counters, favorable matchups, and tips.
Uses real-time data to find current meta matchup analysis.
"""
try:
if not self.tavily_client:
return "โ Tavily API not configured. Cannot fetch matchup data."
query = f"{champion_name} counters matchups tier list strong against weak against"
logger.info(f"Fetching matchup data: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=5
)
if not response or 'results' not in response:
return f"โ Could not find matchup information for {champion_name}."
result = f"โ๏ธ **{champion_name} Matchup Analysis**\n\n"
result += "**Current Meta Analysis:**\n\n"
for i, item in enumerate(response['results'][:3], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:250]}...\n"
result += f" ๐ {item['url']}\n\n"
result += "๐ก **Tip:** Study your hardest matchups and learn how pros play them!"
return result
except Exception as e:
logger.error(f"Error fetching matchups: {e}")
return f"โ Error fetching matchups: {str(e)}"
build_tools.append(get_champion_matchups)
@tool
def get_personalized_build_advice(champion_name: str, summoner_name: str = None) -> str:
"""
Get personalized build recommendations based on the summoner's match history and playstyle.
Analyzes recent performance to suggest build adaptations.
"""
try:
# Get summoner's recent matches to analyze playstyle
summoner_context = ""
if summoner_name or self.summoner_name:
name = summoner_name or self.summoner_name
tagline = self.get_tagline_for_summoner(name)
logger.info(f"Analyzing {name}'s playstyle for personalized build")
summoner_info = self.riot_api.get_summoner(name, tagline)
if summoner_info and 'puuid' in summoner_info:
matches = self.riot_api.get_match_history(summoner_info['puuid'], count=5)
if matches:
# Analyze playstyle from recent matches
total_kills = 0
total_deaths = 0
total_damage = 0
game_count = 0
for match_id in matches[:5]:
match_detail = self.riot_api.get_match_details(match_id, summoner_info['puuid'])
if match_detail:
total_kills += match_detail.get('kills', 0)
total_deaths += match_detail.get('deaths', 0)
total_damage += match_detail.get('damage', 0)
game_count += 1
if game_count > 0:
avg_kda = ((total_kills) / total_deaths) if total_deaths > 0 else total_kills
avg_damage = total_damage / game_count
if avg_kda > 4:
summoner_context = f"\n**Your Playstyle:** Aggressive carry-style (KDA: {avg_kda:.1f}). Consider damage-focused builds."
elif avg_kda < 2:
summoner_context = f"\n**Your Playstyle:** Struggling with deaths (KDA: {avg_kda:.1f}). Consider defensive/survivability items."
else:
summoner_context = f"\n**Your Playstyle:** Balanced playstyle (KDA: {avg_kda:.1f}). Standard meta builds work well."
if avg_damage > 20000:
summoner_context += f"\n**Damage Profile:** High damage dealer ({avg_damage:,.0f} avg). Keep prioritizing damage."
elif avg_damage < 12000:
summoner_context += f"\n**Damage Profile:** Lower damage output ({avg_damage:,.0f} avg). Focus on damage items and positioning."
# Get meta build with personalized context
if not self.tavily_client:
return "โ Tavily API not configured."
query = f"{champion_name} build recommendations playstyle adaptations when ahead when behind"
logger.info(f"Fetching personalized build advice: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=4
)
result = f"๐ฏ **Personalized Build Advice for {champion_name}**\n"
result += summoner_context
result += "\n\n**Build Adaptations:**\n\n"
if response and 'results' in response:
for i, item in enumerate(response['results'][:3], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:200]}...\n"
result += f" ๐ {item['url']}\n\n"
result += "\n๐ก **Remember:** Adapt your build based on game state - build defensively when behind, offensively when ahead!"
return result
except Exception as e:
logger.error(f"Error getting personalized build advice: {e}")
return f"โ Error: {str(e)}"
build_tools.append(get_personalized_build_advice)
# === PREGAME STRATEGY TOOLS ===
pregame_tools = []
@tool
def recommend_bans(enemy_picks: str = None, your_role: str = None) -> str:
"""
Recommend champions to ban based on current meta and enemy team picks.
Helps you ban OP champions or counter enemy team composition.
Args:
enemy_picks: Comma-separated list of champions enemy has already picked (optional)
your_role: Your intended role to ban lane counters (optional)
"""
try:
if not self.tavily_client:
return "โ Tavily API not configured. Cannot fetch ban recommendations."
# Build query based on context
query = "League of Legends season 14 2024 best bans meta OP champions tier list"
if enemy_picks:
query += f" synergy with {enemy_picks}"
if your_role:
query += f" {your_role} lane counters"
logger.info(f"Fetching ban recommendations: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=5
)
if not response or 'results' not in response:
return "โ Could not fetch ban recommendations."
result = "๐ซ **Ban Recommendations**\n\n"
if enemy_picks:
result += f"**Enemy Picks:** {enemy_picks}\n"
if your_role:
result += f"**Your Role:** {your_role}\n"
result += "\n**Meta Analysis & Ban Priority:**\n\n"
for i, item in enumerate(response['results'][:4], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:220]}...\n"
result += f" ๐ {item['url']}\n\n"
result += "๐ก **Ban Strategy Tips:**\n"
result += "โข Ban champions that counter your main champion\n"
result += "โข Ban meta OP champions with high win rates\n"
result += "โข Ban champions that synergize well with enemy picks\n"
result += "โข Consider banning champions your team struggles against"
return result
except Exception as e:
logger.error(f"Error recommending bans: {e}")
return f"โ Error: {str(e)}"
pregame_tools.append(recommend_bans)
@tool
def suggest_champion_pick(
role: str,
team_picks: str = None,
enemy_picks: str = None,
preferred_playstyle: str = None
) -> str:
"""
Suggest the best champion to pick for your role based on team composition and enemy picks.
Args:
role: Your role (top, jungle, mid, adc, support)
team_picks: Comma-separated list of what your team has picked (optional)
enemy_picks: Comma-separated list of enemy team picks (optional)
preferred_playstyle: Your preferred playstyle (aggressive, defensive, utility, etc.)
"""
try:
if not self.tavily_client:
return "โ Tavily API not configured."
# Build comprehensive query
query = f"League of Legends best {role} champions season 14 2024"
context_parts = []
if team_picks:
context_parts.append(f"team composition {team_picks}")
if enemy_picks:
context_parts.append(f"counter picks against {enemy_picks}")
if preferred_playstyle:
context_parts.append(f"{preferred_playstyle} playstyle")
if context_parts:
query += " " + " ".join(context_parts)
query += " meta tier list synergy"
logger.info(f"Suggesting champion pick: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=5
)
if not response or 'results' not in response:
return f"โ Could not find champion recommendations for {role}."
result = f"๐ฏ **Champion Pick Recommendation for {role.upper()}**\n\n"
if team_picks:
result += f"**Your Team:** {team_picks}\n"
if enemy_picks:
result += f"**Enemy Team:** {enemy_picks}\n"
if preferred_playstyle:
result += f"**Playstyle:** {preferred_playstyle}\n"
result += "\n**Top Recommendations:**\n\n"
for i, item in enumerate(response['results'][:4], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:220]}...\n"
result += f" ๐ {item['url']}\n\n"
result += "๐ก **Pick Strategy:**\n"
result += "โ Pick champions that synergize with your team\n"
result += "โ Pick counter-picks when possible\n"
result += "โ Pick champions you're comfortable playing\n"
result += "โ Consider team needs (AP/AD damage, tankiness, engage/disengage)"
return result
except Exception as e:
logger.error(f"Error suggesting champion pick: {e}")
return f"โ Error: {str(e)}"
pregame_tools.append(suggest_champion_pick)
@tool
def analyze_team_composition(
your_team: str,
enemy_team: str = None
) -> str:
"""
Analyze team composition to identify win conditions, strengths, weaknesses, and strategy.
Args:
your_team: Comma-separated list of your team's champions (e.g., "Darius, Lee Sin, Ahri, Jinx, Thresh")
enemy_team: Comma-separated list of enemy champions (optional)
"""
try:
if not self.tavily_client:
return "โ Tavily API not configured."
# Analyze team comp
query = f"League of Legends team composition analysis {your_team}"
if enemy_team:
query += f" vs {enemy_team} matchup"
query += " win condition strategy strengths weaknesses"
logger.info(f"Analyzing team composition: {query}")
response = self.tavily_client.search(
query=query,
search_depth="advanced",
max_results=5
)
result = f"๐ **Team Composition Analysis**\n\n"
result += f"**Your Team:** {your_team}\n"
if enemy_team:
result += f"**Enemy Team:** {enemy_team}\n"
result += "\n**Composition Analysis:**\n\n"
if response and 'results' in response:
for i, item in enumerate(response['results'][:3], 1):
result += f"{i}. **{item['title']}**\n"
result += f" {item['content'][:220]}...\n"
result += f" ๐ {item['url']}\n\n"
# Add basic analysis framework
result += "\n**Key Strategic Considerations:**\n\n"
result += "๐ฏ **Win Conditions:**\n"
result += "โข Identify your team's power spikes (early/mid/late game)\n"
result += "โข Determine primary win condition (team fights, split push, pick potential)\n\n"
result += "๐ช **Strengths to Leverage:**\n"
result += "โข Team fight potential\n"
result += "โข Engage/disengage capability\n"
result += "โข Damage type balance (AP/AD/True)\n"
result += "โข Tankiness and peel for carries\n\n"
result += "โ ๏ธ **Weaknesses to Cover:**\n"
result += "โข Lack of engage or disengage\n"
result += "โข Vulnerability to certain damage types\n"
result += "โข Poor scaling or weak early game\n"
result += "โข Limited crowd control\n\n"
result += "๐ **Game Plan:**\n"
if enemy_team:
result += "โข Compare power spikes with enemy team\n"
result += "โข Identify favorable and unfavorable matchups\n"
result += "โข Play to your strengths and cover weaknesses\n"
result += "โข Coordinate objectives around your win condition"
return result
except Exception as e:
logger.error(f"Error analyzing team composition: {e}")
return f"โ Error: {str(e)}"
pregame_tools.append(analyze_team_composition)
@tool
def get_match_team_details(summoner_name: str = None, match_number: int = 1) -> str:
"""
Get complete team composition details from a recent match, including all 10 players,
their champions, roles, and team assignments. Perfect for analyzing actual team comps.
Args:
summoner_name: Summoner name to get match history from (uses primary summoner if not provided)
match_number: Which recent match to analyze (1 = most recent, 2 = second most recent, etc.)
"""
try:
# Determine which summoner to use
name = summoner_name or self.summoner_name
if not name:
return "โ No summoner name provided and no default summoner configured."
tagline = self.get_tagline_for_summoner(name)
logger.info(f"Fetching match team details for {name}#{tagline}, match #{match_number}")
# Get summoner info
summoner_info = self.riot_api.get_summoner(name, tagline)
if not summoner_info or 'puuid' not in summoner_info:
return f"โ Could not find summoner: {name}#{tagline}"
puuid = summoner_info['puuid']
# Get match history
matches = self.riot_api.get_match_history(puuid, count=max(match_number, 5))
if not matches or len(matches) < match_number:
return f"โ Could not retrieve match #{match_number}. Only {len(matches) if matches else 0} matches available."
# Get the specific match
match_id = matches[match_number - 1]
logger.info(f"Analyzing match: {match_id}")
# Get full match data using Riot API (without puuid to get all participants)
match_data = self.riot_api.get_match_details(match_id)
if not match_data or 'info' not in match_data:
return f"โ Could not retrieve match data for match #{match_number}"
info = match_data['info']
participants = info.get('participants', [])
if not participants:
return "โ No participant data available for this match."
# Find the summoner's team
summoner_team_id = None
for p in participants:
if p.get('puuid') == puuid:
summoner_team_id = p.get('teamId')
break
# Organize teams
blue_team = []
red_team = []
for p in participants:
player_info = {
'name': f"{p.get('riotIdGameName', 'Unknown')}#{p.get('riotIdTagline', '')}",
'champion': p.get('championName', 'Unknown'),
'role': p.get('teamPosition', 'UNKNOWN').replace('UTILITY', 'SUPPORT'),
'kills': p.get('kills', 0),
'deaths': p.get('deaths', 0),
'assists': p.get('assists', 0),
'win': p.get('win', False)
}
if p.get('teamId') == 100: # Blue side
blue_team.append(player_info)
else: # Red side
red_team.append(player_info)
# Sort teams by role
role_order = {'TOP': 0, 'JUNGLE': 1, 'MIDDLE': 2, 'BOTTOM': 3, 'SUPPORT': 4, 'UNKNOWN': 5}
blue_team.sort(key=lambda x: role_order.get(x['role'], 5))
red_team.sort(key=lambda x: role_order.get(x['role'], 5))
# Determine which team was yours
your_team_label = "Blue Team" if summoner_team_id == 100 else "Red Team"
enemy_team_label = "Red Team" if summoner_team_id == 100 else "Blue Team"
your_team = blue_team if summoner_team_id == 100 else red_team
enemy_team = red_team if summoner_team_id == 100 else blue_team
match_result = "Victory" if your_team[0]['win'] else "Defeat"
# Build result
result = f"๐ฎ **Match Team Composition - Match #{match_number}**\n\n"
result += f"**Match ID:** {match_id}\n"
result += f"**Result:** {match_result}\n"
result += f"**Summoner:** {name}#{tagline}\n\n"
result += f"โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\n"
result += f"**{your_team_label} (Your Team)** {'โ
' if your_team[0]['win'] else 'โ'}\n"
result += f"โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\n"
for player in your_team:
kda = f"{player['kills']}/{player['deaths']}/{player['assists']}"
role_icon = {'TOP': 'โฌ๏ธ', 'JUNGLE': '๐ฒ', 'MIDDLE': 'โญ', 'BOTTOM': '๐ฏ', 'SUPPORT': '๐ก๏ธ'}.get(player['role'], 'โ')
result += f"{role_icon} **{player['role']}**: {player['champion']}\n"
result += f" Player: {player['name']} | KDA: {kda}\n"
result += f"\nโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\n"
result += f"**{enemy_team_label} (Enemy Team)** {'โ
' if enemy_team[0]['win'] else 'โ'}\n"
result += f"โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ\n"
for player in enemy_team:
kda = f"{player['kills']}/{player['deaths']}/{player['assists']}"
role_icon = {'TOP': 'โฌ๏ธ', 'JUNGLE': '๐ฒ', 'MIDDLE': 'โญ', 'BOTTOM': '๐ฏ', 'SUPPORT': '๐ก๏ธ'}.get(player['role'], 'โ')
result += f"{role_icon} **{player['role']}**: {player['champion']}\n"
result += f" Player: {player['name']} | KDA: {kda}\n"
# Create composition strings for further analysis
your_champions = [p['champion'] for p in your_team]
enemy_champions = [p['champion'] for p in enemy_team]
result += f"\n\n๐ก **Team Composition Summary:**\n"
result += f"**Your Team:** {', '.join(your_champions)}\n"
result += f"**Enemy Team:** {', '.join(enemy_champions)}\n\n"
result += f"๐ You can now use `analyze_team_composition` with these exact teams for detailed strategic analysis!"
return result
except Exception as e:
logger.error(f"Error getting match team details: {e}")
return f"โ Error retrieving match details: {str(e)}"
pregame_tools.append(get_match_team_details)
return {
"match": match_tools, # get_summoner_profile, analyze_recent_matches
"build": build_tools, # get_optimal_build, get_champion_matchups, get_personalized_build_advice
"video": video_tools, # find_champion_guides, find_matchup_videos, find_educational_videos
"knowledge": knowledge_tools, # search_lol_knowledge with FAISS, search_web_lol_info
"pregame": pregame_tools # recommend_bans, suggest_champion_pick, analyze_team_composition
}
def chat(self, user_message: str, thread_id: str = "default") -> str:
"""
Handle a user message through the multi-agent system.
Args:
user_message: User's question or request
thread_id: Conversation thread ID
Returns:
Response from the appropriate agent(s)
"""
logger.info(f"Processing user query: {user_message[:100]}...")
logger.info(f"Thread ID: {thread_id}")
print("\n" + "=" * 80)
print(f"๐ฌ User: {user_message}")
print("=" * 80)
try:
# 1. Route the query
route = self.router.route(user_message)
logger.info(f"Query routed to: {route.agent}")
# 2. Handle based on routing decision
if route.agent == "orchestrator" or route.needs_multiple_agents:
# Use orchestrator for complex queries
logger.info("Using orchestrator for multi-agent workflow")
response = self.orchestrator.handle_query(user_message, thread_id)
else:
# Direct to specific agent
agent = self.agents.get(route.agent)
if agent:
agent_desc = self.router.get_agent_description(route.agent)
print(f"\n{agent_desc}")
logger.info(f"Invoking {route.agent}")
response = agent.invoke(user_message, thread_id)
logger.info(f"Agent {route.agent} completed successfully")
else:
error_msg = f"Agent '{route.agent}' not found"
logger.error(error_msg)
response = f"โ {error_msg}"
except Exception as e:
logger.error(f"Error processing query: {str(e)}", exc_info=True)
response = self._handle_error(e, user_message)
print("\n" + "=" * 80)
print("๐ค Response:")
print(response)
print("=" * 80 + "\n")
logger.info(f"Response length: {len(response)} characters")
return response
def _handle_error(self, error: Exception, query: str) -> str:
"""
Handle errors gracefully with fallback responses.
Args:
error: The exception that occurred
query: The original user query
Returns:
User-friendly error message
"""
error_type = type(error).__name__
logger.error(f"Error type: {error_type}, Query: {query[:100]}")
# Check for specific error types
if "API" in str(error) or "api" in str(error).lower():
return ("โ ๏ธ I'm having trouble connecting to the game data services right now. "
"Please check your API keys and try again in a moment.")
if "rate limit" in str(error).lower():
return ("โ ๏ธ We've hit a rate limit. Please wait a moment and try again.")
if "timeout" in str(error).lower():
return ("โ ๏ธ The request took too long. Please try again with a simpler question.")
# Generic fallback
return (f"โ I encountered an error: {str(error)}\n\n"
f"๐ก Try asking about:\n"
f" โข Match analysis: 'Analyze my recent games'\n"
f" โข Champion builds: 'What items should I build on [champion]?'\n"
f" โข Video guides: 'Find guides for [champion]'\n"
f" โข Game knowledge: 'What does [term] mean?'\n"
f" โข Pre-game strategy: 'Who should I ban?'")
def _fallback_response(self, query: str) -> str:
"""
Fallback response when routing fails or query is out of scope.
Args:
query: The user's query
Returns:
Helpful fallback message
"""
logger.warning(f"Fallback triggered for query: {query[:100]}")
return ("๐ค I'm not quite sure how to help with that specific question.\n\n"
"I specialize in:\n"
" ๐ฏ **Match Analysis** - Review your recent games and performance\n"
" ๐ ๏ธ **Build Advice** - Optimal items and runes for champions\n"
" ๐ฌ **Video Guides** - Find tutorials and gameplay videos\n"
" ๐ **Game Knowledge** - Explain League of Legends concepts\n"
" ๐ฏ **Pre-game Strategy** - Champion select, bans, and drafting\n\n"
"Try rephrasing your question or ask about one of these topics!")
def get_system_info(self) -> dict:
"""Get information about the multi-agent system."""
logger.debug("Retrieving system information")
return {
"agents": {
name: agent.get_info()
for name, agent in self.agents.items()
},
"router": "Active",
"orchestrator": "Active"
}
def create_multi_agent_coach(
openai_api_key: str = None,
riot_api_key: str = None,
region: str = None,
routing_value: str = None,
summoner_name: str = None,
summoner_tag: str = None,
additional_summoners: str = None
) -> MultiAgentLoLCoach:
"""
Create a configured multi-agent LoL coach system.
Args:
openai_api_key: OpenAI API key (loads from .env if not provided)
riot_api_key: Riot Games API key (loads from .env if not provided)
region: Riot API region (loads from .env if not provided)
routing_value: Riot API routing value (loads from .env if not provided)
summoner_name: Primary summoner name (loads from .env if not provided)
summoner_tag: Primary summoner tag (loads from .env if not provided)
additional_summoners: Comma-separated list of summoners (loads from .env if not provided)
Returns:
Configured MultiAgentLoLCoach instance
"""
load_dotenv()
openai_api_key = openai_api_key or os.getenv("OPENAI_API_KEY")
riot_api_key = riot_api_key or os.getenv("RIOT_API_KEY")
region = region or os.getenv("REGION", "na1")
routing_value = routing_value or os.getenv("ROUTING_VALUE", "americas")
summoner_name = summoner_name or os.getenv("SUMMONER_NAME")
summoner_tag = summoner_tag or os.getenv("SUMMONER_TAG")
# Parse additional summoners from comma-separated string
additional_summoners_str = additional_summoners or os.getenv("ADDITIONAL_SUMMONERS", "")
additional_summoners_list = [s.strip() for s in additional_summoners_str.split(",") if s.strip()]
return MultiAgentLoLCoach(
openai_api_key=openai_api_key,
riot_api_key=riot_api_key,
region=region,
routing_value=routing_value,
summoner_name=summoner_name,
summoner_tag=summoner_tag,
additional_summoners=additional_summoners_list
)
def create_gradio_interface(coach: MultiAgentLoLCoach):
"""
Create a Gradio web interface for the multi-agent coach.
Args:
coach: Configured MultiAgentLoLCoach instance
Returns:
Gradio Blocks interface
"""
import gradio as gr
def chat_wrapper(message, history):
"""Wrapper for Gradio chat interface"""
try:
# Use message directly for processing
response = coach.chat(message, "gradio_session")
return response
except Exception as e:
logger.error(f"Gradio chat error: {str(e)}", exc_info=True)
return f"โ Error: {str(e)}\n\nPlease try again or rephrase your question."
# Create Gradio interface
with gr.Blocks(title="โ๏ธ LoL Multi-Agent Coach") as demo:
gr.Markdown(
"""
# โ๏ธ League of Legends Multi-Agent Coach
### AI-Powered Coaching with 5 Specialized Agents
**Available Agents:**
- ๐ฏ **Pregame Agent** - Champion select, bans, draft strategy
- ๐ฏ **Match Analyzer** - Game history and performance analysis
- ๐ ๏ธ **Build Advisor** - Optimal items, runes, and champions
- ๐ฌ **Video Guide** - YouTube tutorials and gameplay videos
- ๐ **Knowledge Base** - Game concepts and terminology
*The system automatically routes your question to the best agent(s)!*
"""
)
with gr.Row():
with gr.Column(scale=2):
chatbot = gr.Chatbot(
height=500,
label="Multi-Agent Coach Chat",
show_label=True
)
msg = gr.Textbox(
label="Your Question",
placeholder="E.g., 'Who should I ban?' or 'What items should I build on Ahri?'",
lines=2
)
with gr.Row():
submit = gr.Button("Send", variant="primary", size="lg")
clear = gr.Button("Clear Chat", size="lg")
with gr.Column(scale=1):
gr.Markdown("### ๐ก Example Questions")
examples = gr.Examples(
examples=[
"Who should I ban in ranked?",
"What champion should I pick for mid lane?",
"Analyze my recent matches",
"What items should I build on Ahri?",
"Find Yasuo guides",
"What does AP mean?",
"I keep losing as Jinx, help me",
"What are good team compositions?",
"How do I counter Yasuo?",
"Show me educational videos about wave management"
],
inputs=msg,
label="Click to try:"
)
gr.Markdown(
"""
### ๐ฏ Routing Intelligence
The router automatically detects:
- **Pre-game questions** โ Pregame Agent
- **Performance questions** โ Match Analyzer
- **Build questions** โ Build Advisor
- **Video requests** โ Video Guide
- **Learning questions** โ Knowledge Base
- **Complex questions** โ Multi-agent orchestration
"""
)
with gr.Accordion("๐ System Information", open=False):
sys_info = coach.get_system_info()
gr.JSON(value=sys_info, label="Active Agents")
# Event handlers - Gradio 6.x format with role/content dictionaries
def respond(message, history):
"""Handle chat response with proper Gradio 6.x format"""
if not message or not message.strip():
return history, ""
bot_response = chat_wrapper(message, history)
# Gradio 6.x expects list of dicts with 'role' and 'content'
history = history or []
history.append({"role": "user", "content": message})
history.append({"role": "assistant", "content": bot_response})
return history, ""
msg.submit(respond, [msg, chatbot], [chatbot, msg])
submit.click(respond, [msg, chatbot], [chatbot, msg])
clear.click(lambda: [], None, chatbot, queue=False)
return demo
# Example usage for local development
if __name__ == "__main__":
import sys
# Create the multi-agent system
coach = create_multi_agent_coach()
# Check if running with --ui flag
if "--ui" in sys.argv or "-ui" in sys.argv:
logger.info("Starting Gradio UI interface...")
print("\n๐ Launching Gradio Web Interface...")
demo = create_gradio_interface(coach)
demo.launch(
share=True,
server_name="127.0.0.1",
server_port=7860
)
else:
# CLI test mode
# Test queries demonstrating different routing
test_queries = [
"Who should I ban in ranked?", # โ pregame_agent
"Analyze my recent matches", # โ match_analyzer
"What items should I build on Ahri?", # โ build_advisor
"Find Yasuo guides", # โ video_guide
"What does AP mean?", # โ knowledge_base
"I keep losing as Jinx, help me get better", # โ orchestrator (multiple agents)
]
print("\n" + "๐งช" * 40)
print("TESTING MULTI-AGENT SYSTEM")
print("๐งช" * 40 + "\n")
for query in test_queries:
coach.chat(query)
print("\n")
# Display system info
print("\n" + "โน๏ธ" * 40)
print("SYSTEM INFORMATION")
print("โน๏ธ" * 40)
import json
print(json.dumps(coach.get_system_info(), indent=2))
print("\n๐ก Tip: Run with '--ui' flag to launch web interface:")
print(" python multi_agent_coach.py --ui")
|