Spaces:
Runtime error
Runtime error
Merge pull request #98 from dewitt4/docker-fix
Browse files- .gitignore +1 -0
- CHANGELOG.md +1 -1
- README.md +12 -12
- docs/README.md +1 -1
- pyproject.toml +3 -3
- setup.py +4 -4
.gitignore
CHANGED
|
@@ -168,3 +168,4 @@ CNAME
|
|
| 168 |
CLAUDE.md
|
| 169 |
PROJECT.md
|
| 170 |
GITHUB_ACTIONS_SUMMARY.md
|
|
|
|
|
|
| 168 |
CLAUDE.md
|
| 169 |
PROJECT.md
|
| 170 |
GITHUB_ACTIONS_SUMMARY.md
|
| 171 |
+
CHANGELOG.md
|
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# LLM GUARDIAN Changelog
|
| 2 |
|
| 3 |
-
Click Commits to see for full [ChangeLog](https://github.com/dewitt4/
|
| 4 |
|
| 5 |
Nov 25, 2024 - added /.github/workflows/ci.yml to set up repo for CircleCI build and test workflow
|
|
|
|
| 1 |
# LLM GUARDIAN Changelog
|
| 2 |
|
| 3 |
+
Click Commits to see for full [ChangeLog](https://github.com/dewitt4/llmguardian/commits/)
|
| 4 |
|
| 5 |
Nov 25, 2024 - added /.github/workflows/ci.yml to set up repo for CircleCI build and test workflow
|
README.md
CHANGED
|
@@ -12,9 +12,9 @@ license: apache-2.0
|
|
| 12 |
|
| 13 |
# LLMGuardian
|
| 14 |
|
| 15 |
-
[](LICENSE)
|
| 19 |
[](https://www.python.org/downloads/)
|
| 20 |
[](https://github.com/psf/black)
|
|
@@ -475,8 +475,8 @@ See [.github/workflows/README.md](.github/workflows/README.md) for detailed docu
|
|
| 475 |
### From Source
|
| 476 |
|
| 477 |
```bash
|
| 478 |
-
git clone https://github.com/dewitt4/
|
| 479 |
-
cd
|
| 480 |
pip install -e .
|
| 481 |
```
|
| 482 |
|
|
@@ -565,8 +565,8 @@ To start working with this structure:
|
|
| 565 |
|
| 566 |
1. **Fork the repository**
|
| 567 |
```bash
|
| 568 |
-
git clone https://github.com/dewitt4/
|
| 569 |
-
cd
|
| 570 |
```
|
| 571 |
|
| 572 |
2. **Create and activate a virtual environment**
|
|
@@ -619,13 +619,13 @@ The HuggingFace Space is automatically synced from the main branch via GitHub Ac
|
|
| 619 |
|
| 620 |
Monitor the health of the project:
|
| 621 |
|
| 622 |
-
- **[CI Pipeline](https://github.com/dewitt4/
|
| 623 |
-
- **[Security Scans](https://github.com/dewitt4/
|
| 624 |
-
- **[Docker Builds](https://github.com/dewitt4/
|
| 625 |
|
| 626 |
### Security Advisories
|
| 627 |
|
| 628 |
-
Check the [Security tab](https://github.com/dewitt4/
|
| 629 |
- Vulnerability reports
|
| 630 |
- Dependency alerts
|
| 631 |
- Security advisories
|
|
@@ -651,7 +651,7 @@ If you use LLMGuardian in your research or project, please cite:
|
|
| 651 |
title={LLMGuardian: Comprehensive LLM AI Model Protection},
|
| 652 |
author={DeWitt Gibson},
|
| 653 |
year={2025},
|
| 654 |
-
url={https://github.com/dewitt4/
|
| 655 |
}
|
| 656 |
```
|
| 657 |
|
|
|
|
| 12 |
|
| 13 |
# LLMGuardian
|
| 14 |
|
| 15 |
+
[](https://github.com/dewitt4/llmguardian/actions/workflows/ci.yml)
|
| 16 |
+
[](https://github.com/dewitt4/llmguardian/actions/workflows/security-scan.yml)
|
| 17 |
+
[](https://github.com/dewitt4/llmguardian/actions/workflows/docker-publish.yml)
|
| 18 |
[](LICENSE)
|
| 19 |
[](https://www.python.org/downloads/)
|
| 20 |
[](https://github.com/psf/black)
|
|
|
|
| 475 |
### From Source
|
| 476 |
|
| 477 |
```bash
|
| 478 |
+
git clone https://github.com/dewitt4/llmguardian.git
|
| 479 |
+
cd llmguardian
|
| 480 |
pip install -e .
|
| 481 |
```
|
| 482 |
|
|
|
|
| 565 |
|
| 566 |
1. **Fork the repository**
|
| 567 |
```bash
|
| 568 |
+
git clone https://github.com/dewitt4/llmguardian.git
|
| 569 |
+
cd llmguardian
|
| 570 |
```
|
| 571 |
|
| 572 |
2. **Create and activate a virtual environment**
|
|
|
|
| 619 |
|
| 620 |
Monitor the health of the project:
|
| 621 |
|
| 622 |
+
- **[CI Pipeline](https://github.com/dewitt4/llmguardian/actions/workflows/ci.yml)**: Continuous integration status
|
| 623 |
+
- **[Security Scans](https://github.com/dewitt4/llmguardian/actions/workflows/security-scan.yml)**: Latest security scan results
|
| 624 |
+
- **[Docker Builds](https://github.com/dewitt4/llmguardian/actions/workflows/docker-publish.yml)**: Container build status
|
| 625 |
|
| 626 |
### Security Advisories
|
| 627 |
|
| 628 |
+
Check the [Security tab](https://github.com/dewitt4/llmguardian/security) for:
|
| 629 |
- Vulnerability reports
|
| 630 |
- Dependency alerts
|
| 631 |
- Security advisories
|
|
|
|
| 651 |
title={LLMGuardian: Comprehensive LLM AI Model Protection},
|
| 652 |
author={DeWitt Gibson},
|
| 653 |
year={2025},
|
| 654 |
+
url={https://github.com/dewitt4/llmguardian},
|
| 655 |
}
|
| 656 |
```
|
| 657 |
|
docs/README.md
CHANGED
|
@@ -1787,7 +1787,7 @@ name: llmguardian
|
|
| 1787 |
services:
|
| 1788 |
- name: api
|
| 1789 |
github:
|
| 1790 |
-
repo: dewitt4/
|
| 1791 |
branch: main
|
| 1792 |
deploy_on_push: true
|
| 1793 |
dockerfile_path: docker/dockerfile
|
|
|
|
| 1787 |
services:
|
| 1788 |
- name: api
|
| 1789 |
github:
|
| 1790 |
+
repo: dewitt4/llmguardian
|
| 1791 |
branch: main
|
| 1792 |
deploy_on_push: true
|
| 1793 |
dockerfile_path: docker/dockerfile
|
pyproject.toml
CHANGED
|
@@ -66,10 +66,10 @@ api = [
|
|
| 66 |
]
|
| 67 |
|
| 68 |
[project.urls]
|
| 69 |
-
Homepage = "https://github.com/dewitt4/
|
| 70 |
Documentation = "https://llmguardian.readthedocs.io"
|
| 71 |
-
Repository = "https://github.com/dewitt4/
|
| 72 |
-
Issues = "https://github.com/dewitt4/
|
| 73 |
|
| 74 |
[project.scripts]
|
| 75 |
llmguardian = "llmguardian.cli.main:cli"
|
|
|
|
| 66 |
]
|
| 67 |
|
| 68 |
[project.urls]
|
| 69 |
+
Homepage = "https://github.com/dewitt4/llmguardian"
|
| 70 |
Documentation = "https://llmguardian.readthedocs.io"
|
| 71 |
+
Repository = "https://github.com/dewitt4/llmguardian.git"
|
| 72 |
+
Issues = "https://github.com/dewitt4/llmguardian/issues"
|
| 73 |
|
| 74 |
[project.scripts]
|
| 75 |
llmguardian = "llmguardian.cli.main:cli"
|
setup.py
CHANGED
|
@@ -68,11 +68,11 @@ setup(
|
|
| 68 |
description="A comprehensive security tool for LLM applications",
|
| 69 |
long_description=long_description,
|
| 70 |
long_description_content_type="text/markdown",
|
| 71 |
-
url="https://github.com/dewitt4/
|
| 72 |
project_urls={
|
| 73 |
-
"Bug Tracker": "https://github.com/dewitt4/
|
| 74 |
-
"Documentation": "https://github.com/dewitt4/
|
| 75 |
-
"Source Code": "https://github.com/dewitt4/
|
| 76 |
},
|
| 77 |
classifiers=[
|
| 78 |
"Development Status :: 4 - Beta",
|
|
|
|
| 68 |
description="A comprehensive security tool for LLM applications",
|
| 69 |
long_description=long_description,
|
| 70 |
long_description_content_type="text/markdown",
|
| 71 |
+
url="https://github.com/dewitt4/llmguardian",
|
| 72 |
project_urls={
|
| 73 |
+
"Bug Tracker": "https://github.com/dewitt4/llmguardian/issues",
|
| 74 |
+
"Documentation": "https://github.com/dewitt4/llmguardian/wiki",
|
| 75 |
+
"Source Code": "https://github.com/dewitt4/llmguardian",
|
| 76 |
},
|
| 77 |
classifiers=[
|
| 78 |
"Development Status :: 4 - Beta",
|