Initial commit: MCP server + web upload interface

Ezer Mishpati - AI legal decision drafting system with:
- MCP server (FastMCP) with document processing pipeline
- Web upload interface (FastAPI) for file upload and classification
- pgvector-based semantic search
- Hebrew legal document chunking and embedding
This commit is contained in:
2026-03-23 12:33:07 +00:00
commit 6f515dc2cb
33 changed files with 3297 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
ניסוח החלטה מלאה לתיק ערר - סעיף אחר סעיף.
שאל את המשתמש על מספר התיק.
תהליך הניסוח:
1. שלוף את פרטי התיק עם case_get
2. שלוף את מדריך הסגנון עם get_style_guide
3. שלוף את תבנית ההחלטה עם get_decision_template
לכל סעיף:
4. השתמש ב-draft_section כדי לקבל הקשר מלא (מסמכי התיק + תקדימים + סגנון)
5. נסח את הסעיף בסגנון דפנה על בסיס ההקשר
6. הצג למשתמש ובקש אישור/עריכה לפני המשך לסעיף הבא
סדר הסעיפים:
- א. רקע עובדתי (facts)
- ב. טענות העוררים (appellant_claims)
- ג. טענות המשיבים (respondent_claims)
- ד. דיון והכרעה (legal_analysis)
- ה. מסקנה (conclusion)
- ו. החלטה (ruling)
בסיום, שמור את הטיוטה המלאה בקובץ drafts/decision.md בתיקיית התיק.