Documentation Index
Fetch the complete documentation index at: https://slide.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Why use Slide?
Slide gives you everything you need to build, test, and deploy intelligent AI agents. It is:- Extensible and open source: Built on a foundation you can inspect, customize, and contribute to
- Flexible with model support: Compatible with any LLM provider supported by LiteLLM (100+ providers including OpenAI, Anthropic, etc.)
- Real-time streaming enabled: Designed to build interactive applications with streaming responses from both agents and tools
- MCP and A2A compatible: Seamlessly integrated with Model Context Protocol (MCP) servers and Agent-to-Agent (A2A) protocol for multi-agent interoperability
- Agent delegation built-in: Create multi-agent systems where specialized agents collaborate to solve complex tasks
- Multimodal by design: Capable of processing and understanding images, audio, PDFs, and more out of the box
- Persistent with conversations: Equipped with built-in support for threads, messages, and attachments with flexible storage options (in-memory, SQLite, or PostgreSQL)
- Type-safe structured outputs: Get validated Pydantic models from your agents with automatic retry on validation failure—no more manual JSON parsing
- Ready-to-use with tools: Packed with built-in tools for web interaction, file handling, and browser automation—plus dependency injection via
tool_contextfor custom tools - Skills and project instructions: Progressively disclose reusable Agent Skills on-demand, and eagerly load project-level guidelines via AGENTS.md
- Transparent reasoning: Access model thinking tokens to see how agents arrive at decisions
- Interactive CLI included: Chat with your agents instantly using the built-in
tyler chatcommand, or scaffold new projects withtyler init - Evaluation-ready: Equipped with a framework to test agents safely with mock tools, prebuilt LLM judges, and multi-turn conversation scenarios
- Debuggable: Integrated with W&B Weave for powerful tracing and debugging capabilities
Ready to Build?
Quickstart Tutorial
Build your first agent in 5 minutes
Your First Agent
Step-by-step guide to building agents
What Can You Build?
AI Agents
Autonomous agents that can use tools, make decisions, and complete complex tasks
Multi-Agent Systems
Coordinate specialized agents that work together on complex problems
Slack Agents
Deploy your agents as Slack agents with built-in message handling
Research Assistants
Agents that can search, analyze, and synthesize information
Data Extraction Pipelines
Extract validated, type-safe structured data from documents and conversations