Add FastMCP tool for web scrapping.

Add logging info for tools calling
This commit is contained in:
2026-07-29 16:28:15 +09:00
parent e5bb49a596
commit afb10aa52e
8 changed files with 606 additions and 73 deletions
+2 -1
View File
@@ -22,9 +22,10 @@ Disable Smart App Control (SAC) on Windows
3.Click the Smart App Control settings link.
4.Select Off to disable the feature
6) Setup OPENAI_API_KEY from terminal
6) Setup OPENAI_API_KEY, LANGCHAIN_API_KEY, and SERPAPI_API_KEY from terminal
set LANGCHAIN_API_KEY=<your-langsmith-key>
set OPENAI_API_KEY=<your-api-key>
sett SERPAPI_API_KEY=<your-serpapi-key>
7) Running the Streamlit Application
python -m streamlit run app.py