Kosuke Oya

Results 10 issues of Kosuke Oya

With nodejs express, you can create a span for each piece of middleware and measure and visualize the time spent processing each piece of middleware. I would like go-chi to...

enhancement

I would like the ability to mask mongodb statements. In older versions, as shown in the image below, the part corresponding to the value of a statement is masked by...

feature-request
integration-mongodb

## Background Although onFinish is executed after all chunks have been read, there are cases where we want it to be executed every time a chunk is read. ## Summary...

### Description Although onFinish is executed after all chunks have been read, there are cases where we want it to be executed every time a chunk is read. I would...

support

### 🎤 Tell us your idea It would be nice to have zod schema support for useCopilotAction parameters. We have defined various data models as zod schema For example ```ts...

feature request
c. Feature

## What does this PR do? Convert the jsonSchema so that it can be passed to parameters of useCopilotAction. The usage is as follows ```ts const stepSchema = z.object({ description:...

## Description Implement agent version control. This feature can be used for A/B testing of multiple patterns of agents using runtimeContext. We want to verify what instructions are effective and...

## Description Infer object type from output, experimental_output. I referred to the overloading of generate implemented in mastra/core Agent ## Related Issue(s) https://github.com/mastra-ai/mastra/issues/4231 ## Type of Change - [x] Bug...

### Describe the Bug ```ts const schema = z.object({ weather: z.string() }); const response = await weatherAgent.generate({ messages: [ { role: 'user', content: input.prompt, }, ], output: schema, }); response.object.weather;...

bug
area: Client SDK - JS

### Package Name mastra ### Package Version(s) 5.49.0 ### Describe the feature you'd like We are trying to run [Mastra](https://mastra.ai/) in a production environment, and while Mastra can output traces...

feature-request