Spaces:
Runtime error
Runtime error
File size: 37,327 Bytes
800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 4773feb 800ba42 |
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 |
import os
import gradio as gr
import requests
import pandas as pd
import asyncio
import time
from pathlib import Path
# LlamaIndex and tool imports
from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent
from llama_index.core.tools import FunctionTool
from llama_index.tools.duckduckgo import DuckDuckGoSearchToolSpec
from llama_index.llms.azure_openai import AzureOpenAI
from youtube_transcript_api import YouTubeTranscriptApi, NoTranscriptFound
from bs4 import BeautifulSoup
import pdfplumber
import docx
import speech_recognition as sr
import base64
import tempfile
import re
from io import BytesIO, StringIO
from dotenv import load_dotenv
load_dotenv()
# ------------------------------
# 0. Define Azure OpenAI LLM
# ------------------------------
api_key = os.getenv("AZURE_OPENAI_API_KEY")
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
azure_api_version = os.getenv("AZURE_OPENAI_API_VERSION")
azure_deployment_name = os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME")
azure_model_name = os.getenv("AZURE_OPENAI_MODEL_NAME")
llm = AzureOpenAI(
engine=azure_deployment_name,
model=azure_model_name,
temperature=0.0,
azure_endpoint=azure_endpoint,
api_key=api_key,
api_version=azure_api_version,
)
# ------------------------------
# 1. Helper Functions / Tools
# ------------------------------
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
# File parsing tool
def parse_file(file_url: str, file_name: str) -> str:
try:
# Determine file type from file_name or URL
if len(file_name)>0:
file_type = Path(file_name).suffix.lower()
file_type = file_type.split("?")[0]
else:
file_type = None
# Remove query params
if file_type:
resp = requests.get(file_url, timeout=30)
resp.raise_for_status()
content = resp.content
# --- Excel Files ---
if file_type in [".xlsx", ".xls"]:
try:
df = pd.read_excel(BytesIO(content))
return f"Excel Content:\n{df.head(5).to_string(index=False)}" # Only first 5 rows
except Exception as e:
return f"Excel parsing error: {str(e)}"
# --- CSV Files ---
elif file_type == ".csv":
try:
df = pd.read_csv(BytesIO(content))
return f"CSV Content:\n{df.head(5).to_string(index=False)}" # Only first 5 rows
except Exception as e:
return f"CSV parsing error: {str(e)}"
# --- Text Files ---
elif file_type == ".txt":
text = content.decode(errors='ignore')
return f"Text Content:\n{text[:3500]}"
# --- PDF Files ---
elif file_type == ".pdf":
try:
with pdfplumber.open(BytesIO(content)) as pdf:
text = "\n".join(page.extract_text() or "" for page in pdf.pages[:3]) # First 3 pages
return f"PDF Content:\n{text[:3500]}"
except Exception as e:
return f"PDF parsing error: {str(e)}"
# --- DOCX Files ---
elif file_type == ".docx":
try:
d = docx.Document(BytesIO(content))
text = "\n".join(p.text for p in d.paragraphs[:50]) # First 50 paragraphs
return f"DOCX Content:\n{text[:3500]}"
except Exception as e:
return f"DOCX parsing error: {str(e)}"
# --- MP3 Files ---
elif file_type == ".mp3":
return transcribe_audio(content) # Use helper function
# --- Python Files ---
elif file_type == ".py":
text = content.decode(errors='ignore')
return f"Python Code:\n{text[:3500]}"
# --- Unsupported Types ---
else:
return f"Unsupported file type: {file_type}"
else:
return "No file type provided or file URL is invalid."
except Exception as e:
print(f"[parse_file] ERROR: {e}")
return f"File parsing failed: {str(e)}"
# Audio transcription helper
def transcribe_audio(content: bytes) -> str:
try:
# Create temp files
with tempfile.NamedTemporaryFile(suffix=".mp3", delete=False) as mp3_tmp:
mp3_tmp.write(content)
mp3_path = mp3_tmp.name
wav_path = mp3_path.replace(".mp3", ".wav")
# Convert to WAV
try:
from pydub import AudioSegment
audio = AudioSegment.from_mp3(mp3_path)
audio.export(wav_path, format="wav")
audio_file = wav_path
except ImportError:
audio_file = mp3_path # Fallback to MP3 if pydub not available
# Transcribe audio
recognizer = sr.Recognizer()
with sr.AudioFile(audio_file) as source:
audio = recognizer.record(source)
transcript = recognizer.recognize_google(audio)
# Cleanup
for path in [mp3_path, wav_path]:
if os.path.exists(path):
os.remove(path)
return f"Audio Transcript:\n{transcript}"
except Exception as e:
print(f"Audio transcription error: {e}")
return "Could not transcribe audio"
# YouTube transcript tool
def get_youtube_transcript(url: str) -> str:
try:
video_id = url.split("v=")[-1].split("&")[0] # Clean video ID
transcript = YouTubeTranscriptApi.get_transcript(video_id)
return " ".join([e['text'] for e in transcript])
except NoTranscriptFound:
return "No transcript available for this video"
except Exception as e:
return f"Error retrieving transcript: {str(e)}"
# ------------ DuckDuckGo Search and Extract -------------------------
def scrape_text_from_url(url: str, max_chars=4000) -> str:
"""Fetch and clean main text from a webpage (basic version)."""
try:
resp = requests.get(url, timeout=10)
soup = BeautifulSoup(resp.text, 'html.parser')
# Get visible text only, skip scripts/styles
text = ' '.join(soup.stripped_strings)
return text[:max_chars]
except Exception as e:
return f"Could not scrape {url}: {e}"
def duckduckgo_search_and_scrape(
question: str,
max_results: int = 10,
min_chars: int = 400, # treat shorter pages as βunscrapableβ
max_chars: int = 4000 # final truncate length
) -> str:
"""
DuckDuckGo β scrape β fallback.
1. Try up to max_results links; return the first page that gives
β₯ min_chars of visible text.
2. If none succeed, compose an answer from the DDG result metadata.
"""
ddg_spec = DuckDuckGoSearchToolSpec()
results = ddg_spec.duckduckgo_full_search(question) or []
if not isinstance(results, list):
return "No search results found."
cleaned_pages = []
for entry in results[:max_results]:
href = entry.get("href", "")
if not href:
continue
# --- attempt to scrape ------------------------------------------------
text = scrape_text_from_url(href, max_chars=max_chars)
if text.startswith("Could not scrape") or len(text) < min_chars:
continue # treat as failure β try next result
# success!
return (
f"Here is content scraped from {href}:\n\n"
f"{text}\n\n"
"Based on this, please answer the original question."
)
# ---------------- fallback: build summary from DDG metadata --------------
if not results:
return "No search results found."
summary_lines = []
for idx, entry in enumerate(results[:max_results], start=1):
title = entry.get("title") or "Untitled result"
snippet = (entry.get("body") or "").replace("\n", " ")[:160]
href = entry.get("href")
summary_lines.append(f"{idx}. {title} β {snippet} ({href})")
return (
"I could not successfully scrape any of the top pages. "
"Here are the top DuckDuckGo results:\n\n"
+ "\n".join(summary_lines)
+ "\n\nPlease answer the original question using this list."
)
# ------------ Image Processing Tool Functions -------------------------
# MIME type mapping for images
MIME_MAP = {
'.jpg': 'jpeg',
'.jpeg': 'jpeg',
'.png': 'png',
'.bmp': 'bmp',
'.gif': 'gif',
'.webp': 'webp'
}
# 3. Image agent with enhanced capabilities
def process_image(file_url: str, question: str) -> str:
"""
Download the image, send it to Azure's vision API, and return the reply text.
"""
try:
print(f"Processing image via process_image function from URL: {file_url}")
resp = requests.get(file_url, timeout=30)
resp.raise_for_status()
raw = resp.content
# 2) Figure out the MIME type from headers (fallback to png)
mime = resp.headers.get("Content-Type", "image/png")
# 3) Build data URI
img_b64 = base64.b64encode(raw).decode()
data_uri = f"data:{mime};base64,{img_b64}"
print(f"Image downloaded and encoded successfully.")
from openai import AzureOpenAI
vision_client = AzureOpenAI(
api_key=api_key,
api_version=azure_api_version,
azure_endpoint=azure_endpoint,
)
messages = [
{"role": "system", "content": (
"You are a vision expert. Answer based *only* on the image content."
)},
{"role": "user", "content": [
{"type": "text", "text": question},
{"type": "image_url", "image_url": {"url": data_uri}}
]},
]
response = vision_client.chat.completions.create(
model=azure_model_name,
messages=messages,
temperature=0.0,
max_tokens=2000,
)
print(f"Vision API response received : {response.choices[0].message.content.strip()}")
return response.choices[0].message.content.strip()
except Exception as e:
return f"Vision API error: {e}"
# βββ formatter.py (or inline in your module) βββββββββββββββββββββββββ
from pydantic import BaseModel, ValidationError
from openai import AzureOpenAI
FALLBACK = "ANSWER_NOT_FOUND" # single source of truth, keep as plain text
SYSTEM_PROMPT = (
"You are an answer-formatter. I will give you:\n"
" β’ the user question\n"
" β’ a raw multi-agent trace that may contain Thoughts, Actions, tool "
" outputs, and possibly a FINAL ANSWER.\n\n"
"Your job:\n"
"1. Extract the true answer if it is present anywhere in the trace.\n"
"2. Output exactly one line in this template:\n"
" FINAL ANSWER: <ANSWER>\n\n"
"If the trace contains no FINAL ANSWER **but the question itself already contains enough information**, deduce the answer on your own."
"Return a FINAL ANSWER line in the usual format.\n"
"Rules for <ANSWER>:\n"
"β’ Number β digits only, no commas, no currency/percent signs unless "
" explicitly asked for.\n"
"β’ String β as short as possible, no articles unless required.\n"
"β’ List β comma-separated values following the above rules; if no order "
" is specified, sort alphabetically.\n"
"β’ If rounding or units are requested in the question, apply before "
" formatting and include the unit with **no preceding space**.\n\n"
f"If you cannot find a valid answer, output:\n"
f" FINAL ANSWER: {FALLBACK}\n\n"
"Examples (follow exactly)\n"
"###\n"
"Q: Reverse this word: elppa\n"
"Trace: (no FINAL ANSWER)\n"
"A: FINAL ANSWER: apple\n"
"Q: What is 2+3?\n"
"Trace: Thought: need a calculator\n"
"A: FINAL ANSWER: 5\n"
"Q: How many planets? Trace: β¦ FINAL ANSWER: 8\n"
"A: FINAL ANSWER: 8\n"
"###\n"
"Q: Give the colour. Trace: β¦ blue.\n"
"A: FINAL ANSWER: blue\n"
"###\n"
"Q: Name the three vowels. Trace: β¦ a, e, i, o, u.\n"
"A: FINAL ANSWER: a,e,i,o,u\n"
"###\n"
"Q: Whatβs the speed? (units requested) Trace: β¦ 3.0 m/s.\n"
"A: FINAL ANSWER: 3.0m/s\n"
"###\n"
"Q: Any answer? Trace: β¦ tool failure β¦\n"
f"A: FINAL ANSWER: {FALLBACK}"
)
class Result(BaseModel):
final_answer: str
def format_final_answer(question: str,
raw_trace: str,
*,
api_key: str,
api_version: str,
endpoint: str,
deployment: str,
temperature: float = 0.0) -> str:
"""
Second-pass LLM call that converts an unstructured agent trace into the
strict 'FINAL ANSWER: β¦' template. On any error returns the FALLBACK.
"""
try:
from openai import AzureOpenAI
client = AzureOpenAI(
api_key=api_key,
api_version=api_version,
azure_endpoint=endpoint,
)
messages = [
{"role": "system", "content": SYSTEM_PROMPT},
{"role": "user", "content": f"Question: {question}\nTrace: {raw_trace}"}
]
rsp = client.chat.completions.create(
model=deployment,
messages=messages,
temperature=temperature,
max_tokens=120,
)
out = rsp.choices[0].message.content.strip()
# Remove the label for downstream code (keep only the value)
if out.lower().startswith("final answer:"):
out = out.split(":", 1)[1].strip()
# basic schema check β non-empty string
Result(final_answer=out)
return out or FALLBACK
except (ValidationError, Exception):
return FALLBACK
# ------------------------------
# 2. BasicAgent Class Definition
# ------------------------------
REASONING_PROMPT = """
You are the Router-&-Reasoning-Agent.
NEVER output filler like βCould you please provide more contextβ.
If the answer is not already in the question, DELEGATE:
β’ Any external fact β WebSearch-Agent
β’ YouTube link β YouTube-Agent
β’ File link (PDFβ¦) β File-Agent
β’ Image link β Image-Agent
How to delegate
βββββββββββββββ
Call the special tool `handoff` **once** with JSON:
{"to_agent":"<agent_name>","reason":"<why>"}
When to answer directly
βββββββββββββββββββββββ
β’ The question already contains all information needed (e.g. reversed text,
Caesar cipher, mental arithmetic, pure logic).
β’ You are 100 % certain no external resource is required.
Output format
βββββββββββββ
β’ If you delegate β return the tool call only; the delegated agent will finish.
β’ If you answer yourself β one line:
FINAL ANSWER: <clean answer>
Follow the global rules (digits only, short strings, comma-lists, etc.).
Never
βββββ
β’ Never try to scrape the web or parse files yourself.
β’ Never add filler like βThinkingβ¦β or βAwaiting responseβ.
β’ Never answer if the question clearly needs a specialised agent.
Example
βββββββ
Example (self-contained)
Q: .rewsna eht sa "tfel" β¦ β reversed
A: FINAL ANSWER: right
Example (delegation)
Q: Who wrote the novel Dune?
A: Action: handoff
Action Input: {"to_agent":"websearch_agent","reason":"needs web"}
"""
class BasicAgent:
def __init__(self):
"""Initialize the BasicAgent with all tools and agent workflow."""
self.llm = llm
self.api_url = DEFAULT_API_URL
# Initialize tools
self._setup_tools()
# Initialize agents
self._setup_agents()
# Initialize agent workflow
self._setup_workflow()
# Define routing instruction
self.routing_instruction = (
"You are a multi-agent AI system that routes questions **and** produces "
"the final answer.\n\n"
"β If the question already *contains* the needed information "
"(e.g. encoded, reversed, maths puzzle), **answer directly** β "
"no tools, no sub-agents.\n\n"
"You have four specialised agents:\n"
"β’ File-Agent β files (PDF, DOCX, β¦)\n"
"β’ YouTube-Agent β video transcripts\n"
"β’ WebSearch-Agent β fresh/general web info\n"
"β’ Image-Agent β vision questions\n\n"
"When you delegate, do **not** add commentary such as "
"'I will await the agent's response'.\n"
"When you answer yourself, end with:\n"
" FINAL ANSWER: <clean answer>\n\n"
"Example β (self-contained)\n"
'Q: "opposite of north"..."\n'
"A: FINAL ANSWER: south\n\n"
"Example β (delegation)\n"
"Q: Who wrote Dune?\n"
"A: Action: handoff\n"
'Action Input: {"to_agent":"websearch_agent","reason":"needs web"}\n'
)
def _setup_tools(self):
"""Initialize all the tools."""
self.file_parser_tool = FunctionTool.from_defaults(parse_file)
self.youtube_transcript_tool = FunctionTool.from_defaults(get_youtube_transcript)
self.ddg_tool = FunctionTool.from_defaults(
fn=duckduckgo_search_and_scrape,
name="web_search",
description=(
"Performs a DuckDuckGo search, attempts to scrape each top result, "
"and falls back to result metadata if scraping fails."
)
)
self.image_processing_tool = FunctionTool.from_defaults(
fn=process_image,
name="image_processing",
description="Downloads the image at `file_url` and answers `question` based on its visual content."
)
def _setup_agents(self):
"""Initialize all the specialized agents."""
self.reasoning_agent = ReActAgent(
name="reasoning_agent",
description="Router and on-board reasoning.",
system_prompt=REASONING_PROMPT,
tools=[], # no direct tools β only `handoff` is implicit
llm=self.llm,
)
# File Parsing ReActAgent
self.file_agent = ReActAgent(
name="file_agent",
description="Expert at reading and extracting info from files",
system_prompt="""You are File-Agent.
A router has already chosen you because the userβs question involves a
non-image file (PDF, DOCX, XLSX, CSV, TXT, MP3, β¦).
Rules
1. ALWAYS call the tool `parse_file(file_url, file_type?)` **once** to read
the file.
2. Use ONLY the file content to answer the user.
3. NEVER hand the task to another agent and NEVER mention you are using a tool.
4. When you are done, reply with one line in this exact format:
FINAL ANSWER: <clean answer text>""",
tools=[self.file_parser_tool],
llm=self.llm,
)
# YouTube ReActAgent
self.youtube_agent = ReActAgent(
name="youtube_agent",
description="Expert at extracting info from YouTube videos by transcript.",
system_prompt="""
You are YouTube-Agent.
The router picked you because the question references a YouTube video.
Rules
1. ALWAYS call `get_youtube_transcript(url)` once.
2. Base your answer ONLY on the transcript you receive.
3. Do NOT search the web, do NOT invoke other tools.
4. End with:
FINAL ANSWER: <clean answer text>
""",
tools=[self.youtube_transcript_tool],
llm=self.llm,
)
# DuckDuckGo Web Search ReActAgent
self.search_agent = ReActAgent(
name="websearch_agent",
description="Web search expert.",
system_prompt=(
"You are WebSearch-Agent.\n"
"1. ALWAYS call the tool `web_search` exactly once.\n"
"2. Read the text the tool returns and craft a concise answer to the user.\n"
"3. Do NOT quote the entire extract; use only the facts needed.\n"
"4. Finish with:\n"
" FINAL ANSWER: <clean answer text>"
"...\n"
"Example\n"
"User: Who wrote the novel Dune?\n"
"Tool output: Here is content scraped from https://en.wikipedia.org/wiki/Dune_(novel): ... Frank Herbert ... Based on this, please answer the original question.\n"
"Assistant: FINAL ANSWER: Frank Herbert\n"
),
tools=[self.ddg_tool],
llm=self.llm,
)
# Image Agent
self.image_agent = ReActAgent(
name="image_agent",
description="Analyzes images and answers questions using the image_processing tool.",
system_prompt=(
"""
You are Image-Agent.
The router picked you because the question involves an image file.
Rules
1. ALWAYS call the tool `image_processing(file_url, question)` exactly once.
2. Use ONLY the image content to answer the user.
3. NEVER hand the task to another agent and NEVER mention you are using a tool.
4. When you are done, reply with one line in this exact format:
FINAL ANSWER: <clean answer text>
"""
),
tools=[self.image_processing_tool],
llm=self.llm,
)
def _setup_workflow(self):
"""Initialize the agent workflow."""
self.agentflow = AgentWorkflow(
agents=[self.reasoning_agent,
self.file_agent,
self.youtube_agent,
self.search_agent,
self.image_agent],
root_agent=self.reasoning_agent.name # start with pure reasoning
)
# βββ BasicAgent._extract_final_answer ββββββββββββββββββββββββββββββββββββββββββ
def _extract_final_answer(self, question: str, agent_resp) -> str:
raw_trace = "\n".join(block.text for block in agent_resp.response.blocks)
return format_final_answer(
question,
raw_trace,
api_key=api_key,
api_version=azure_api_version,
endpoint=azure_endpoint,
deployment=azure_model_name,
)
def __call__(self, question: str, task_id: str, file_name: str, file_type = None) -> str:
"""
Main method to process a question and return an answer.
This method will be called by the evaluation system.
Args:
question (str): The question to answer
task_id (str, optional): Task ID for file retrieval
file_name (str, optional): Name of the file associated with the question
file_type (str, optional): Type of the file (e.g., .pdf, .docx, etc.)
Returns:
str: The answer to the question
"""
try:
# Check if there's a file associated with this question
# The evaluation system should provide file info in the question or via task_id
enhanced_question = question
if len(file_name) > 0:
file_url = f"{DEFAULT_API_URL}/files/{task_id}"
print(f"Processing file: {file_name} with type {file_type} at URL {file_url}")
enhanced_question += f"\nThis question relates to the file at {file_url} (filename: {file_name} and file type: {file_type}). Please analyze its contents using the appropriate tool."
# Construct the full prompt with routing instructions
full_prompt = f"\n\nUser Question:\n{enhanced_question}"
# Run the agent workflow with proper async handling
agent_resp = self._run_async_workflow(full_prompt)
print(f"Agent response received:\n{question}\n---\n{agent_resp}")
# Extract & return
final_answer = self._extract_final_answer(question, agent_resp)
print("Final answer extracted:", final_answer)
print(f"Final answer extracted: {final_answer}")
print("------------------------------------------------------------------------------------------------")
print('****************************************************************************')
return final_answer
except Exception as e:
print(f"Error in BasicAgent.__call__: {e}")
return f"Error processing question: {str(e)}"
# βββ keep just ONE runner ββββββββββββββββββββββββββββββββββββββββββββ
def _run_async_workflow(self, prompt: str):
"""
Call `agentflow.run()` until the response STOPs containing an
Action/Thought line. Works with older llama-index that has no
`.initialize() / .run_step()`.
"""
async def _step(msg):
return await self.agentflow.run(user_msg=msg)
async def _inner():
rsp = await _step(prompt) # first turn
# If the last block is still a tool-call, keep asking βcontinueβ
while rsp.response.blocks[-1].text.lstrip().lower().startswith(("action:", "thought:")):
rsp = await _step("continue")
return rsp
try:
loop = asyncio.get_running_loop() # running inside Gradio
except RuntimeError: # plain Python
return asyncio.run(_inner())
else:
return asyncio.run_coroutine_threadsafe(_inner(), loop).result()
# ------------------------------
# 3. Modified answer_questions_batch function (kept for reference)
# ------------------------------
async def answer_questions_batch(questions_data):
"""
This function is kept for reference but is no longer used in the main flow.
The BasicAgent class now handles individual questions directly.
"""
answers = []
agent = BasicAgent()
for question_data in questions_data:
question = question_data.get("question", "")
file_name = question_data.get("file_name", "")
task_id = question_data.get("task_id", "")
file_type = Path(file_name).suffix.lower().split("?")[0] if len(file_name)> 0 else None
try:
# Let the BasicAgent handle the question processing
answer = agent(question, task_id, file_name, file_type)
answers.append({
"task_id": task_id,
"question": question,
"submitted_answer": answer
})
except Exception as e:
print(f"Error processing question {task_id}: {e}")
answers.append({
"task_id": task_id,
"question": question,
"submitted_answer": f"Error: {str(e)}"
})
time.sleep(1) # Rate limiting
return answers
def run_and_submit_all(profile: gr.OAuthProfile | None):
"""
Fetches all questions, runs the BasicAgent on them, submits all answers,
and displays the results.
"""
# --- Determine HF Space Runtime URL and Repo URL ---
space_id = os.getenv("SPACE_ID") # Get the SPACE_ID for sending link to the code
if profile:
username = f"{profile.username}"
print(f"User logged in: {username}")
else:
print("User not logged in.")
return "Please Login to Hugging Face with the button.", None
api_url = DEFAULT_API_URL
questions_url = f"{api_url}/questions"
submit_url = f"{api_url}/submit"
# 1. Instantiate Agent
try:
agent = BasicAgent()
print("BasicAgent instantiated successfully.")
except Exception as e:
print(f"Error instantiating agent: {e}")
return f"Error initializing agent: {e}", None
# In the case of an app running as a hugging Face space, this link points toward your codebase
agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
print(agent_code)
# 2. Fetch Questions
print(f"Fetching questions from: {questions_url}")
try:
response = requests.get(questions_url, timeout=15)
response.raise_for_status()
questions_data = response.json()
if not questions_data:
print("Fetched questions list is empty.")
return "Fetched questions list is empty or invalid format.", None
print(f"Fetched {len(questions_data)} questions.")
except requests.exceptions.RequestException as e:
print(f"Error fetching questions: {e}")
return f"Error fetching questions: {e}", None
except requests.exceptions.JSONDecodeError as e:
print(f"Error decoding JSON response from questions endpoint: {e}")
print(f"Response text: {response.text[:500]}")
return f"Error decoding server response for questions: {e}", None
except Exception as e:
print(f"An unexpected error occurred fetching questions: {e}")
return f"An unexpected error occurred fetching questions: {e}", None
# 3. Run your Agent
results_log = []
answers_payload = []
print(f"Running agent on {len(questions_data)} questions...")
for item in questions_data:
task_id = item.get("task_id")
question_text = item.get("question")
file_name = item.get("file_name", "")
if not task_id or question_text is None:
print(f"Skipping item with missing task_id or question: {item}")
continue
try:
# Prepare enhanced question with file information if present
enhanced_question = question_text
if len(file_name) > 0:
file_type = Path(file_name).suffix.lower().split("?")[0]
file_url = f"{api_url}/files/{task_id}"
enhanced_question += f"\nThis question relates to the file at {file_url} (filename: {file_name} and file type: {file_type}). Please analyze its contents using the appropriate tool."
else:
file_type = None
# Call the agent
submitted_answer = agent(enhanced_question, task_id, file_name, file_type)
answers_payload.append({"task_id": task_id, "submitted_answer": submitted_answer})
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": submitted_answer})
except Exception as e:
print(f"Error running agent on task {task_id}: {e}")
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
if not answers_payload:
print("Agent did not produce any answers to submit.")
return "Agent did not produce any answers to submit.", pd.DataFrame(results_log)
# 4. Prepare Submission
submission_data = {"username": username.strip(), "agent_code": agent_code, "answers": answers_payload}
status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
print(status_update)
# 5. Submit
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
try:
response = requests.post(submit_url, json=submission_data, timeout=60)
response.raise_for_status()
result_data = response.json()
final_status = (
f"Submission Successful!\n"
f"User: {result_data.get('username')}\n"
f"Overall Score: {result_data.get('score', 'N/A')}% "
f"({result_data.get('correct_count', '?')}/{result_data.get('total_attempted', '?')} correct)\n"
f"Message: {result_data.get('message', 'No message received.')}"
)
print("Submission successful.")
results_df = pd.DataFrame(results_log)
return final_status, results_df
except requests.exceptions.HTTPError as e:
error_detail = f"Server responded with status {e.response.status_code}."
try:
error_json = e.response.json()
error_detail += f" Detail: {error_json.get('detail', e.response.text)}"
except requests.exceptions.JSONDecodeError:
error_detail += f" Response: {e.response.text[:500]}"
status_message = f"Submission Failed: {error_detail}"
print(status_message)
results_df = pd.DataFrame(results_log)
return status_message, results_df
except requests.exceptions.Timeout:
status_message = "Submission Failed: The request timed out."
print(status_message)
results_df = pd.DataFrame(results_log)
return status_message, results_df
except requests.exceptions.RequestException as e:
status_message = f"Submission Failed: Network error - {e}"
print(status_message)
results_df = pd.DataFrame(results_log)
return status_message, results_df
except Exception as e:
status_message = f"An unexpected error occurred during submission: {e}"
print(status_message)
results_df = pd.DataFrame(results_log)
return status_message, results_df
# --- Build Gradio Interface using Blocks ---
with gr.Blocks() as demo:
gr.Markdown("# Basic Agent Evaluation Runner")
gr.Markdown(
"""
**Instructions:**
1. Please clone this space, then modify the code to define your agent's logic, the tools, the necessary packages, etc ...
2. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
3. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
---
**Disclaimers:**
Once clicking on the "submit button, it can take quite some time ( this is the time for the agent to go through all the questions).
This space provides a basic setup and is intentionally sub-optimal to encourage you to develop your own, more robust solution. For instance for the delay process of the submit button, a solution could be to cache the answers and submit in a seperate action or even to answer the questions in async.
"""
)
gr.LoginButton()
run_button = gr.Button("Run Evaluation & Submit All Answers")
status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
run_button.click(
fn=run_and_submit_all,
outputs=[status_output, results_table]
)
if __name__ == "__main__":
print("\n" + "-"*30 + " App Starting " + "-"*30)
# Check for SPACE_HOST and SPACE_ID at startup for information
space_host_startup = os.getenv("SPACE_HOST")
space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup
if space_host_startup:
print(f"β
SPACE_HOST found: {space_host_startup}")
print(f" Runtime URL should be: https://{space_host_startup}.hf.space")
else:
print("βΉοΈ SPACE_HOST environment variable not found (running locally?).")
if space_id_startup: # Print repo URLs if SPACE_ID is found
print(f"β
SPACE_ID found: {space_id_startup}")
print(f" Repo URL: https://huggingface.co/spaces/{space_id_startup}")
print(f" Repo Tree URL: https://huggingface.co/spaces/{space_id_startup}/tree/main")
else:
print("βΉοΈ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
print("-"*(60 + len(" App Starting ")) + "\n")
print("Launching Gradio Interface for Basic Agent Evaluation...")
demo.launch(debug=True, share=False) |