Commit History

Refactor: Continuous conversation, UI improvements, and build fixes
0bf5c85

m46012002 commited on

Merge branch 'main' of https://huggingface.co/spaces/colearn30/colearn30-ai-grading-agents into main
945558a

m46012002 commited on

fix: resolve syntax error in openai_service.py
f72394c

m46012002 commited on

Update backend/app/services/openai_service.py
664bf81
verified

colearn3030 commited on

Update backend/app/routers/grading.py
e690684
verified

colearn3030 commited on

Update backend/app/models/grading.py
3ce7c05
verified

colearn3030 commited on

feat: add continuous conversation, relax prompt constraints, and fix docker config
1902271

m46012002 commited on

Update backend/app/models/grading.py
850faaa
verified

colearn3030 commited on

Update backend/app/routers/grading.py
886890d
verified

colearn3030 commited on

Update backend/app/services/openai_service.py
1360311
verified

colearn3030 commited on

Update backend/app/services/openai_service.py
39498b7
verified

colearn3030 commited on

Update backend/agents.yaml
1343e15
verified

colearn3030 commited on

Update backend/agents.yaml
324ec08
verified

colearn3030 commited on

Update backend/agents.yaml
5a87ec0
verified

colearn3030 commited on

Revert "chore: Remove duplicate agents.yaml from root, keep only in backend/"
a0504ee

Youngger9765 commited on

chore: Remove duplicate agents.yaml from root, keep only in backend/
b7d4e12

Youngger9765 commited on

fix: Add agents.yaml to backend directory for HF Spaces deployment
352fa6d

Youngger9765 commited on

fix: Improve agents.yaml path detection with detailed logging
9c052f5

Youngger9765 commited on

fix: Auto-detect agents.yaml path for different environments
f440a8c

Youngger9765 Claude commited on

feat: Refactor assistant system with auto-matching and manual selection
c511d53

Youngger9765 Claude commited on

Add missing password protection files
4b54973

Youngger9765 Claude commited on

Add password protection system
3f45635

Youngger9765 Claude commited on

fix: Add explicit extra_headers for assistants v2 on all API calls
7cc74aa

Youngger9765 commited on

FORCE: HF Spaces rebuild with API v2 fix - build 0049
0b8225b

Youngger9765 commited on

debug: Use manual version number for HF deployment tracking
85d81d4

Youngger9765 commited on

debug: Add commit hash to API title for version tracking
dd7d950

Youngger9765 commited on

debug: Add logging to verify API v2 header initialization
372c97e

Youngger9765 commited on

fix: Add API v2 header to assistant_setup.py
8ef5832

Youngger9765 commited on

fix: Update to OpenAI Assistants API v2
87be5b3

Youngger9765 commited on

fix: Remove conflicting root route from backend main.py
ee6d205

Youngger9765 commited on

fix: Resolve Python import paths for HF Spaces deployment
6ceaded

Youngger9765 commited on

feat: Complete AI grading platform with multilingual support
1c7f2e1

Youngger9765 Claude commited on