Add activity-core LLM endpoint support
This commit is contained in:
parent
1d9fc107ed
commit
14ba47c129
25 changed files with 2082 additions and 18 deletions
20
fixtures/activity_core/daily-triage-valid-content.json
Normal file
20
fixtures/activity_core/daily-triage-valid-content.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"summary": "Dummy smoke report: the always-on llm-connect endpoint can produce schema-valid daily triage JSON.",
|
||||
"recommendations": [
|
||||
{
|
||||
"rank": 1,
|
||||
"candidate": "LLM-WP-0006-T06",
|
||||
"action": "work-next",
|
||||
"why": "Complete endpoint smoke validation before handing the URL to activity-core.",
|
||||
"confidence": "high",
|
||||
"wsjf": {
|
||||
"score": 8.5,
|
||||
"strategic_value": 5,
|
||||
"time_criticality": 4,
|
||||
"risk_reduction": 4,
|
||||
"opportunity_enablement": 4,
|
||||
"job_size": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue