Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 324 Bytes

File metadata and controls

21 lines (16 loc) · 324 Bytes

Agent README

How to Run the Agent

  1. Install dependencies:
npm install
  1. Define env variables: Go to .env and put you API key there.

  2. Run the agent in terminal:

npx adk run ./src/sience_agent.ts
  1. Run the agent in web UI
npx adk web ./src