AgentProps: {
    description: string;
    modelId?: string;
    name: string;
    provider?: string;
    sys: MetaSysProps & {
        createdAt: string;
        environment: {
            sys: {
                id: string;
            };
        };
        id: string;
        space: {
            sys: {
                id: string;
            };
        };
        type: "Agent";
    };
    tools?: AgentToolLink[];
}