assists
Suggest Assignee
Recommend an assignee from a candidate pool.
Returns: Recommended candidate with rationale and confidence.
POST
Suggest Assignee
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Response
Successful Response
Response body for the suggest-assignee assist.
Attributes:
instance_id: Recommended agent instance identifier.
rationale: Short explanation of why this candidate was picked.
confidence: Model confidence in the suggestion, in [0.0, 1.0].
Previous
Generate SubtasksDecompose a parent task into subtasks.
The SDK's :class:`GenerateSubtasksRequest` enforces that exactly
one of (``title``, ``parent_context``) is supplied, treating
whitespace-only strings as not-supplied. Pydantic runs that
validator when FastAPI parses the request body, so the handler
does not need to duplicate the check — a request that violates
the rule surfaces as 422 Unprocessable Entity.
Returns:
Ordered list of proposed subtasks.
Next
Suggest Assignee