CedarCopilot/cedar-OS

fix: make type discoverability better

Aberta

#131 aberto em 28 de ago. de 2025

 (1 comentário) (0 reação) (0 responsável)TypeScript (18 forks)auto 404
documentationenhancementgood first issue

Métricas do repositório

Stars
 (169 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador