CedarCopilot / CedarCopilot/cedar-OS

enhancement(types): AgentContext type

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.