feat: add canonical decision learning service
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 17s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-12 11:53:17 +09:00
parent 3f6c21c86e
commit 6e666844f0
2 changed files with 102 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ try
builder.Services.AddScoped<IWorkspaceRepository, WorkspaceRepository>();
builder.Services.AddScoped<IPostgresqlHistoryStore, PostgresqlHistoryStore>();
builder.Services.AddScoped<INormalizedLearningStore, NormalizedLearningStore>();
builder.Services.AddScoped<DecisionLearningService>();
builder.Services.AddScoped<IPostgresqlHistorySnapshotReader, PostgresqlHistorySnapshotReader>();
builder.Services.AddScoped<HistoryIngestionService>();
builder.Services.AddScoped<ICollectionRepository, CollectionRepository>();