iconsulting/packages/services/conversation-service/src
hailin a72e718510 fix(agents): add payment gate on invoke_assessment_expert + progress streaming for assessment
Two hardening fixes for the professional assessment pipeline:
1. Code-level payment verification before dispatching invoke_assessment_expert
   (prevents bypassing the prompt-only gate)
2. Thread onProgress callback through direct tool chain so run_professional_assessment
   streams agent_progress events during the 30-45s assessment expert execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 17:16:28 -08:00
..
adapters feat(admin): add system observability dashboard with circuit breaker monitoring 2026-02-08 05:28:24 -08:00
application fix(conversations): exclude DELETED conversations from evolution queries and user operations 2026-02-06 20:55:04 -08:00
conversation feat(admin): add system observability dashboard with circuit breaker monitoring 2026-02-08 05:28:24 -08:00
domain feat(agents): add 4-layer response quality control — structured outputs, LLM judge, smart truncation 2026-02-07 01:01:05 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure fix(agents): add payment gate on invoke_assessment_expert + progress streaming for assessment 2026-02-08 17:16:28 -08:00
migrations fix(db): add multi-tenancy migration for conversation-service tables 2026-02-06 08:39:10 -08:00
app.module.ts fix(tenant): use TenantContextModule.forRoot() for global tenant context 2026-01-26 04:31:56 -08:00
data-source.prod.ts refactor(services): implement Clean Architecture across 4 services 2026-01-24 21:18:25 -08:00
data-source.ts refactor(services): implement Clean Architecture across 4 services 2026-01-24 21:18:25 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00