CedarCopilot/cedar-OS

fix: make type discoverability better

开放

#131 创建于 2025年8月28日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (18 个派生)auto 404
documentationenhancementgood first issue

仓库指标

星标
 (169 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南