- Introduction of PARTNER_RAG retriever, PARTNER_RAG_SPECIALIST and linked Agent and Task, to support documentation inquiries in the management app (eveai_app)
- Addition of a tenant_partner_services view to show partner services from the viewpoint of a tenant - Addition of domain model diagrams - Addition of license_periods views and form
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
version: "1.0.0"
|
||||
name: "Partner RAG Specialist"
|
||||
framework: "crewai"
|
||||
chat: true
|
||||
configuration: {}
|
||||
arguments: {}
|
||||
results:
|
||||
rag_output:
|
||||
answer:
|
||||
name: "answer"
|
||||
type: "str"
|
||||
description: "Answer to the query"
|
||||
required: true
|
||||
citations:
|
||||
name: "citations"
|
||||
type: "List[str]"
|
||||
description: "List of citations"
|
||||
required: false
|
||||
insufficient_info:
|
||||
name: "insufficient_info"
|
||||
type: "bool"
|
||||
description: "Whether or not the query is insufficient info"
|
||||
required: true
|
||||
agents:
|
||||
- type: "PARTNER_RAG_AGENT"
|
||||
version: "1.0"
|
||||
tasks:
|
||||
- type: "PARTNER_RAG_TASK"
|
||||
version: "1.0"
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-07-16"
|
||||
changes: "Initial version"
|
||||
description: "Q&A through Partner RAG Specialist (for documentation purposes)"
|
||||
Reference in New Issue
Block a user