Centralized documentation hub for the tryAGI .NET AI SDK ecosystem.
Live site: tryagi.github.io/docs
- MEAI Integration — Feature matrices and usage guides for Microsoft.Extensions.AI across all SDKs
- SDK Catalog — Full listing of 40+ SDKs with links to NuGet, GitHub, and per-SDK docs
- Getting Started — Ecosystem overview and decision guide for choosing the right SDK
# Install dependencies
python -m venv venv
source venv/bin/activate
pip install mkdocs-material
# Serve locally
mkdocs serve
# Build
mkdocs build