LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
bytedocs_django/__init__.py
bytedocs_django/urls.py
bytedocs_django/views.py
bytedocs_django.egg-info/PKG-INFO
bytedocs_django.egg-info/SOURCES.txt
bytedocs_django.egg-info/dependency_links.txt
bytedocs_django.egg-info/requires.txt
bytedocs_django.egg-info/top_level.txt
bytedocs_django/ai/__init__.py
bytedocs_django/ai/context_optimizer.py
bytedocs_django/ai/factory.py
bytedocs_django/ai/types.py
bytedocs_django/ai/providers/__init__.py
bytedocs_django/ai/providers/anthropic_client.py
bytedocs_django/ai/providers/gemini_client.py
bytedocs_django/ai/providers/openai_client.py
bytedocs_django/ai/providers/openrouter_client.py
bytedocs_django/auth/__init__.py
bytedocs_django/core/__init__.py
bytedocs_django/core/bytedocs.py
bytedocs_django/core/config.py
bytedocs_django/core/types.py
bytedocs_django/parser/__init__.py
bytedocs_django/parser/ast_analyzer.py
bytedocs_django/parser/route_analyzer.py
bytedocs_django/parser/schema_extractor.py
bytedocs_django/ui/__init__.py
bytedocs_django/ui/handlers.py
bytedocs_django/ui/template_loader.py
bytedocs_django/ui/templates/template.html
bytedocs_django/ui/templates/auth/banned.html
bytedocs_django/ui/templates/auth/config-error.html
bytedocs_django/ui/templates/auth/login.html