Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 736 Bytes

File metadata and controls

27 lines (18 loc) · 736 Bytes

Android Samples for the Agent Payments Protocol AP2

This directory contains Android samples demonstrating how to use AP2.

Getting Started

  • Explore Scenarios: To understand what these samples can do, see the scenarios directory for detailed examples.
  • Review the Code: Dive into the implementation by reviewing the code in the shopping_assistant directory.
  • All Samples: Return to the main samples directory to see examples in other languages.

Prerequisites

  • Python 3.10+
  • uv

Installation

Set up your virtual environment and install packages:

uv sync

(Note: Each scenario has a run.sh script that will do this automatically.)