Files
geointel/frontend/src/services/api/index.ts
T
Codex beacdf2560
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s
feat: add source-grounded evolution and Ollama assistant
2026-07-15 06:45:56 +02:00

14 lines
509 B
TypeScript

export { areasApi } from './areas'
export { analysisApi } from './analysis'
export { assistantApi } from './assistant'
export { datasetsApi } from './datasets'
export { demoApi } from './demo'
export { detectionApi } from './detection'
export { externalApi } from './external'
export { qaApi } from './qa'
export { segmentationApi } from './segmentation'
export { exportsApi } from './exports'
export { jobsApi } from './jobs'
export { projectsApi } from './projects'
export { temporalApi } from './temporal'