A preconfigured Streamlit frontend for Agent Development Kit.
-
Clone this repository
git clone https://github.com/koverholt/adk-streamlit.git -
Install dependencies
pip install -r requirements.txt -
Change to the app directory
cd adk-streamlit/streamlit-agent -
Run the app
streamlit run agent.py -
Navigate to the app in your browser
-
Try various prompts!
-
What's the weather in New York?
-
What's the weather in Tokyo?
-
What's the weather in Phoenix?
