"""AI Research setup component.""" import streamlit as st from typing import Dict, Any from loguru import logger from ..manager import APIKeyManager from .base import render_navigation_buttons, render_step_indicator def render_ai_research(api_key_manager: APIKeyManager) -> Dict[str, Any]: """Render the AI Research setup step.""" try: st.markdown("""
Configure your research preferences and provide user information