CedarCopilot/cedar-OS

fix: make type discoverability better

Open

#131 opened on Aug 28, 2025

 (1 comment) (0 reactions) (0 assignees)TypeScript (18 forks)auto 404
documentationenhancementgood first issue

Repository metrics

Stars
 (169 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide