feat(platform): close AI expense value loop
Add tenant-safe value, telemetry, connector, commercial, and production-readiness foundations.
This commit is contained in:
@@ -1026,11 +1026,12 @@ def test_semantic_ontology_service_records_model_call_errors_for_statistics(monk
|
||||
session_factory = build_session_factory()
|
||||
with session_factory() as db:
|
||||
service = SemanticOntologyService(db)
|
||||
run = service.run_service.create_run(
|
||||
agent=AgentName.ORCHESTRATOR.value,
|
||||
source=AgentRunSource.USER_MESSAGE.value,
|
||||
status=AgentRunStatus.RUNNING.value,
|
||||
)
|
||||
run = service.run_service.create_run(
|
||||
agent=AgentName.ORCHESTRATOR.value,
|
||||
source=AgentRunSource.USER_MESSAGE.value,
|
||||
tenant_id="default",
|
||||
status=AgentRunStatus.RUNNING.value,
|
||||
)
|
||||
|
||||
monkeypatch.setattr(
|
||||
service.runtime_chat_service,
|
||||
|
||||
Reference in New Issue
Block a user