| """ | |
| X-Box Pipeline β Classifier-based tweet analysis for political accounts. | |
| Modules: | |
| data β Senator handle collection, tweet dataset loading | |
| classifiers β Multi-head text classification (sentiment, toxicity, etc.) | |
| embeddings β Embedding generation using MTEB-leading models | |
| behavioral β Compulsive usage pattern detection (temporal/metadata) | |
| fusion β Score fusion and hierarchical modeling | |
| report β Report generation (JSON, Markdown) | |
| cli β Command-line orchestrator | |
| """ | |
| __version__ = "0.1.0" | |