Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 710 Bytes

File metadata and controls

30 lines (20 loc) · 710 Bytes

tryAGI Documentation

Centralized documentation hub for the tryAGI .NET AI SDK ecosystem.

Live site: tryagi.github.io/docs

What's here

  • 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

Local development

# Install dependencies
python -m venv venv
source venv/bin/activate
pip install mkdocs-material

# Serve locally
mkdocs serve

# Build
mkdocs build

License

MIT