Skip to content

wyf7107/nearby-restaurants-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nearby-restaurants-agent

An Agent that can help find nearby restaurants with an address using custom MCP servers.

Built by Google Agent Development Kit

Prerequisite

  • Python3
  • uv

How to run

  • Create virtual env: python3 -m venv ./venv
  • Activate venv: source venv/bin/activate
  • Get Google api key and fill in mcp_server/.env
  • Get Vertex AI Api Key and fill it in sample_agent/agent/.env, note this is different from the above api key. This one is generated from Vertex AI Studio while the above key is generated from Google Cloud Console for google map api access.
  • Install dependencies:
  1. pip install google-adk
  2. cd mcp-server
  3. uv pip install -r pyproject.toml
  4. cd ../sample_agent
  5. Run adk web
  6. Have fun!

Screenshot:

alt text

Reference

About

An Agent that can help find nearby restaurants with an address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages