mirror of
https://github.com/karust/openserp.git
synced 2026-08-06 01:03:56 +08:00
330 B
330 B
Agent search tool (Python)
A web_search(query) function shaped to register as a tool for an LLM agent.
It returns compact JSON-serializable results the model can read and cite.
pip install -r requirements.txt
python main.py
Import web_search from main.py and register it with your agent framework.