- Full implementation of Traicie Selection Specialist - VA version

- Improvements to CrewAI specialists and Specialists in general
- Addition of reusable components to check or get answers to questions from the full Human Message - HumanAnswerServices
This commit is contained in:
Josako
2025-07-06 20:01:30 +02:00
parent 50773fe602
commit 33b5742d2f
20 changed files with 609 additions and 281 deletions

View File

@@ -209,7 +209,7 @@ class SpecialistExecutor(BaseSpecialistExecutor):
result = SpecialistResult.create_for_type(
self.type,
self.type_version,
detailed_query=detailed_question,
detailed_question=detailed_question,
answer=raw_result.answer,
citations=[ctx.metadata.document_id for ctx in unique_contexts
if ctx.id in raw_result.citations],