.env.example
.gitattributes
.gitignore
AGENTS.md
CHANGELOG.md
LICENSE
README.md
README.zh-CN.md
main.py
pyproject.toml
requirements.txt
.github/workflows/ci.yml
.github/workflows/release.yml
docker/.gitignore
docker/docker-compose.yml
docker/grafana-plugins/superlinear-forecast-panel/.gitignore
docker/grafana/dashboards/default.yml
docker/grafana/dashboards/timesfm-demo.json
docker/grafana/provisioning/datasources/infinity.yml
docker/grafana/provisioning/datasources/prometheus.yml
docs/BACKEND_ROADMAP.md
docs/PLUGIN_DESIGN.md
docs/tsfm-api-reference.md
plugins/forecast-panel/.gitignore
plugins/forecast-panel/build-module.js
plugins/forecast-panel/package-lock.json
plugins/forecast-panel/package.json
plugins/forecast-panel/test-backends.js
plugins/forecast-panel/tsconfig.json
plugins/forecast-panel/webpack.config.js
plugins/forecast-panel/pkg/go.mod
plugins/forecast-panel/pkg/go.sum
plugins/forecast-panel/pkg/main.go
plugins/forecast-panel/src/module.ts
plugins/forecast-panel/src/plugin.json
plugins/forecast-panel/src/types.ts
plugins/forecast-panel/src/api/client.ts
plugins/forecast-panel/src/backends/holt-winters.ts
plugins/forecast-panel/src/backends/linear-regression.ts
plugins/forecast-panel/src/backends/naive.ts
plugins/forecast-panel/src/backends/registry.ts
plugins/forecast-panel/src/backends/timesfm.ts
plugins/forecast-panel/src/backends/types.ts
plugins/forecast-panel/src/components/App.tsx
plugins/forecast-panel/src/components/ConfigPage.tsx
plugins/forecast-panel/src/components/ForecastPanel.tsx
plugins/forecast-panel/src/img/logo.svg
spec/README.md
spec/tsfm-openapi.json
src/sidus/__init__.py
src/sidus/_version.py
src/sidus/api.py
src/sidus/cli.py
src/sidus/config.py
src/sidus/inference.py
src/sidus/preprocessor.py
src/sidus/prometheus_fetcher.py
src/sidus/registry.py
src/sidus/schemas.py
src/sidus.egg-info/PKG-INFO
src/sidus.egg-info/SOURCES.txt
src/sidus.egg-info/dependency_links.txt
src/sidus.egg-info/entry_points.txt
src/sidus.egg-info/requires.txt
src/sidus.egg-info/scm_file_list.json
src/sidus.egg-info/scm_version.json
src/sidus.egg-info/top_level.txt
src/sidus/static/dashboard.html
tests/test_api.py
tests/test_api_v1.py
tests/test_cli.py
tests/test_config.py
tests/test_integration.py
tests/test_registry.py