# A3M Router - robots.txt
# https://github.com/Das-rebel/a3m-router

User-agent: *
Allow: /

# Sitemaps
Sitemap: https://das-rebel.github.io/adaptive-memory-multi-model-router/sitemap.xml

# Allow all documentation and assets
Allow: /docs/
Allow: /docs-site/
Allow: /assets/
Allow: /public/
Allow: /llms.txt
Allow: /README.md

# Disallow internal/build paths
Disallow: /node_modules/
Disallow: /dist/
Disallow: /test/
Disallow: /src/
Disallow: /.git/
