mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-15 12:36:48 -05:00
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.
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 !.