📄️ Installation
Get Grid up and running in your project with just a few commands.
📄️ Quick Start
Build your first Grid application in under 5 minutes.
📄️ Building Your First Agent
Let's build a complete agent application that demonstrates Grid's key features. We'll create a research assistant that can search for information, summarize findings, and save results.
📄️ Grid Packages
Grid is organized as a monorepo with several packages that work together to provide a complete LLM orchestration solution.
📄️ Event Handlers
Grid provides a comprehensive event system that enables you to hook into various lifecycle events at all levels of the conversation architecture. This allows for seamless integration with databases, analytics, monitoring, and other external systems.
📄️ Pre-built Agents
Grid provides pre-configured agents through the @mrck-labs/grid-agents package. These agents come with specialized tools and optimized prompts for specific use cases, allowing you to get started quickly without building everything from scratch.
📄️ Getting Started with Workflows
Learn how to build deterministic multi-step processes with Grid's workflow primitives.