Skip to content

heal-dev/agentql-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentQL Tutorial

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd agentql-tutorial
  2. Install the dependencies:

    npm install
  3. Create a .env file by copying the .env.example file:

    cp .env.example .env
  4. Add your AGENTQL_API_KEY to the .env file:

    AGENTQL_API_KEY=your_agentql_api_key_here
  5. Install Playwright browsers:

    npx playwright install

Running Tests

To run the tests, use the following command:

npm test
``

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published