Commit Graph

245 Commits

Author SHA1 Message Date
Praveenk8051 33eb4f2625 feat(Add Module class documentation and interface example) 2025-01-25 07:39:54 +01:00
Alexander Myasoedov f7f4ee840b Merge branch 'main' of github.com:msoedov/agentic_security 2025-01-24 13:14:45 +02:00
Alexander Myasoedov d0fb1fe971 fix(rm vervel json): 2025-01-24 13:14:16 +02:00
Alexander Myasoedov 21c71e1688 feat(Update docker file): 2025-01-24 13:05:56 +02:00
Alexander Myasoedov d285ef645c feat(add health endpoint): 2025-01-24 13:05:37 +02:00
Alexander Myasoedov c89a9236cc Merge pull request #96 from msoedov/dependabot/pip/huggingface-hub-0.27.1
build(deps-dev): bump huggingface-hub from 0.25.1 to 0.27.1
2025-01-23 22:55:16 +02:00
dependabot[bot] 6678e5d3ab build(deps-dev): bump huggingface-hub from 0.25.1 to 0.27.1
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.25.1 to 0.27.1.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.25.1...v0.27.1)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-23 17:54:02 +00:00
Alexander Myasoedov e1400b6f58 fix(bump version): 0.4.3 2025-01-23 00:02:52 +02:00
Alexander Myasoedov dbec27d3aa feat(Update models): 2025-01-23 00:01:54 +02:00
Alexander Myasoedov bf5dfcd661 refactor(FEATURES-for-organizations.md): 2025-01-23 00:00:18 +02:00
Alexander Myasoedov 7d280b9a0e Merge pull request #94 from msoedov/dependabot/pip/scikit-learn-1.6.1
build(deps): bump scikit-learn from 1.5.2 to 1.6.1
2025-01-22 20:25:03 +02:00
dependabot[bot] 75449ed0aa build(deps): bump scikit-learn from 1.5.2 to 1.6.1
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.2 to 1.6.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.2...1.6.1)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 17:41:41 +00:00
Alexander Myasoedov c4cc604d23 Merge pull request #93 from msoedov/dependabot/pip/mypy-1.14.1
build(deps-dev): bump mypy from 1.13.0 to 1.14.1
2025-01-21 19:44:42 +02:00
dependabot[bot] beacf09488 build(deps-dev): bump mypy from 1.13.0 to 1.14.1
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 17:32:05 +00:00
Alexander Myasoedov 5927518376 fix(run build only on tag): 2025-01-20 22:45:57 +02:00
Alexander Myasoedov da6ae2c663 fix(dockerfile): 2025-01-20 22:42:57 +02:00
Alexander Myasoedov 304a347197 feat(add docker build test): 2025-01-20 22:41:17 +02:00
Alexander Myasoedov fed6bccf2a fix(poetry lock): 2025-01-20 22:38:05 +02:00
Alexander Myasoedov e8795ed217 Merge pull request #92 from msoedov/dependabot/pip/numpy-2.2.2
build(deps): bump numpy from 2.1.2 to 2.2.2
2025-01-20 22:35:49 +02:00
dependabot[bot] 79494f220b build(deps): bump numpy from 2.1.2 to 2.2.2
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.2.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v2.1.2...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 18:06:23 +00:00
Alexander Myasoedov d6a6717993 fix(rm site): 2025-01-20 18:29:50 +02:00
Alexander Myasoedov 61b68f04d5 fix(EOL): 2025-01-20 18:16:07 +02:00
Alexander Myasoedov 4a2d9c7e4e Merge branch 'main' of github.com:msoedov/agentic_security 2025-01-19 11:34:17 +02:00
Alexander Myasoedov fc213395c3 Merge pull request #91 from fardin-developer/fardin/dev
docker added
2025-01-19 07:30:37 +02:00
fardin-developer 724ad1574b docker ignore added, and code cleaned 2025-01-18 19:38:36 +05:30
fardin-developer a6c149f477 update Dockerfile to use Poetry for direct dependency management 2025-01-18 01:29:47 +05:30
fardin-developer fd0b28f041 docker added 2025-01-17 22:37:21 +05:30
Alexander Myasoedov bc030f06a8 feat(add docs): 2025-01-15 11:32:11 +02:00
Alexander Myasoedov 70c18c8251 Merge branch 'main' of github.com:msoedov/langalf 2025-01-14 11:55:33 +02:00
Alexander Myasoedov 386ff2aa15 feat(add modality adapter): 2025-01-14 11:54:51 +02:00
Alexander Myasoedov 7c0d6f7eae feat(multi modaility): 2025-01-14 11:25:50 +02:00
Alexander Myasoedov 0cb14320ce Merge pull request #71 from msoedov/dependabot/pip/virtualenv-20.26.6
build(deps-dev): bump virtualenv from 20.26.3 to 20.26.6
2025-01-13 20:40:41 +02:00
dependabot[bot] 92330c9c5a build(deps-dev): bump virtualenv from 20.26.3 to 20.26.6
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.6.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.26.3...20.26.6)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 18:34:51 +00:00
Alexander Myasoedov b6db40c5ae feat(update deps): 2025-01-12 20:02:06 +02:00
Alexander Myasoedov 16a8a226be fix(init only fix): 2025-01-11 12:10:07 +02:00
Alexander Myasoedov ceea0c0503 feat(fix poetry script): 0.4.2 2025-01-11 12:04:19 +02:00
Alexander Myasoedov 9e8b0c2ec0 feat(update actions): 2025-01-11 12:01:31 +02:00
Alexander Myasoedov 1dbd89e981 feat(add rich): 2025-01-11 11:57:33 +02:00
Alexander Myasoedov 283d01ee46 feat(Update readme):
feat(bump version):

fix(pyproject):
2025-01-11 11:53:35 +02:00
Alexander Myasoedov 0ea4221688 feat(add ls table): 2025-01-07 22:11:16 +02:00
Alexander Myasoedov cf2f2e255a feat(add ds): 2025-01-07 15:42:32 +02:00
Alexander Myasoedov 8857842e40 feat(add form highlight): 2025-01-07 12:12:05 +02:00
Alexander Myasoedov 27f7ed693b fix(improts): 2025-01-05 12:30:18 +02:00
Alexander Myasoedov 0c5dc5bc4a fix(add tomli): 2025-01-04 19:43:54 +02:00
Alexander Myasoedov 7a7ee4f0de fix(cli config): 2025-01-04 19:40:56 +02:00
Alexander Myasoedov 64f7f4b2d5 feat(Update CLI): 2025-01-04 19:32:17 +02:00
Alexander Myasoedov 1138b66852 feat(add toml configuration): 2025-01-04 19:20:52 +02:00
Alexander Myasoedov 6f8b942365 feat(add AS_TOKEN): 2025-01-03 09:07:57 +02:00
Alexander Myasoedov 0a536ee999 feat(add unit tests): 2025-01-03 00:10:34 +02:00
Alexander Myasoedov ffd7d710f1 feat(Add backend): 2025-01-03 00:07:10 +02:00