CoolFace
Apppublic

sin601/abk

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Novel Workflow

A workflow-driven novel parsing system for Hugging Face Spaces.

Run locally

bash
pip install -r requirements.txt
uvicorn interfaces.api.main:app --host 0.0.0.0 --port 7860

Hugging Face Spaces

Use Docker SDK and keep the default exposed port as 7860.

Environment Variables

See .env.example.

Main Endpoints

  • GET /
  • GET /health
  • POST /api/projects
  • GET /api/projects
  • POST /api/batches/import-json
  • POST /api/workflows/run
  • POST /api/workflows/resume
  • POST /api/workflows/run-from-node
  • GET /api/query/characters
  • GET /api/query/relationships
  • GET /api/query/events
  • GET /api/query/settings
  • POST /api/exports/character-card
  • POST /api/exports/task-package
  • POST /api/edits/character-field
  • POST /api/edits/inject-node-output
  • POST /api/sync/push
  • POST /api/sync/pull