NINU / agent.py
Ali-Developments's picture
Upload 6 files
8987ddb verified
raw
history blame
181 Bytes
from system_prompt import SYSTEM_PROMPT
def query_agent(user_input):
# Dummy response (replace with actual LLM call)
return f"[NINU Agent] سؤالك كان: {user_input}"