feat: Add orm for Tools and clean up Tool logic (#1935)

This commit is contained in:
Matthew Zhou
2024-10-25 14:25:40 -07:00
committed by GitHub
parent 150240c7a7
commit d74406af41
37 changed files with 833 additions and 789 deletions

View File

@@ -1,21 +1,13 @@
name: Code Style Checks
on:
push:
branches: [ main ]
pull_request:
paths:
- '**.py'
pull_request_target:
types:
- opened
- edited
- synchronize
workflow_dispatch:
permissions:
pull-requests: read
branches: [ main ]
jobs:
validation-checks:
style-checks:
runs-on: ubuntu-latest
strategy:
matrix: