- Move global config files to globals iso global folder, as the name global conflicts with python language

- Creation of Traicie Vancancy Definition specialist
- Allow to invoke non-interaction specialists from withing Evie's mgmt interface (eveai_app)
- Improvements to crewai specialized classes
- Introduction to json editor for showing specialists arguments and results in a better way
- Introduction of more complex pagination (adding extra arguments) by adding a global 'get_pagination_html'
- Allow follow-up of ChatSession / Specialist execution
- Improvement in logging of Specialists (but needs to be finished)
This commit is contained in:
Josako
2025-05-26 11:26:03 +02:00
parent d789e431ca
commit 1fdbd2ff45
94 changed files with 1657 additions and 443 deletions

View File

@@ -0,0 +1,36 @@
version: "1.0.0"
name: "Traicie Vacancy Definition Specialist"
framework: "crewai"
partner: "traicie"
chat: false
configuration: {}
arguments:
vacancy_text:
name: "vacancy_text"
type: "text"
description: "The Vacancy Text"
required: true
results:
competencies:
name: "competencies"
type: "List[str, str]"
description: "List of vacancy competencies and their descriptions"
required: false
criteria:
name: "criteria"
type: "List[str, str]"
description: "List of vacancy knock out criteria and their descriptions"
required: false
agents:
- type: "TRAICIE_HR_BP_AGENT"
version: "1.0"
tasks:
- type: "TRAICIE_GET_COMPETENCIES_TASK"
version: "1.0"
- type: "TRAICIE_GET_KO_CRITERIA_TASK"
version: "1.0"
metadata:
author: "Josako"
date_added: "2025-05-21"
changes: "Initial version"
description: "Assistant to create a new Vacancy based on Vacancy Text"

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 812 KiB