Also the team is top-notch — Sam was my co-founder at Gatsby and I worked closely with Shane and Abhi and I have a ton of confidence in their product & engineering abilities.
Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
31–40 of 159 posts
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#32Earlier quoted context omitted.
Yeah, this is something we've heard as well. No particular feature right now but we did ship an agent in local dev to help people improve their prompts.
I'm wondering since there seem to be a lot of frameworks/websites that support evals, even OpenAI has evals. Do you think that a lot of these components like observability and evals will eventually be consumed by either providers (like OpenAI) or an orchestration framework like Mastra (when using multiple providers, though even if you're using just one provider for many tasks I can see it belonging to the orchestrati…
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#33I thought Kyle Matthews was the creator of Gatsby
Kyle started the project, I started helping pretty shortly thereafter, then he and I cofounded the company together. Kyle's working on ElectricSQL now but is using us, we're doing a meetup together next month, etc.
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#34Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#35Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#36Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#37This looks awesome! Quick question, are there plans to support SSE MCP servers? I see Stdio [0] are supported and I can always run a proxy but SSE would be awesome. [0] https://mastra.ai/docs/reference/tools/client
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#38By the developers of Gatsby is a minus, not a plus makes me think this is going to be the next abandonware.
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#39Can anyone please give me a usecase, that couldn’t be solved with a single API call to a modern LLM (capable of multi-step planning/reasoning) and a proper prompt?
Or is this really just about building the prompt, and giving the LLM closer guidance by splitting into multiple calls?
I’m specifically not asking about function calling.