Impressive. Have you seen any success with Mastra being used to build voice agents? Our company has been experimenting with VAPI, which just launched a workflow builder into open beta ( https://docs.vapi.ai/workflows ), but it has a lot of rough edges.
Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
21–30 of 159 posts
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#22Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#23You’re awesome guys! I had so many problems with lanchain and am very happy since switching to Mastra
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#24Super excited to try out the new agent memory features
- https://mastra.ai/docs/agents/01-agent-memory
- https://blog.langchain.dev/langmem-sdk-launch/
- https://help.getzep.com/concepts#adding-memory
not sure where all this is leading yet but glad people are exploring.
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#25Congrats on launching. I've noticed that switching prompts without edits between different LLM providers has degradation on performance. I'm wondering if you guys have noticed how developers do these "translations", I'm wondering since maybe your eval framework might have data for best practices.
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.
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#26A TypeScript first AI framework is something that has been missing. How do you work with AI SDK?
https://js.langchain.com/docs/introduction/
https://www.vellum.ai/products/workflows-sdk
https://github.com/transitive-bullshit/agentic
which is not to say any of them got it right or wrong, but it is by no means "missing". the big question w all of them is do they deliver enough value to last. kudos to those who at least try, of course
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#27Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#28Earlier 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.
link to this agent?
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#29Super excited to try out the new agent memory features
interesting to contrast the recent memory releases - https://mastra.ai/docs/agents/01-agent-memory - https://blog.langchain.dev/langmem-sdk-launch/ - https://help.getzep.com/concepts#adding-memory not sure where all this is leading yet but glad people are exploring.
imho getting some sort of hierarchical memory is conceptually fairly straightforward, the tricky part is having the storage and vector db pieces well integrated so that the apis are clean
Re: Show HN: Mastra – Open-source JS agent framework, by the developers of Gatsby
#30This looks really nice. We've been considering developing something very similar in-house. Are you guys looking at supporting MLC Web LLM, or someother local models?