Skip to content

EmergenceAI/ewa-langgraph-example-a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waa-starter-kit-code

A repo of starter code kit for web-automation agent

Step 1: Creat a new python virtual environment (python3.11 recommended) and install all the dependencies

  1. Create a new virtual environment

    python -m venv .venv
  2. Activate the environment

    source .venv/bin/activate
  3. Install the dependencies

    python -m pip install -r requirements.txt

Step 2: Get API key

Get an API key from https://dashboard.emergence.ai, and populate it and an OpenAI key in a .env file:

OPENAI_API_KEY="<your API key here>"
EMERGENCE_API_KEY="<your API key here>"

Step 3: Run the starter code

  1. Run the starter code

        python langgraph_code.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages