Install the dependencies.
poetry installGet a Tavily API key for the TAVILY_API_KEY environment variable.
Visit your OpenAI settings then click API keys to get an OpenAI API key for the OPENAI_API_KEY environment variable.
Run the Streamlit app.
poetry run streamlit run src/agent_web_search/app/ui.pyInstall pre-commit hooks.
poetry run pre-commit install