Skip to main content

Web-based GUI for Cogniflow with FastAPI backend and React frontend

Project description

CogniFlow Web

cf_web is the web application package for CogniFlow. It provides:

  • a FastAPI backend (src/cf_web) exposing ontology/pipeline APIs
  • a React + TypeScript frontend (frontend) for ontology exploration and pipeline editing
  • a CLI entrypoint (cogniflow-web) to launch the app

Published distribution name:

pip install cf-web

Installed launcher surface:

cogniflow-web

The backend reads semantics through cf_ontology and its DuckDB quads stores.

Architecture

  • Backend framework: FastAPI + Uvicorn
  • Frontend framework: React + Vite
  • Semantics source: cf_ontology.OntologyManager (quads-backed)
  • Service split:
    • ontology_explorer_service.py for ontology explorer payloads
    • pipeline_creator_service.py for step DTOs used by the editor
    • pipeline_service.py for pipeline list/load/save/validate operations

Install

From repository root (recommended in a virtual environment):

python -m pip install -e "sandcastle/cf_web[test]"

Install with pipeline runtime support:

python -m pip install -e "sandcastle/cf_web[test,pipeline]"

If you want frontend production assets served by FastAPI, build the frontend first:

.\scripts\build_cf_web_frontend.ps1

Run

Option 1: direct app launcher

cogniflow-web

Disable browser auto-open:

cogniflow-web --no-browser

Option 2: unified CLI

cf web start

or

cf web start --no-browser

Backend API

Key routes:

  • GET /api/health
  • GET /api/ontology/graph
  • GET /api/ontology/dataset
  • GET /api/ontology/dashboard
  • GET /api/ontology/steps
  • GET /api/ontology/steps/{step_id}
  • GET /api/pipelines/
  • GET /api/pipelines/{pipeline_id}?rev={n}
  • POST /api/pipelines/save
  • POST /api/pipelines/validate

Configuration

cf_web reads these environment variables:

  • CF_WEB_HOST (default: 127.0.0.1)
  • CF_WEB_PORT (default: 8000)
  • CF_WEB_RELOAD (1 enables reload, default: 0)
  • CF_WEB_DEBUG (1 enables debug flag, default: 0)
  • CF_WORKSPACE_DIR (default: ~/.cogniflow/workspace)
  • CF_SEMANTICS_DIR (default: <workspace>/semantics)

By default the launcher sets:

  • CF_ENABLE_STEP_PACKAGES=1

so installed step packages are ingested/discovered for UI usage.

Development Notes

  • Frontend source of truth is under frontend/src.
  • Built frontend files are emitted to src/cf_web/static by Vite.
  • The publish workflow packages the checked-in src/cf_web/static bundle and does not run a frontend build step.
  • Backend services use a shared OntologyManager provider (manager_provider.py) to avoid repeated manager instantiation.

Publishing

cf_web is published with the dedicated Windows workflow:

  • Workflow: .github/workflows/cf_web_windows_publish.yml
  • Package directory: sandcastle/cf_web
  • Published distribution: cf-web
  • PyPI tag: cf-web-v<version>
  • TestPyPI tag: cf-web-v<version>-test

Local preflight:

powershell -ExecutionPolicy Bypass -File scripts/mimic_windows_python_publish_workflow.ps1 `
  -WorkflowFile .github/workflows/cf_web_windows_publish.yml `
  -PackageDir sandcastle/cf_web `
  -PythonExe py `
  -PythonVersion 3.13

Queue a dry-run dispatch:

powershell -ExecutionPolicy Bypass -File scripts/queue_windows_python_publish_workflow.ps1 `
  -WorkflowFile .github/workflows/cf_web_windows_publish.yml `
  -PackageDir sandcastle/cf_web `
  -PublishTarget testpypi `
  -Ref main `
  -RequireLocalPass `
  -DryRun

Troubleshooting

  • GET /favicon.ico 404: ensure favicon exists in src/cf_web/static/favicon.ico and frontend was rebuilt.
  • App opens but says frontend build missing: run .\scripts\build_cf_web_frontend.ps1.
  • No steps visible in UI: ensure step packages are installed and CF_ENABLE_STEP_PACKAGES=1 (default via launcher).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cf_web-0.2.2.tar.gz (131.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cf_web-0.2.2-py3-none-any.whl (134.2 kB view details)

Uploaded Python 3

File details

Details for the file cf_web-0.2.2.tar.gz.

File metadata

  • Download URL: cf_web-0.2.2.tar.gz
  • Upload date:
  • Size: 131.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for cf_web-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b850f0b3d7f063dd062bada68f9f3423e94f5fcf83eee2ac1fae521933d86cf2
MD5 129de3a2c8d17e49ac34439c33dea279
BLAKE2b-256 bccad5f18ebf95f4b90c41df2a3c2789e27b03c25041b6cb2525fd52bc64ce62

See more details on using hashes here.

File details

Details for the file cf_web-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: cf_web-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 134.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for cf_web-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 154e3d2f6c5284ab80acc48dfdb74a2f2c0c220afe06eb8cbadfb20fd5b1d4d3
MD5 1dd86a167e648749131968962ac4b9df
BLAKE2b-256 983aa40b978e70b23557e2f1e91094011682dd05eba5e62ac8248367fc721b74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page