Skip to content

enhancement(types): AgentContext type #110

@jeseed

Description

@jeseed

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<string, ContextEntry[]> & {
dashboard?: {
id: string;
data: { id: string; value: string };
}[];
};
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions