sin601/abk
0
Novel Workflow
A workflow-driven novel parsing system for Hugging Face Spaces.
Run locally
pip install -r requirements.txt
uvicorn interfaces.api.main:app --host 0.0.0.0 --port 7860Hugging Face Spaces
Use Docker SDK and keep the default exposed port as 7860.
Environment Variables
See .env.example.
Main Endpoints
GET /GET /healthPOST /api/projectsGET /api/projectsPOST /api/batches/import-jsonPOST /api/workflows/runPOST /api/workflows/resumePOST /api/workflows/run-from-nodeGET /api/query/charactersGET /api/query/relationshipsGET /api/query/eventsGET /api/query/settingsPOST /api/exports/character-cardPOST /api/exports/task-packagePOST /api/edits/character-fieldPOST /api/edits/inject-node-outputPOST /api/sync/pushPOST /api/sync/pull
