LICENSE
README.md
pyproject.toml
ai_engine/__init__.py
ai_engine/__main__.py
ai_engine/_engine.py
ai_engine/_exceptions.py
ai_engine/_version.py
ai_engine/anthropic.py
ai_engine/config.json
ai_engine/openai.py
ai_engine/py.typed
ai_engine/resources/__init__.py
ai_engine/resources/chat.py
ai_engine/resources/embeddings.py
ai_engine/resources/images.py
ai_engine/resources/models.py
ai_engine/server/__init__.py
ai_engine/server/app.py
ai_engine/server/deps.py
ai_engine/server/intent_classifier.py
ai_engine/server/chat_module/__init__.py
ai_engine/server/chat_module/chat_routes.py
ai_engine/server/chat_module/db.py
ai_engine/server/chat_module/helpers.py
ai_engine/server/chat_module/message_routes.py
ai_engine/server/chat_module/router.py
ai_engine/server/chat_module/schemas.py
ai_engine/server/chat_module/state.py
ai_engine/server/chat_module/websocket_manager.py
ai_engine/server/routes/__init__.py
ai_engine/server/routes/completions.py
ai_engine/server/routes/dashboard.py
ai_engine/server/routes/embeddings.py
ai_engine/server/routes/model_discovery.py
ai_engine/server/routes/models.py
ai_engine/server/routes/multimodal.py
ai_engine/server/routes/platform.py
ai_engine/server/routes/workflows.py
ai_engine/server/routes/providers/__init__.py
ai_engine/server/routes/providers/deps.py
ai_engine/server/routes/providers/health.py
ai_engine/server/routes/providers/management.py
ai_engine/server/routes/providers/models.py
ai_engine/server/static/chat/chat.css
ai_engine/server/static/chat/chat.js
ai_engine/server/static/css/dashboard.css
ai_engine/server/static/img/favicon.svg
ai_engine/server/static/js/dashboard.js
ai_engine/server/templates/chat.html
ai_engine/server/templates/dashboard.html
ai_engine/server/templates/models.html
ai_engine/server/templates/providers.html
ai_engine/tui/__init__.py
ai_engine/tui/app.py
ai_engine/tui/callbacks.py
ai_engine/tui/chat_management.py
ai_engine/tui/commands.py
ai_engine/tui/common.py
ai_engine/tui/event_handlers.py
ai_engine/tui/files.py
ai_engine/tui/media.py
ai_engine/tui/model_index.py
ai_engine/tui/model_management.py
ai_engine/tui/personas.py
ai_engine/tui/preferences.py
ai_engine/tui/routing.py
ai_engine/tui/routing_engine.py
ai_engine/tui/settings.py
ai_engine/tui/slash.py
ai_engine/tui/storage.py
ai_engine/tui/widgets.py
ai_engine/tui/screens/__init__.py
ai_engine/tui/screens/chat_command_provider.py
ai_engine/tui/screens/confirm_delete_screen.py
ai_engine/tui/screens/export_chat_screen.py
ai_engine/tui/screens/file_picker_screen.py
ai_engine/tui/screens/model_picker_screen.py
ai_engine/tui/screens/provider_picker_screen.py
ai_engine/tui/screens/rename_chat_screen.py
ai_engine/tui/screens/system_prompt_screen.py
ai_engine/types/__init__.py
ai_synapse.egg-info/PKG-INFO
ai_synapse.egg-info/SOURCES.txt
ai_synapse.egg-info/dependency_links.txt
ai_synapse.egg-info/entry_points.txt
ai_synapse.egg-info/requires.txt
ai_synapse.egg-info/top_level.txt
core/__init__.py
core/__main__.py
core/advanced_features.py
core/ai_engine.py
core/api_versioning.py
core/batch.py
core/billing.py
core/caching.py
core/capabilities.py
core/capability_enrichment.py
core/chat_intelligence.py
core/cli.py
core/config.py
core/config_sync.py
core/embeddings.py
core/engine_keys.py
core/engine_models.py
core/enterprise.py
core/env_bootstrap.py
core/error_codes.py
core/health_monitor.py
core/http_client.py
core/image_generation.py
core/infrastructure.py
core/intelligent_router.py
core/intent_classifier.py
core/latency_tracker.py
core/load_test.py
core/logging_sla.py
core/middleware.py
core/model_cache.py
core/plugin_system.py
core/provider_observability.py
core/provider_reliability.py
core/py.typed
core/rate_limit_manager.py
core/redis_cache.py
core/request_queue.py
core/response_cache.py
core/session_backup.py
core/statistics_manager.py
core/streaming.py
core/stress_test.py
core/usage_tracker.py
core/user_paths.py
core/workflow_engine.py
core/provider_requests/__init__.py
core/provider_requests/anthropic.py
core/provider_requests/base.py
core/provider_requests/cloud_providers.py
core/provider_requests/google.py
core/provider_requests/openai_compatible.py
core/provider_requests/streaming.py
core/provider_requests/clouds/__init__.py
core/provider_requests/clouds/_shared.py
core/provider_requests/clouds/a3z.py
core/provider_requests/clouds/azure.py
core/provider_requests/clouds/bedrock.py
core/provider_requests/clouds/cloudflare.py
core/provider_requests/clouds/cohere.py
core/provider_requests/clouds/vertex.py
tests/test_advanced_features.py
tests/test_ai_engine.py
tests/test_anthropic_sdk.py
tests/test_api_versioning.py
tests/test_batch_search.py
tests/test_bedrock_vertex.py
tests/test_billing.py
tests/test_branching.py
tests/test_caching.py
tests/test_capabilities.py
tests/test_chat_db.py
tests/test_chat_features.py
tests/test_chat_intelligence.py
tests/test_chat_resource.py
tests/test_chat_router.py
tests/test_cli.py
tests/test_config.py
tests/test_config_sync.py
tests/test_edge_cases.py
tests/test_embeddings.py
tests/test_engine_modes.py
tests/test_enterprise.py
tests/test_error_codes.py
tests/test_health_monitor.py
tests/test_image_generation.py
tests/test_infrastructure.py
tests/test_integration.py
tests/test_integration_server.py
tests/test_intelligence.py
tests/test_intelligent_router.py
tests/test_key_rotation_unit.py
tests/test_latency_tracker.py
tests/test_load_testing.py
tests/test_logging_sla.py
tests/test_middleware.py
tests/test_mock_provider_server.py
tests/test_model_cache.py
tests/test_multimodal_routes.py
tests/test_performance_benchmarks.py
tests/test_platform.py
tests/test_plugin_system.py
tests/test_provider_observability.py
tests/test_provider_reliability.py
tests/test_provider_requests.py
tests/test_rate_limit_manager.py
tests/test_request_queue.py
tests/test_response_cache.py
tests/test_sdk_battle.py
tests/test_server.py
tests/test_session_backup.py
tests/test_source_of_truth.py
tests/test_statistics_manager.py
tests/test_tui_files.py
tests/test_tui_integration.py
tests/test_tui_media.py
tests/test_tui_model_index.py
tests/test_tui_personas.py
tests/test_tui_preferences.py
tests/test_tui_routing_engine.py
tests/test_tui_slash.py
tests/test_tui_storage.py
tests/test_upload.py
tests/test_user_config.py
tests/test_websocket_manager.py
tests/test_workflow_engine.py