Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/confidence-filter.ts
Parse scored issues from agent output text.
Tries line-format first (one issue per line), then falls back to JSON array. Returns empty array if neither format is found.
Signature
tsfunction parseIssues(agentOutput: string, agentName: string): ScoredIssue[]
Parameters
| Name | Type |
|---|---|
agentOutput | string |
agentName | string |
Returns: ScoredIssue[]
Was this page helpful?