mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
Modularize frontend
This commit is contained in:
parent
bb5eab2645
commit
c2d5a28d15
8 changed files with 1353 additions and 597 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue