harryagasi
feat: implement dual-backend analysis workspace UX
30cd0c9
Raw
History Blame Contribute Delete
336 Bytes
// Compatibility shim during the analysis-flow migration.
// New code should import from these explicit clients:
// - orchestrationApi: Golang auth, knowledge, analyses, and message persistence
// - agenticApi: Python chat streaming, help, reports, and observability
export * from "./orchestrationApi";
export * from "./agenticApi";