LICENSE
README.md
pyproject.toml
funcroute/__init__.py
funcroute/cli.py
funcroute.egg-info/PKG-INFO
funcroute.egg-info/SOURCES.txt
funcroute.egg-info/dependency_links.txt
funcroute.egg-info/entry_points.txt
funcroute.egg-info/requires.txt
funcroute.egg-info/top_level.txt
funcroute/core/__init__.py
funcroute/core/config.py
funcroute/core/router.py
funcroute/data/__init__.py
funcroute/data/formatter.py
funcroute/data/generator.py
funcroute/data/loader.py
funcroute/data/splitter.py
funcroute/data/validator.py
funcroute/evaluation/__init__.py
funcroute/evaluation/evaluator.py
funcroute/evaluation/metrics.py
funcroute/evaluation/visualizer.py
funcroute/inference/__init__.py
funcroute/inference/cache.py
funcroute/inference/predictor.py
funcroute/inference/server.py
funcroute/training/__init__.py
funcroute/training/trainer.py