This repository has been archived on 2026-07-19 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
6781ac4e379468ba3f0fbe2a0491c5b0deb6fba2
Adds a "ניהול" tab with multipart file upload, async job tracking, and a recent-jobs list with live status polling. Browser POSTs to /KnowledgeBase/action/upload (PHP proxy), which forwards as multipart to shira-hermes /admin/kb/upload. shira-hermes returns a job_id immediately and processes parse/chunk/embed in a background task; the browser polls every 2s until status hits done|failed. New EspoCRM endpoints: POST /KnowledgeBase/action/upload (multipart, $_FILES['file']) GET /KnowledgeBase/action/jobs (list, filtered by topicId/status) GET /KnowledgeBase/action/job?id (single-job detail) The X-User-Name header is forwarded so kb_ingest_job records who uploaded each file. Cross-topic guard in switchTopic stops polling when the user changes topics mid-upload (the job continues server-side). Depends on shira-hermes commit 0cb89fb (admin upload endpoints + migration 002). Refs Task Master #13 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
Archived from gitea.marcus1.com
Releases
14
Languages
JavaScript
67.4%
PHP
26.1%
Go Template
6.2%
Shell
0.3%