SYMBOL INDEX (6 symbols across 4 files) FILE: app.py function track_cost_callback (line 21) | def track_cost_callback(kwargs, completion_response, start_time, end_time): function process_with_llm (line 33) | def process_with_llm(prompt, model, max_tokens, temperature): function process_threat_intel (line 54) | def process_threat_intel(description, file_content, model, data_types, d... FILE: firecrawl_integration.py function scrape_url (line 12) | def scrape_url(url): FILE: threat_research.py function perform_threat_research (line 11) | def perform_threat_research(query): FILE: ui.py function render_ui (line 13) | def render_ui(prompts, process_with_llm):