CedarCopilot/cedar-OS

fix: make type discoverability better

Ouverte

#131 ouverte le 28 août 2025

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (18 forks)auto 404
documentationenhancementgood first issue

Métriques du dépôt

Stars
 (169 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur