Commit Graph
91 Commits
Author SHA1 Message Date
Gabriel GavilanandGitHub 0e38aaa82d Merge pull request #68 from gabrii/gpt-5.1-update
Change default truncation to prevent issues with gpt-5.1-codex.*
2025-11-22 11:39:26 +01:00
Gabriel Gavilan 8a82e6e094 Change default truncation to prevent issues with gpt-5.1-codex.* 2025-11-22 11:29:58 +01:00
Gabriel GavilanandGitHub 09959752bc Merge pull request #66 from gabrii/gpt-5.1-update
Gpt 5.1 update
2025-11-21 16:35:00 +01:00
Gabriel Gavilan 45ac30325a Improve reporting of response.error SSE event 2025-11-21 16:33:35 +01:00
Gabriel Gavilan f098684fc5 Update readme with gpt-5.1 changes 2025-11-21 16:32:47 +01:00
Gabriel GavilanandGitHub 81f2ef5538 Merge pull request #65 from gabrii/tool-call-merge
Tool call merge
2025-11-21 15:30:09 +01:00
Gabriel Gavilan b7947fba0b Add test for empty tools scenario 2025-11-21 15:28:36 +01:00
Gabriel Gavilan c32056709f Partially revert 7b6c640f91 2025-11-21 13:54:06 +01:00
Gabriel GavilanandGitHub 7b6c640f91 Merge pull request #61 from DenisAit/main
Error in Tool Call
2025-11-21 13:39:14 +01:00
Gabriel GavilanandGitHub fccd48e065 Merge pull request #64 from gabrii/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2025-11-21 10:06:17 +01:00
Gabriel GavilanandGitHub bdfa41a8cb Merge pull request #62 from gabrii/dependabot/pip/requirements/pytest-9.0.1
Bump pytest from 8.4.2 to 9.0.1 in /requirements
2025-11-21 10:06:07 +01:00
Gabriel GavilanandGitHub 1b1f8a7438 Merge pull request #59 from gabrii/dependabot/pip/requirements/black-25.11.0
Bump black from 25.9.0 to 25.11.0 in /requirements
2025-11-21 10:05:56 +01:00
Gabriel GavilanandGitHub 5fa1ca0748 Merge pull request #53 from gabrii/dependabot/pip/requirements/isort-7.0.0
Bump isort from 6.0.1 to 7.0.0 in /requirements
2025-11-21 10:05:47 +01:00
dependabot[bot]andGitHub b056a0b391 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 21:24:17 +00:00
dependabot[bot]andGitHub f9e6c57fc2 Bump pytest from 8.4.2 to 9.0.1 in /requirements
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 21:26:59 +00:00
Denis Pajaziti 28499689c0 Remove development service from docker-compose.yml and update production service port from 8080 to 9090. 2025-11-12 12:50:47 +01:00
Denis Pajaziti 2cd5f7069c Enhance tool transformation logic in RequestAdapter to handle non-list inputs and invalid tool structures. Added logging for skipped transformations to improve debugging. 2025-11-12 12:48:20 +01:00
dependabot[bot]andGitHub 078124132c Bump black from 25.9.0 to 25.11.0 in /requirements
Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 25.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 21:45:24 +00:00
dependabot[bot]andGitHub b41ba6bc59 Bump isort from 6.0.1 to 7.0.0 in /requirements
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyCQA/isort/compare/6.0.1...7.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-08 11:39:44 +00:00
Gabriel GavilanandGitHub eada1f8719 Merge pull request #58 from gabrii/azure-models-update
Azure models update
2025-11-08 12:38:38 +01:00
Gabriel Gavilan d01b6c30f4 Merge remote-tracking branch 'origin/dependabot/pip/requirements/environs-14.5.0' into azure-models-update 2025-11-08 12:37:21 +01:00
Gabriel Gavilan 523fd4195f Merge remote-tracking branch 'origin/dependabot/pip/requirements/flake8-isort-7.0.0' into azure-models-update 2025-11-08 12:37:01 +01:00
Gabriel Gavilan 63a946ad4f Update readme to reflect Azure changes and gpt-5-pro/codex test results 2025-11-08 12:36:07 +01:00
dependabot[bot]andGitHub b710b4a769 Bump environs from 14.4.0 to 14.5.0 in /requirements
Bumps [environs](https://github.com/sloria/environs) from 14.4.0 to 14.5.0.
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sloria/environs/compare/14.4.0...14.5.0)

---
updated-dependencies:
- dependency-name: environs
  dependency-version: 14.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 21:32:47 +00:00
