Modularize frontend

This commit is contained in:
Jai Suphavadeeprasit 2025-10-13 11:53:13 -04:00
parent bb5eab2645
commit c2d5a28d15
8 changed files with 1353 additions and 597 deletions

View file

@ -55,7 +55,6 @@ def mock_web_search(query: str, delay: int = 2) -> str:
}
}
print(f"✅ [MOCK] Search completed with {len(result['data']['web'])} results")
return json.dumps(result, indent=2)