Files
flowsint/flowsint-core
dextmorgn 972763343e feat(api): add type detection route and service
Add POST /api/types/detect endpoint that detects the type of a text input
by iterating registered types and calling their detect() classmethod.
Returns detected type with fields and primary field pre-filled.
Falls back to Phrase when no type matches.
2026-03-15 12:35:46 +01:00
..

flowsint-core

The repository containing the core components for flowsint.

It contains:

  • Celery tasks
  • Authentication
  • NEO4J database connectors
  • POSTGRESQL database connectors
  • Enricher base class
  • Enricher orchestrator
  • Enricher registry
  • Encrypted vault

Testing

poetry run pytest

⚠️ 🚧 Work in progress !.