from system_prompt import SYSTEM_PROMPT def query_agent(user_input): # Dummy response (replace with actual LLM call) return f"[NINU Agent] سؤالك كان: {user_input}"