AI workflows

Search documents
[Workshop] AI Pipelines and Agents in Pure TypeScript with Mastra.ai — Nick Nisi, Zack Proser
AI Engineer· 2025-07-12 16:00
This hands-on workshop introduces Mastra.ai, a TypeScript framework that streamlines the development of agentic AI systems compared to traditional approaches using LangChain and vector databases. Participants will learn to build structured AI workflows with composable tools and reliable control, enabling them to create internal AI assistants that can handle requests like data cleaning, email drafting, and document summarization with minimal code. The session covers Mastra installation, running a local MCP s ...
喝点VC|a16z华裔合伙人:MCP正重塑AI Agent生态,有望成为AI与工具交互的默认接口
Z Potentials· 2025-03-29 03:57
图片来源: Andreessen Horowitz Z Highlights: Yoko Li 是风投公司 Andreessen Horowitz ( a16z )的合伙人,专注于开发者工具、基础设施与人工智能领域,是推动 AI 原生工具生态的重要推动者之一。 自从OpenAI于2023年推出Function Calling功能以来,我一直在思考,如何才能真正激活一个agent与工具协同运作的生态系统。随着基础模型变得越来越智 能,Agent与外部工具、数据和API的交互却日益碎片化:开发者需要为每一个系统单独编写特定的业务逻辑,才能让agent正常运行和集成。 很明显,我们迫切需要一个统一的标准接口(interface),来规范执行、数据获取和工具调用的方式。 API曾是互联网时代的重要桥梁,为软件之间的通信 建立了通用语言,而AI模型领域目前还缺乏类似的标准。 2024年11月推出的MCP(Model Context Protocol)在开发者(developer)和AI社区中快速引起关注,并有可能成为解决方案。 在这篇文章中,我们将介绍 什么是MCP,它如何改变AI与工具的交互方式,开发者已经基于它构建 ...