|
| 1 | +export const BLOG_POSTS = [ |
| 2 | + { |
| 3 | + title: "Hello World with AgentStack (Mastra)", |
| 4 | + excerpt: |
| 5 | + "A 10-minute guide to get started with AgentStack, covering agents, tools, storage, MCP, and workflows.", |
| 6 | + date: "2025-12-01", |
| 7 | + readTime: "10 min read", |
| 8 | + category: "Tutorial", |
| 9 | + slug: "hello-world-agentstack", |
| 10 | + }, |
| 11 | + { |
| 12 | + title: "Introducing AgentStack: Multi-Agent Framework for Production", |
| 13 | + excerpt: |
| 14 | + "Learn how AgentStack simplifies building, deploying, and managing AI agents at scale with our new open-source framework.", |
| 15 | + date: "2025-11-28", |
| 16 | + readTime: "5 min read", |
| 17 | + category: "Announcement", |
| 18 | + slug: "introducing-agentstack", |
| 19 | + }, |
| 20 | + { |
| 21 | + title: "Building RAG Pipelines with PgVector", |
| 22 | + excerpt: |
| 23 | + "A comprehensive guide to implementing retrieval-augmented generation using PostgreSQL and vector embeddings.", |
| 24 | + date: "2025-11-25", |
| 25 | + readTime: "8 min read", |
| 26 | + category: "Tutorial", |
| 27 | + slug: "rag-pipelines-pgvector", |
| 28 | + }, |
| 29 | + { |
| 30 | + title: "Agent Orchestration Patterns", |
| 31 | + excerpt: "Explore common patterns for coordinating multiple AI agents in complex workflows.", |
| 32 | + date: "2025-11-20", |
| 33 | + readTime: "6 min read", |
| 34 | + category: "Architecture", |
| 35 | + slug: "agent-orchestration-patterns", |
| 36 | + }, |
| 37 | + { |
| 38 | + title: "Observability for AI Applications", |
| 39 | + excerpt: "How to implement tracing, monitoring, and debugging for your AI agent systems.", |
| 40 | + date: "2025-11-15", |
| 41 | + readTime: "7 min read", |
| 42 | + category: "Best Practices", |
| 43 | + slug: "observability-ai-applications", |
| 44 | + }, |
| 45 | + { |
| 46 | + title: "Dev Session: Repo fixes, MDX, docs, and layouts", |
| 47 | + excerpt: "Summary of recent development session: docs layouts, MDX fixes, blog & docs layouts, sidebar, and tooling updates.", |
| 48 | + date: "2025-12-06", |
| 49 | + readTime: "4 min read", |
| 50 | + category: "Dev Diary", |
| 51 | + slug: "session-summary", |
| 52 | + }, |
| 53 | +] |
0 commit comments