Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
interface
BackfillRuntime {
54
apiUrl: string;
55
apiToken?: string;
56
stop(): Promise<void>;
57
}
58
59
interface
BankRuntime {
60
bankId: string;
Callers
2
stop
Function · 0.65
runCli
Function · 0.65
Implementers
10
HindsightServer
hindsight-all-npm/src/server.ts
EmbeddedPostgres
hindsight-api-slim/hindsight_api/pg0.p
MaintenanceLoop
hindsight-api-slim/hindsight_api/engin
LlamaCppServer
hindsight-api-slim/hindsight_api/engin
DaemonEmbedManager
hindsight-embed/hindsight_embed/daemon
EmbedManager
hindsight-embed/hindsight_embed/embed_
APIServer
hindsight-integration-tests/tests/test
DockerComposeStack
hindsight-integration-tests/tests/test
VersionRunner
hindsight-dev/upgrade_tests/version_ru
Server
hindsight-all/hindsight/server.py
Calls
no outgoing calls
Tested by
no test coverage detected