Skip to content

NeginFirouzi/google-adk-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-adk-lab

Setup and Installation

Follow the steps below to set up and run the project locally.

1. Create and activate a virtual environment

python -m venv .venv
source .venv/bin/activate   # On Windows use: .venv\Scripts\activate

2. Install dependencies

pip install -r requirements.txt

3. Create a .env file in the project root

Make sure you have a .env file at the root of the project with your configuration variables (GEMINI_API_KEY="your_API_key", OPENAI_API_KEY).

4. Run the agent with Google ADK Web

adk web

About

A simple test project to explore the Google Agent Development Kit.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages