Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
5fbd461
chore: updated b64 converse errors and naming for clarity. added make…
MiNeves00 May 2, 2025
75b1590
feat: refactored tracker db folder structure. added alembic migration…
MiNeves00 May 8, 2025
426784e
[fix] bump prerelease version in pyproject.toml
actions-user May 8, 2025
f37bcba
[fix] bump prerelease version in pyproject.toml
actions-user May 8, 2025
e3ab87a
Fix/alembic ignore bigquery (#220)
MiNeves00 May 14, 2025
8d63cb6
[fix] bump prerelease version in pyproject.toml
actions-user May 14, 2025
7cc382d
feat: added o4-mini support (#221)
MiNeves00 May 28, 2025
16cb442
[fix] bump prerelease version in pyproject.toml
actions-user May 28, 2025
b00a87a
feat: tiktoken upgrade
Nov 17, 2025
3e1d8e5
feat:version update
Nov 17, 2025
9362e67
feat: version bump
Nov 17, 2025
90d0ad0
feat: poetry version
Nov 17, 2025
66d600a
[fix] bump prerelease version in pyproject.toml
actions-user Nov 17, 2025
d3ed532
[fix] bump prerelease version in pyproject.toml
actions-user Nov 17, 2025
beffe43
[fix] bump prerelease version in pyproject.toml
actions-user Nov 18, 2025
e3a0d11
feat: update version
Nov 18, 2025
269618c
[fix] bump prerelease version in pyproject.toml
actions-user Nov 18, 2025
319727d
feat: remove tiktoken
Nov 18, 2025
7dcccea
feat: alpha version
Nov 18, 2025
bbb01fb
Merge branch 'develop' into feature/upgrade_tiktoken
brunoalho99 Nov 18, 2025
7161983
feat: tiktoken upgrade (#223)
brunoalho99 Nov 18, 2025
f28d6ca
[fix] bump prerelease version in pyproject.toml
actions-user Nov 18, 2025
891ca8f
feat: python bump
Nov 18, 2025
58d587c
[fix] bump prerelease version in pyproject.toml
actions-user Nov 18, 2025
0273e05
[fix] bump prerelease version in pyproject.toml
actions-user Nov 18, 2025
ee45eb8
[fix] bump prerelease version in pyproject.toml
actions-user Jan 15, 2026
80347a1
feat: prompt manager tracker
Jan 16, 2026
37d8aac
[fix] bump prerelease version in pyproject.toml
actions-user Jan 16, 2026
e2382bc
chore: bump versions
diogoncalves Feb 3, 2026
2cae677
Chore/bump dependencies (#224)
brunoalho99 Feb 4, 2026
ce1044b
[fix] bump prerelease version in pyproject.toml
actions-user Feb 4, 2026
1fbe91a
[fix] bump prerelease version in pyproject.toml
actions-user Feb 4, 2026
71abd4a
[fix] bump prerelease version in pyproject.toml
actions-user Feb 4, 2026
4d48655
feat: bump versions
Feb 5, 2026
b56e4d7
[fix] bump prerelease version in pyproject.toml
actions-user Feb 5, 2026
1fccd9b
Revise model configurations in config.yaml
diogoncalves Apr 29, 2026
7d63cbc
Fix model names and add new configurations
diogoncalves Apr 29, 2026
b5a9cdc
chore: bump python
diogoncalves Jun 2, 2026
528d33d
[fix] bump prerelease version in pyproject.toml
actions-user Jun 2, 2026
01b36ba
[fix] bump prerelease version in pyproject.toml
actions-user Jun 2, 2026
d7bc23c
[fix] bump prerelease version in pyproject.toml
actions-user Jun 2, 2026
8a3a111
feat: add Bedrock provider compatibility with Azure pipeline
Jun 23, 2026
697ba1e
fix lint black formatting issue
Jun 24, 2026
906fd62
bump CI python version and fix LangChain 1.x import errors
Jun 25, 2026
ec41285
upgrade setup-python to v5 and pin to python 3.12
Jun 25, 2026
aeeac88
upgrade checkout and cache actions to v4
Jun 25, 2026
a041816
freplace hub.pull with explicit ChatPromptTemplate in langchain agent…
Jun 25, 2026
9e6047a
replace hub.pull with explicit ChatPromptTemplate in langchain agents…
Jun 25, 2026
95a2666
Feat/bedrock azure compat (#227)
pedroalexleite Jun 25, 2026
306f4fe
Fix py version (#228)
pedroalexleite Jun 25, 2026
19a6121
[fix] bump prerelease version in pyproject.toml
actions-user Jun 25, 2026
7ea916d
[fix] bump prerelease version in pyproject.toml
actions-user Jun 25, 2026
3fc8335
fix: move langchainhub to dev dependencies in llmstudio
pedroalexleite Jul 23, 2026
bf61ace
fix/upgrade-actions-to-v4 (#230)
pedroalexleite Jul 29, 2026
631b9ed
Merge branch 'main' into develop
pedroalexleite Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-dockerhub-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Set up Docker Buildx
- name: Set up Docker Buildx
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-pypi-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-pypi-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-pypi-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-pypi-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-pypi-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
Loading