Gabriel GavilanandGitHub 0380a1e7ce Merge pull request #56 from gabrii/dependabot/pip/requirements/environs-14.4.0
Bump environs from 14.3.0 to 14.4.0 in /requirements
2025-11-03 11:12:40 +01:00
dependabot[bot]andGitHub 1eb89e179b Bump environs from 14.3.0 to 14.4.0 in /requirements
Bumps [environs](https://github.com/sloria/environs) from 14.3.0 to 14.4.0.
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sloria/environs/compare/14.3.0...14.4.0)

---
updated-dependencies:
- dependency-name: environs
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 21:21:50 +00:00
dependabot[bot]andGitHub 157aabb0ee Bump flake8-isort from 6.1.2 to 7.0.0 in /requirements
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 6.1.2 to 7.0.0.
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
- [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.2...7.0.0)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 22:57:29 +00:00
Gabriel GavilanandGitHub 2ecef6e48f Merge pull request #54 from gabrii/logging-improvements
Improve logging options and exception handling
2025-10-18 18:49:25 +02:00
gabrii 88d2486e1d Improve logging options and exception handling 2025-10-18 18:47:49 +02:00
Gabriel GavilanandGitHub a5d3765b0c Merge pull request #51 from gabrii/dependabot/pip/requirements/webtest-3.0.7
Bump webtest from 3.0.6 to 3.0.7 in /requirements
2025-10-14 13:11:13 +02:00
Gabriel GavilanandGitHub d3954b8f79 Merge pull request #52 from gabrii/dependabot/pip/requirements/rich-14.2.0
Bump rich from 14.1.0 to 14.2.0 in /requirements
2025-10-14 13:11:04 +02:00
dependabot[bot]andGitHub e2eefc9fdc Bump rich from 14.1.0 to 14.2.0 in /requirements
Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v14.1.0...v14.2.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09 21:23:19 +00:00
dependabot[bot]andGitHub db8815b38a Bump webtest from 3.0.6 to 3.0.7 in /requirements
Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.6 to 3.0.7.
- [Commits](https://github.com/Pylons/webtest/compare/3.0.6...3.0.7)

---
updated-dependencies:
- dependency-name: webtest
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 21:34:06 +00:00
Gabriel GavilanandGitHub c9137fa796 Merge pull request #49 from gabrii/code-cleanup
Code cleanup
2025-09-30 17:33:49 +02:00
gabrii 7646d7a921 Support calls without tools 2025-09-30 17:32:35 +02:00
gabrii 9d1d9ee4e7 Improve context logging output 2025-09-30 14:35:29 +02:00
gabrii 4fdd215938 Remove loguru and simplify logging setup 2025-09-30 14:35:29 +02:00
gabrii 48ab5a37c7 Simplify and add coverage for sse parser 2025-09-25 19:00:19 +02:00
gabrii a4218887ea Improve coverage for recordings functionality 2025-09-25 18:55:32 +02:00
gabrii 96685fe77b Remove unused branches in logging 2025-09-25 18:33:59 +02:00
gabrii 555c8fe619 Improve logic of request adapting args 2025-09-25 18:30:35 +02:00
gabrii c2a148b384 Improve logic for azure error formatting 2025-09-25 18:18:19 +02:00
gabrii f39ce829ed Remove unecessary --fix-imports lint flag 2025-09-25 18:04:32 +02:00
gabrii fe505d8846 Improve error handling and reporting for auth / invalid model / invalid summary level 2025-09-25 12:17:37 +02:00
gabrii f5796469b3 Remove duplication of closing </think> tags in response adapter 2025-09-25 11:21:49 +02:00
Gabriel GavilanandGitHub 7733147313 Merge pull request #44 from gabrii/dependabot/pip/requirements/gevent-25.9.1
Bump gevent from 25.8.2 to 25.9.1 in /requirements
2025-09-23 17:45:45 +02:00
Gabriel GavilanandGitHub caa86e555a Merge pull request #47 from gabrii/dependabot/pip/requirements/black-25.9.0
Bump black from 25.1.0 to 25.9.0 in /requirements
2025-09-23 17:45:26 +02:00
Gabriel GavilanandGitHub b97582bc8d Merge pull request #48 from gabrii/45-add-support-for-verbosity
Close #45: Add verbosity setting
2025-09-23 17:45:08 +02:00
gabrii 424c29d55d Close #45: Add verbosity setting 2025-09-23 17:43:33 +02:00
dependabot[bot]andGitHub 319ff7ee06 Bump black from 25.1.0 to 25.9.0 in /requirements
Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-19 21:25:39 +00:00