dependabot[bot]
|
8af9a5e921
|
build(deps): bump markdownify from 0.14.1 to 1.1.0 in /application
Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.14.1 to 1.1.0.
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.1.0)
---
updated-dependencies:
- dependency-name: markdownify
dependency-version: 1.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-18 12:07:13 +00:00 |
|
dependabot[bot]
|
5e2f329f15
|
build(deps): bump pypdf from 5.2.0 to 5.5.0 in /application
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.2.0 to 5.5.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/5.2.0...5.5.0)
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-18 12:02:27 +00:00 |
|
dependabot[bot]
|
1ba94f4f5f
|
build(deps): bump boto3 from 1.35.97 to 1.38.18 in /application
Bumps [boto3](https://github.com/boto/boto3) from 1.35.97 to 1.38.18.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.35.97...1.38.18)
---
updated-dependencies:
- dependency-name: boto3
dependency-version: 1.38.18
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-18 11:54:08 +00:00 |
|
dependabot[bot]
|
3bf7f67adf
|
build(deps): bump beautifulsoup4 from 4.12.3 to 4.13.4 in /application
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.3 to 4.13.4.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-version: 4.13.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-15 20:15:17 +00:00 |
|
Alex
|
21ef27ee9b
|
Merge pull request #1791 from arc53/fix-openai-conflict
fix for OPENAI_BASE_URL + ollama can't connect to container
|
2025-05-15 19:04:21 +03:00 |
|
Pavel
|
416b776062
|
redundant f string
|
2025-05-15 16:57:41 +04:00 |
|
Alex
|
5ed05d4020
|
refactor: enhance AI assistant prompts for clarity and creativity
|
2025-05-15 13:30:18 +01:00 |
|
Alex
|
45aace8966
|
feat: add ReadWebpageTool for fetching and converting webpage content to Markdown
|
2025-05-15 12:56:06 +01:00 |
|
Pavel
|
dbb822f6b0
|
fix for OPENAI_BASE_URL + ollama can't connect to container
- fix for OpenAI trying to use base_url=""
- fix for ollama container error:
`Error code: 404 - {'error': {'message': 'model "MODEL_NAME" not found, try pulling it first', 'type': 'api_error', 'param': None, 'code': None}}`
|
2025-05-15 13:50:08 +04:00 |
|
Alex
|
b2809b2e9a
|
remove old deps
|
2025-05-14 22:03:27 +01:00 |
|
dependabot[bot]
|
e7d54a639e
|
build(deps): bump yarl from 1.18.3 to 1.20.0 in /application
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.18.3 to 1.20.0.
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/yarl/compare/v1.18.3...v1.20.0)
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-14 20:50:26 +00:00 |
|
dependabot[bot]
|
0d45c44c6f
|
build(deps): bump prompt-toolkit from 3.0.50 to 3.0.51 in /application
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.50 to 3.0.51.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.50...3.0.51)
---
updated-dependencies:
- dependency-name: prompt-toolkit
dependency-version: 3.0.51
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-14 20:47:44 +00:00 |
|
Alex
|
63c6912841
|
lazy load elasticsearch
|
2025-05-14 21:45:30 +01:00 |
|
Alex
|
73bce73034
|
Merge pull request #1786 from arc53/dependabot/pip/application/flask-3.1.1
build(deps): bump flask from 3.1.0 to 3.1.1 in /application
|
2025-05-14 23:40:58 +03:00 |
|
Siddhant Rai
|
d1d28df8a1
|
fix: handle empty chunks and retriever values in agent creation and update
|
2025-05-14 09:26:36 +05:30 |
|
dependabot[bot]
|
23bfd4683c
|
build(deps): bump flask from 3.1.0 to 3.1.1 in /application
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/3.1.0...3.1.1)
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 20:32:17 +00:00 |
|
Alex
|
44e524e3c3
|
build(deps): update langchain and openai dependencies
|
2025-05-13 16:29:24 +01:00 |
|
dependabot[bot]
|
9a430f73e2
|
build(deps): bump packaging from 24.1 to 25.0 in /application
Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 25.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/24.1...25.0)
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '25.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 15:10:29 +00:00 |
|
Alex
|
526d340849
|
fix: stale deps
|
2025-05-13 16:03:48 +01:00 |
|
dependabot[bot]
|
fe95f6ad81
|
build(deps): bump referencing from 0.30.2 to 0.36.2 in /application
Bumps [referencing](https://github.com/python-jsonschema/referencing) from 0.30.2 to 0.36.2.
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](https://github.com/python-jsonschema/referencing/compare/v0.30.2...v0.36.2)
---
updated-dependencies:
- dependency-name: referencing
dependency-version: 0.36.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 13:20:27 +00:00 |
|
Alex
|
39b36b6857
|
Feat: Add MD gen script, enable Qdrant lazy loading
|
2025-05-13 14:03:05 +01:00 |
|
dependabot[bot]
|
44e98748c5
|
build(deps): bump portalocker from 2.10.1 to 3.1.1 in /application
Bumps [portalocker](https://github.com/wolph/portalocker) from 2.10.1 to 3.1.1.
- [Release notes](https://github.com/wolph/portalocker/releases)
- [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/wolph/portalocker/compare/v2.10.1...v3.1.1)
---
updated-dependencies:
- dependency-name: portalocker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 12:44:30 +00:00 |
|
dependabot[bot]
|
1c7befb8d3
|
build(deps): bump torch from 2.5.1 to 2.7.0 in /application
Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.7.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.5.1...v2.7.0)
---
updated-dependencies:
- dependency-name: torch
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 12:20:22 +00:00 |
|
Alex
|
d5d59ac62c
|
Merge pull request #1759 from arc53/dependabot/pip/application/transformers-4.51.3
build(deps): bump transformers from 4.49.0 to 4.51.3 in /application
|
2025-05-13 15:19:18 +03:00 |
|
Siddhant Rai
|
57cc09b1d7
|
feat: update tool display name and improve SharedAgent component layout
|
2025-05-13 13:05:20 +05:30 |
|
Siddhant Rai
|
ec7f14b82d
|
Merge branch 'main' into feat/enhance-agents
|
2025-05-12 13:45:18 +05:30 |
|
Siddhant Rai
|
6520be5b85
|
feat: shared and pinning agents + fix for streaming tools
|
2025-05-12 06:06:11 +05:30 |
|
Alex
|
32803c89a3
|
fix: truncate tool call results to 50 characters for cleaner output
|
2025-05-09 22:52:17 +01:00 |
|
ManishMadan2882
|
e1aa2cc0b8
|
(fix:ingestion) store file name as metadata, not path
|
2025-05-09 02:26:35 +05:30 |
|
Alex
|
183251487c
|
lint: remove unused import of 'io' in worker.py
|
2025-05-07 23:37:35 +01:00 |
|
ManishMadan2882
|
ea6533db4e
|
(fix:attachment) strictly use filename
|
2025-05-08 00:11:02 +05:30 |
|
ManishMadan2882
|
89d5e7bee5
|
(feat:attachment) store file in endpoint layer
|
2025-05-07 19:15:36 +05:30 |
|
Siddhant Rai
|
07fa656e7c
|
feat: implement pinning functionality for agents with UI updates
|
2025-05-06 16:12:55 +05:30 |
|
Alex
|
7858c48f11
|
fix: zip file uploads
|
2025-05-06 11:12:26 +01:00 |
|
Alex
|
e56d54c3f0
|
fix: improve source and description handling in GetAgent and GetAgents responses
|
2025-05-06 10:59:25 +01:00 |
|
Alex
|
ad5f707486
|
lint: ruff fix
|
2025-05-05 18:03:45 +01:00 |
|
Alex
|
5ecfb0ce6d
|
fix: enhance error logging
|
2025-05-05 17:59:37 +01:00 |
|
Alex
|
2147b3f06f
|
lint: mini fix
|
2025-05-05 13:14:56 +01:00 |
|
Alex
|
481df4d604
|
fix: enhance error logging with exception info across multiple modules
|
2025-05-05 13:12:39 +01:00 |
|
Alex
|
cf333873fd
|
fix: json body
|
2025-05-05 00:08:56 +01:00 |
|
dependabot[bot]
|
93c2e2a597
|
build(deps): bump transformers from 4.49.0 to 4.51.3 in /application
Bumps [transformers](https://github.com/huggingface/transformers) from 4.49.0 to 4.51.3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.49.0...v4.51.3)
---
updated-dependencies:
- dependency-name: transformers
dependency-version: 4.51.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-29 20:50:32 +00:00 |
|
Alex
|
330276cdf7
|
fix: lint for ruff
|
2025-04-28 22:32:13 +01:00 |
|
Siddhant Rai
|
22c7015c69
|
refactor: webhook listener handle both POST and GET requests
|
2025-04-29 00:29:16 +05:30 |
|
Alex
|
cc67d4a1e2
|
process all request data implicitly
|
2025-04-28 17:49:29 +01:00 |
|
Siddhant Rai
|
eeb9da696f
|
Merge remote-tracking branch 'upstream/main' into feat/agent-menu
|
2025-04-28 17:01:46 +05:30 |
|
Siddhant Rai
|
4979e1ac9a
|
feat: add clsx dependency, enhance logging in agent logic, and improve agent logs component
|
2025-04-28 14:18:28 +05:30 |
|
Siddhant Rai
|
8289b02ab0
|
feat: add agent webhook endpoint and implement related functionality
|
2025-04-26 12:00:29 +05:30 |
|
Alex
|
df9d432d29
|
fix: mongo db database name in settings
|
2025-04-24 17:29:41 +01:00 |
|
Alex
|
76fd6e15cc
|
Update Dockerfile
|
2025-04-24 18:54:58 +03:00 |
|
Alex
|
3cd9a72495
|
add storage type to the settings cofig
|
2025-04-23 23:13:39 +01:00 |
|