Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Create a Virtual Environment

Create and activate a virtual environment:

python -m venv venv

For Windows:

venv\Scripts\activate

For macOS/Linux:

source venv/bin/activate

2. Install Dependencies

Install the required Python packages:

pip install -r requirements.txt

playwright install

3. Initialize the Database

Run the ORM to create tables in the database:

python init_db.py

4. Run the Backend Project

Start the FastAPI server:

uvicorn main:app --reload

5.for agentql set api key

$env:AGENTQL_API_KEY="your-api-key"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages