Conduct Comprehensive Research
POST /api/creative/hawken/research/conduct
POST
/api/creative/hawken/research/conduct
Return ranked RAG hits + lore matches. No LLM synthesis.
This used to return an answer + synthesis composed by an
LLM. After M5 Hawken just surfaces the retrieval results — the
author reads and interprets.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
ResearchConductResponse
Response from the comprehensive research pipeline.
object
researchTerms
required
Researchterms
Extracted research terms
Array<string>
ragResults
required
Ragresults
RAG system results
Array<object>
object
key
additional properties
any
projectLore
required
Projectlore
Project lore entries from the lore database
Array<string>
projectLoreItems
Projectloreitems
Structured Legendry lore results with article titles and content
Array<object>
LorePullItemResponseStructured lore item returned from Hawken’s research pipeline.
object
entryId
required
Entryid
Legendry entry id
string
articleTitle
required
Articletitle
Legendry article title
string
excerpt
required
Excerpt
Short preview excerpt for the lore article
string
content
required
Content
Full lore article content pulled for context
string
specialistKnowledge
required
Specialistknowledge
Specialist agent insights
Array<string>
externalSources
required
Externalsources
External source references
Array<object>
object
key
additional properties
any
contextSummary
required
Contextsummary
Synthesized research summary
string
relevanceScore
required
Relevancescore
Overall relevance score (0-100)
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context