honcho/sdks
ajspig 5f1752bd48 feat(typescript): conclusion attribution parity with Python SDK
- Conclusion class: sourceIds + timesDerived fields (appended to the
  constructor signature with defaults, so existing positional callers
  are unaffected)
- ConclusionScope: get(), getMany() (batch fetch via the list endpoint
  with an id-in filter, chunked at the 100 page-size cap), and derived()
  (paginated reverse traversal via GET /conclusions/{id}/derived)
- ConclusionResponse type: optional source_ids / times_derived

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-04 15:37:00 -04:00
..
python feat: conclusion reverse traversal, source_ids filters, SDK batch fetch 2026-08-04 15:25:28 -04:00
typescript feat(typescript): conclusion attribution parity with Python SDK 2026-08-04 15:37:00 -04:00