MCPcopy
hub / github.com/vectorize-io/hindsight / BackfillRuntime

Interface BackfillRuntime

hindsight-integrations/openclaw/src/backfill.ts:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53interface BackfillRuntime {
54 apiUrl: string;
55 apiToken?: string;
56 stop(): Promise<void>;
57}
58
59interface BankRuntime {
60 bankId: string;

Callers 2

stopFunction · 0.65
runCliFunction · 0.65

Implementers 10

HindsightServerhindsight-all-npm/src/server.ts
EmbeddedPostgreshindsight-api-slim/hindsight_api/pg0.p
MaintenanceLoophindsight-api-slim/hindsight_api/engin
LlamaCppServerhindsight-api-slim/hindsight_api/engin
DaemonEmbedManagerhindsight-embed/hindsight_embed/daemon
EmbedManagerhindsight-embed/hindsight_embed/embed_
APIServerhindsight-integration-tests/tests/test
DockerComposeStackhindsight-integration-tests/tests/test
VersionRunnerhindsight-dev/upgrade_tests/version_ru
Serverhindsight-all/hindsight/server.py

Calls

no outgoing calls

Tested by

no test coverage detected