Skip to content

Conduct Comprehensive Research

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.

Body_conduct_comprehensive_research_api_creative_hawken_research_conduct_post
object
message
required
Message

Research query text

string
task_type
Any of:
string

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>
LorePullItemResponse

Structured lore item returned from Hawken’s research pipeline.

object
entryId
required
Entryid

Legendry entry id

string
articleTitle
required
Articletitle

Legendry article title

string
sectionTitle
Any of:
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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object