Files
pipecat/examples/aws-agentcore/server/client
2025-11-28 15:58:51 -03:00
..
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00
2025-11-28 15:58:51 -03:00

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. Run the bot server. See the server README.

  2. Navigate to the client/typescript directory:

cd client/typescript
  1. Install dependencies:
yarn install
  1. Run the client app:
yarn dev
  1. Visit http://localhost:5173 in your browser.