CedarCopilot / CedarCopilot/cedar-OS
enhancement(types): AgentContext type
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 172
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
I was also wondering what you thought of making a similar type available:
import { type ContextEntry, type MastraParams } from 'cedar-os';
export type AgentContext = MastraParams & {
additionalContext: Record & {
dashboard?: {
id: string;
data: { id: string; value: string };
}[];
};
};
Contributor guide
Assessment
This issue has not been assessed yet.