export const mastraBaseConfig = {
workflows: { weatherWorkflow, vetPetPlanWorkflow },
agents: { vet, productRecommendationsAgent, petProductSuitabilityAgent },
vectors: {
internal: new PgVector(connectionConfig)
},
};
export const mastraBaseConfig = {
workflows: { weatherWorkflow, vetPetPlanWorkflow },
agents: { vet, productRecommendationsAgent, petProductSuitabilityAgent },
vectors: {
internal: new PgVector(connectionConfig)
},
};