CedarCopilot/cedar-OS

fix: make type discoverability better

Aperta

#131 aperta il 28 ago 2025

 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (18 fork)auto 404
documentationenhancementgood first issue

Metriche repository

Star
 (169 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

For types exposed to the user (mainly in AgentConnectionTypes.ts and AgentInputContextTypes.ts, we need to make the discoverability of the types better, especially if they take in generic parameters.

Probably would use Typedocs for Typescript types, and an equivalent for Zod types.

Guida contributor