CoolFace
Apppublic

vanshg1810/corporate-compliance-env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
30 commits on main
214aaa36mo ago

chore: track uv.lock and remove from gitignore for reproducible builds

vanshg1810
3fd182d6mo ago

fix: restore server/app.py wrapper to satisfy openenv validation

vanshg1810
1a315776mo ago

Update inference.py with latest changes

vanshg1810
99900fd6mo ago

refactor: consolidate app.py - remove redundant server/app.py wrapper and update entry points

vanshg1810
0e631aa6mo ago

fixes

vanshg1810
5152ec96mo ago

Fix: complaince url

vanshg1810
a0a50526mo ago

Fix: folder structure

vanshg1810
0185b716mo ago

feat: implement structured logging in inference.py

vanshg1810
97259d26mo ago

Fix: inference.py

vanshg1810
31b56f46mo ago

Fix: bugs identified

vanshg1810
353aa036mo ago

Add: Pre Validation script

vanshg1810
aebe5da6mo ago

fix: add pyproject.toml and restructure server entry point for OpenEnv compliance

vanshg1810
a186d546mo ago

chore: remove .DS_Store from git tracking

vanshg1810
1d5d9466mo ago

chore: remove pyproject.toml, use requirements.txt as single source of truth

vanshg1810
517e4bb6mo ago

chore: remove .vscode and uv.lock from git tracking (now ignored)

vanshg1810
66861756mo ago

chore: reorganize .gitignore with security patterns and clear section headers

vanshg1810
3548b166mo ago

docs: add quick reference guide, policy rules table, baselines, team, and API endpoints summary

vanshg1810
0503d9c6mo ago

fix: add step-aware prompting with urgency to prevent LLM loops

vanshg1810
bef71ab6mo ago

fix: correct HuggingFace API URL (remove /hf-inference path)

vanshg1810
3af883b6mo ago

fix: update HF API URL and add rule-based fallback for LLM failures

vanshg1810
3ecffab6mo ago

Fix: Resolve type errors and attribute access issues in inference.py

vanshg1810
052d9ca6mo ago

Add: Inference script for corporate compliance environment

vanshg1810
590a2556mo ago

Update: RUN configuration and final adjustments

vanshg1810
5c6e79a6mo ago

Fix: Add app_file to README YAML configuration for HuggingFace Spaces

vanshg1810
bd76c766mo ago

Fix: Correct case for README.md

vanshg1810
448f4526mo ago

fix: match official openenv space config format

vanshg1810
bb84ef66mo ago

fix: add HuggingFace Space configuration header

vanshg1810
dba066c6mo ago

Refactor: Clean up project by removing redundant files

vanshg1810
4e4c5956mo ago

Deploy to HuggingFace Spaces: Dockerfile, tests, and production-ready environment

vanshg1810
bdc161b6mo ago

initial commit

vanshg1810