Skip to content

Develop -> Main - #231

Open
pedroalexleite wants to merge 55 commits into
mainfrom
develop
Open

Develop -> Main#231
pedroalexleite wants to merge 55 commits into
mainfrom
develop

Conversation

@pedroalexleite

Copy link
Copy Markdown
Contributor

No description provided.

MiNeves00 and others added 30 commits May 2, 2025 16:06
#219)

* feat: refactored tracker db folder structure. added alembic migrations

* added tracker logs integration test. added alembic check of migration consistency to actions

* fix: fixed the test actions for alembic

* fix: fixed path for script on the test actions for alembic

* fix: addded tracker dependencies to integration test action

* fix: integration test action installation of tracker

* fix: integration test action cache poetry of tracker

* chore: updated llmstudio lib poetry lock

* fix: integration test action changed working dir for alembic script

* fix: integration test action path for alembic.ini script

* chore: changed the migration bash to python

* chore: changed the migration bash to python and corrected path

* fix: action

* test: adding columns to check for integration tests for migrations

* fix: alembic was not recognizing changes

* fix: alembic

* chore: removed testing columns for logs

* chore: added readme.md

* feat: added extras to logs schema. alembic upgrades on tracker start server if needed

* chore: added .env.template; changed llmstudio alembic default name

* chore: moved server alembic upgrade to utils; reverted poetry.lock of llmstudio lib
* feat: refactored tracker db folder structure. added alembic migrations

* added tracker logs integration test. added alembic check of migration consistency to actions

* fix: fixed the test actions for alembic

* fix: fixed path for script on the test actions for alembic

* fix: addded tracker dependencies to integration test action

* fix: integration test action installation of tracker

* fix: integration test action cache poetry of tracker

* chore: updated llmstudio lib poetry lock

* fix: integration test action changed working dir for alembic script

* fix: integration test action path for alembic.ini script

* chore: changed the migration bash to python

* chore: changed the migration bash to python and corrected path

* fix: action

* test: adding columns to check for integration tests for migrations

* fix: alembic was not recognizing changes

* fix: alembic

* chore: removed testing columns for logs

* chore: added readme.md

* feat: added extras to logs schema. alembic upgrades on tracker start server if needed

* chore: added .env.template; changed llmstudio alembic default name

* chore: moved server alembic upgrade to utils; reverted poetry.lock of llmstudio lib

* fix: alembic now raises error if bigquery migration is generated, if just upgraded it ignores - as its not supported by alembic.

* fix: alembic upgrade head path is now independent of working dir

* fix: updated action for poetry migraiton

* fix: updated action

* fix: updated action

* chore: updated the llmstudio lib tracker version of the extra

* chore: updated migration test action
Signed-off-by: brunoalho99 <132477278+brunoalho99@users.noreply.github.com>
## LLMstudio Version X.X.X

### What was done in this PR:

- ...

### How it was tested:

- ...

### Additional notes:

- Any breaking changes?
- Any new dependencies added?
- Any performance improvements?
## LLMstudio Version X.X.X

### What was done in this PR:

- ...

### How it was tested:

- ...

### Additional notes:

- Any breaking changes?
- Any new dependencies added?
- Any performance improvements?
actions-user and others added 25 commits February 4, 2026 18:01
Updated model configurations and removed obsolete entries.

Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com>
Corrected model names and added new models with parameters.

Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com>
Makes the Bedrock provider compatible with pipelines originally
configured for Azure/OpenAI.

Changes in `bedrock_converse.py`:
- Append a dummy user turn when conversation ends with an assistant
message (Bedrock requires user-last)
- Translate `tool_choice` to Bedrock's `toolChoice` format inside
`toolConfig`
- New `_process_response_format` method: translates `response_format` →
`outputConfig`
- Strip `tool_choice` and `response_format` from `inferenceConfig`
(Bedrock rejects them)
* update python version in tests.yml

* update python version in tests.yml

* update poetry lock

---------

Co-authored-by: Pedro Leite <pedro.leite@mdclone.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants