LICENSE
README.md
pyproject.toml
alembic/env.py
alembic/versions/001_initial_postgresql_schema.py
deployment/docker/test-db-init.py
examples/Socrates.py
examples/langchain_example.py
examples/langgraph_example.py
examples/library_usage_example.py
examples/openclaw_example.py
examples/pycharm_plugin.py
examples/react_frontend_server.py
examples/simple_cli.py
examples/vscode_extension.py
scripts/coverage_report.py
scripts/generate_docs.py
scripts/generate_jwt_secret.py
scripts/start-dev.py
scripts/build/build_exe.py
scripts/debug/blocker_check.py
scripts/debug/deeper_check.py
scripts/debug/validate_clients.py
scripts/debug/verify_architecture_fix.py
scripts/testing/run_integration_tests.py
scripts/webhooks/setup_github_sponsors_webhook.py
scripts/windows/socrates_windows_entry.py
socrates-api/src/socrates_api/__init__.py
socrates-api/src/socrates_api/database.py
socrates-api/src/socrates_api/main.py
socrates-api/src/socrates_api/models.py
socrates-api/src/socrates_api/monitoring.py
socrates-api/src/socrates_api/testing_mode.py
socrates-api/src/socrates_api/auth/__init__.py
socrates-api/src/socrates_api/auth/dependencies.py
socrates-api/src/socrates_api/auth/jwt_handler.py
socrates-api/src/socrates_api/auth/password.py
socrates-api/src/socrates_api/auth/project_access.py
socrates-api/src/socrates_api/caching/__init__.py
socrates-api/src/socrates_api/caching/redis_cache.py
socrates-api/src/socrates_api/middleware/__init__.py
socrates-api/src/socrates_api/middleware/activity_tracker.py
socrates-api/src/socrates_api/middleware/cors_fix.py
socrates-api/src/socrates_api/middleware/metrics.py
socrates-api/src/socrates_api/middleware/rate_limit.py
socrates-api/src/socrates_api/middleware/security_headers.py
socrates-api/src/socrates_api/middleware/subscription.py
socrates-api/src/socrates_api/routers/__init__.py
socrates-api/src/socrates_api/routers/agents.py
socrates-api/src/socrates_api/routers/analysis.py
socrates-api/src/socrates_api/routers/analytics.py
socrates-api/src/socrates_api/routers/auth.py
socrates-api/src/socrates_api/routers/chat.py
socrates-api/src/socrates_api/routers/chat_sessions.py
socrates-api/src/socrates_api/routers/code_generation.py
socrates-api/src/socrates_api/routers/collaboration.py
socrates-api/src/socrates_api/routers/database_health.py
socrates-api/src/socrates_api/routers/events.py
socrates-api/src/socrates_api/routers/finalization.py
socrates-api/src/socrates_api/routers/free_session.py
socrates-api/src/socrates_api/routers/github.py
socrates-api/src/socrates_api/routers/knowledge.py
socrates-api/src/socrates_api/routers/knowledge_management.py
socrates-api/src/socrates_api/routers/llm.py
socrates-api/src/socrates_api/routers/llm_config.py
socrates-api/src/socrates_api/routers/nlu.py
socrates-api/src/socrates_api/routers/notes.py
socrates-api/src/socrates_api/routers/progress.py
socrates-api/src/socrates_api/routers/projects.py
socrates-api/src/socrates_api/routers/projects_chat.py
socrates-api/src/socrates_api/routers/query.py
socrates-api/src/socrates_api/routers/security.py
socrates-api/src/socrates_api/routers/skills.py
socrates-api/src/socrates_api/routers/sponsorships.py
socrates-api/src/socrates_api/routers/subscription.py
socrates-api/src/socrates_api/routers/system.py
socrates-api/src/socrates_api/routers/websocket.py
socrates-api/src/socrates_api/routers/websocket_polling.py
socrates-api/src/socrates_api/routers/workflow.py
socrates-api/src/socrates_api/services/report_generator.py
socrates-api/src/socrates_api/websocket/__init__.py
socrates-api/src/socrates_api/websocket/connection_manager.py
socrates-api/src/socrates_api/websocket/event_bridge.py
socrates-api/src/socrates_api/websocket/message_handler.py
socrates-api/tests/__init__.py
socrates-api/tests/conftest.py
socrates-api/tests/test_api.py
socrates-api/tests/test_integration_issues.py
socrates-api/tests/test_phase1_smoke.py
socrates-api/tests/unit_analysis_router.py
socrates-api/tests/unit_analysis_router_extended.py
socrates-api/tests/unit_analytics_router.py
socrates-api/tests/unit_auth_router.py
socrates-api/tests/unit_auth_router_extended.py
socrates-api/tests/unit_chat_sessions_router.py
socrates-api/tests/unit_code_generation_router.py
socrates-api/tests/unit_collaboration_router.py
socrates-api/tests/unit_knowledge_router.py
socrates-api/tests/unit_notes_router.py
socrates-api/tests/unit_notes_router_extended.py
socrates-api/tests/unit_projects_chat_router.py
socrates-api/tests/unit_projects_router.py
socrates-api/tests/unit_subscription_router.py
socrates-api/tests/integration/conftest.py
socrates-api/tests/integration/test_all_endpoints.py
socrates-api/tests/integration/test_auth_95_percent_coverage.py
socrates-api/tests/integration/test_auth_scenarios.py
socrates-api/tests/integration/test_e2e_workflows.py
socrates-api/tests/integration/test_routers_comprehensive.py
socrates-api/tests/integration/test_routers_integration.py
socrates-api/tests/integration/test_security_penetration.py
socrates-cli/src/socrates_cli/__init__.py
socrates-cli/src/socrates_cli/cli.py
socrates-cli/tests/__init__.py
socrates-cli/tests/test_cli.py
socrates-frontend/node_modules/flatted/python/flatted.py
socrates_ai/__init__.py
socrates_ai.egg-info/PKG-INFO
socrates_ai.egg-info/SOURCES.txt
socrates_ai.egg-info/dependency_links.txt
socrates_ai.egg-info/entry_points.txt
socrates_ai.egg-info/requires.txt
socrates_ai.egg-info/top_level.txt
socratic_system/__init__.py
socratic_system/config.py
socratic_system/di_container.py
socratic_system/encryption.py
socratic_system/logging_config.py
socratic_system/monitoring_metrics.py
socratic_system/agents/__init__.py
socratic_system/agents/code_generator_sandbox_wrapper.py
socratic_system/agents/secure_agent_client.py
socratic_system/agents/secure_agent_server.py
socratic_system/api/__init__.py
socratic_system/api/client.py
socratic_system/api/rest_handlers.py
socratic_system/api/adapters/__init__.py
socratic_system/api/adapters/agent_adapter.py
socratic_system/api/adapters/langchain_integration.py
socratic_system/api/adapters/langgraph_integration.py
socratic_system/api/adapters/openclaw_integration.py
socratic_system/api_adapter/__init__.py
socratic_system/api_adapter/async_handler.py
socratic_system/api_adapter/base_adapter.py
socratic_system/api_adapter/schemas.py
socratic_system/api_adapter/service_adapter.py
socratic_system/api_adapter/service_registry.py
socratic_system/auth/__init__.py
socratic_system/auth/password.py
socratic_system/caching/__init__.py
socratic_system/caching/analysis_cache.py
socratic_system/clients/__init__.py
socratic_system/clients/socrates_agent_client.py
socratic_system/config/constants.py
socratic_system/config/knowledge_base.json
socratic_system/conflict/__init__.py
socratic_system/core/__init__.py
socratic_system/core/analytics_calculator.py
socratic_system/core/insight_categorizer.py
socratic_system/core/maturity_calculator.py
socratic_system/core/project_categories.py
socratic_system/core/question_selector.py
socratic_system/core/workflow_builder.py
socratic_system/core/workflow_optimizer.py
socratic_system/database/__init__.py
socratic_system/database/audit_schema.py
socratic_system/database/connection_pool.py
socratic_system/database/embedding_cache.py
socratic_system/database/migration_runner.py
socratic_system/database/project_db.py
socratic_system/database/project_file_manager.py
socratic_system/database/query_profiler.py
socratic_system/database/read_write_split.py
socratic_system/database/search_cache.py
socratic_system/database/vector_db.py
socratic_system/docs/__init__.py
socratic_system/events/__init__.py
socratic_system/events/event_emitter.py
socratic_system/events/event_types.py
socratic_system/events/handlers.py
socratic_system/events/job_queue.py
socratic_system/events/result_cache.py
socratic_system/events/result_poller.py
socratic_system/exceptions/__init__.py
socratic_system/exceptions/errors.py
socratic_system/governance/__init__.py
socratic_system/governance/ethical_governor.py
socratic_system/governance/morality_integration.py
socratic_system/governance/orchestrator_hooks.py
socratic_system/handlers/__init__.py
socratic_system/handlers/background_handlers.py
socratic_system/jobs/__init__.py
socratic_system/jobs/job_tracker.py
socratic_system/knowledge/__init__.py
socratic_system/learning/__init__.py
socratic_system/maturity/__init__.py
socratic_system/messaging/__init__.py
socratic_system/messaging/agent_bus.py
socratic_system/messaging/agent_registry.py
socratic_system/messaging/exceptions.py
socratic_system/messaging/integration.py
socratic_system/messaging/messages.py
socratic_system/messaging/middleware.py
socratic_system/messaging/resilience.py
socratic_system/migration/enable_workflow_optimization.py
socratic_system/models/__init__.py
socratic_system/models/llm_provider.py
socratic_system/models/monitoring.py
socratic_system/models/note.py
socratic_system/models/project.py
socratic_system/models/role.py
socratic_system/models/user.py
socratic_system/orchestration/__init__.py
socratic_system/orchestration/knowledge_base.py
socratic_system/orchestration/orchestrator.py
socratic_system/parsers/__init__.py
socratic_system/parsers/code_parser.py
socratic_system/performance/__init__.py
socratic_system/reasoning/__init__.py
socratic_system/reasoning/contradiction_detector.py
socratic_system/reasoning/ethical_deliberation.py
socratic_system/reasoning/ethical_framework.py
socratic_system/reasoning/moral_precedent_engine.py
socratic_system/reasoning/stakeholder_analyzer.py
socratic_system/reasoning/threat_detector.py
socratic_system/repositories/__init__.py
socratic_system/repositories/base_repository.py
socratic_system/repositories/conflict_repository.py
socratic_system/repositories/document_repository.py
socratic_system/repositories/insight_repository.py
socratic_system/repositories/project_repository.py
socratic_system/repositories/quality_repository.py
socratic_system/security/agent_certificates.py
socratic_system/security/agent_identity.py
socratic_system/security/audit_logger.py
socratic_system/security/mutual_tls.py
socratic_system/security/sandbox.py
socratic_system/services/__init__.py
socratic_system/services/base.py
socratic_system/services/base_service.py
socratic_system/services/code_service.py
socratic_system/services/conflict_service.py
socratic_system/services/dependency_injection.py
socratic_system/services/document_service.py
socratic_system/services/document_understanding.py
socratic_system/services/insight_service.py
socratic_system/services/knowledge_service.py
socratic_system/services/learning_service.py
socratic_system/services/orchestrator_service.py
socratic_system/services/project_service.py
socratic_system/services/quality_service.py
socratic_system/services/validation_service.py
socratic_system/services/repositories/__init__.py
socratic_system/services/repositories/base.py
socratic_system/services/repositories/knowledge_repository.py
socratic_system/services/repositories/maturity_repository.py
socratic_system/services/repositories/project_repository.py
socratic_system/sponsorships/__init__.py
socratic_system/sponsorships/models.py
socratic_system/sponsorships/tiers.py
socratic_system/sponsorships/webhook.py
socratic_system/subscription/__init__.py
socratic_system/subscription/checker.py
socratic_system/subscription/storage.py
socratic_system/subscription/tiers.py
socratic_system/ui/__init__.py
socratic_system/ui/analytics_display.py
socratic_system/ui/command_handler.py
socratic_system/ui/context_display.py
socratic_system/ui/main_app.py
socratic_system/ui/maturity_display.py
socratic_system/ui/navigation.py
socratic_system/ui/nlu_handler.py
socratic_system/ui/commands/__init__.py
socratic_system/ui/commands/analytics_commands.py
socratic_system/ui/commands/base.py
socratic_system/ui/commands/code_commands.py
socratic_system/ui/commands/collab_commands.py
socratic_system/ui/commands/conv_commands.py
socratic_system/ui/commands/debug_commands.py
socratic_system/ui/commands/doc_commands.py
socratic_system/ui/commands/file_commands.py
socratic_system/ui/commands/finalize_commands.py
socratic_system/ui/commands/github_commands.py
socratic_system/ui/commands/knowledge_commands.py
socratic_system/ui/commands/llm_commands.py
socratic_system/ui/commands/maturity_commands.py
socratic_system/ui/commands/model_commands.py
socratic_system/ui/commands/note_commands.py
socratic_system/ui/commands/project_commands.py
socratic_system/ui/commands/query_commands.py
socratic_system/ui/commands/session_commands.py
socratic_system/ui/commands/skills_commands.py
socratic_system/ui/commands/stats_commands.py
socratic_system/ui/commands/subscription_commands.py
socratic_system/ui/commands/system_commands.py
socratic_system/ui/commands/user_commands.py
socratic_system/ui/commands/workflow_commands.py
socratic_system/utils/__init__.py
socratic_system/utils/archive_builder.py
socratic_system/utils/artifact_saver.py
socratic_system/utils/code_extractor.py
socratic_system/utils/code_structure_analyzer.py
socratic_system/utils/datetime_helpers.py
socratic_system/utils/documentation_generator.py
socratic_system/utils/file_change_tracker.py
socratic_system/utils/git_initializer.py
socratic_system/utils/git_repository_manager.py
socratic_system/utils/id_generator.py
socratic_system/utils/logger.py
socratic_system/utils/multi_file_splitter.py
socratic_system/utils/orchestrator_helper.py
socratic_system/utils/project_templates.py
socratic_system/utils/ttl_cache.py
socratic_system/utils/extractors/__init__.py
socratic_system/utils/extractors/base.py
socratic_system/utils/extractors/generic_extractor.py
socratic_system/utils/extractors/models.py
socratic_system/utils/extractors/python_extractor.py
socratic_system/utils/extractors/registry.py
socratic_system/utils/validators/__init__.py
socratic_system/utils/validators/dependency_validator.py
socratic_system/utils/validators/syntax_validator.py
socratic_system/utils/validators/test_executor.py
socratic_system/workflow/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_e2e_new_architecture.py
tests/test_embeddings.py
tests/test_library_export_integration.py
tests/test_performance_benchmarks.py
tests/test_phase1_conflict_service.py
tests/test_phase1_document_service.py
tests/test_phase1_insight_service.py
tests/test_phase1_project_service.py
tests/test_phase1_quality_service.py
tests/test_phase2_agent_registry.py
tests/test_phase2_bus_integration.py
tests/test_phase2b_code_generator_migration.py
tests/test_phase2b_code_validation_migration.py
tests/test_phase2b_conflict_detector_migration.py
tests/test_phase2b_context_analyzer_migration.py
tests/test_phase2b_document_processor_migration.py
tests/test_phase2b_knowledge_analysis_migration.py
tests/test_phase2b_knowledge_manager_migration.py
tests/test_phase2b_learning_agent_migration.py
tests/test_phase2b_multi_llm_migration.py
tests/test_phase2b_note_manager_migration.py
tests/test_phase2b_project_manager_migration.py
tests/test_phase2b_quality_controller_migration.py
tests/test_phase2b_question_queue_migration.py
tests/test_phase2b_socratic_counselor_migration.py
tests/test_phase2b_system_monitor_migration.py
tests/test_phase2b_user_manager_migration.py
tests/test_phase3_7_certificates.py
tests/test_phase3_8_tls_integration.py
tests/test_phase3_9_integration.py
tests/test_phase3_contradiction_detector.py
tests/test_phase3_ethical_deliberation.py
tests/test_phase3_event_driven.py
tests/test_phase3_governor_integration.py
tests/test_phase3_implementation.py
tests/test_phase3_moral_precedent_engine.py
tests/test_phase3_mutual_tls.py
tests/test_phase3_threat_detector.py
tests/test_phase4_api_adapter.py
tests/test_precedent_semantic.py
tests/test_security_sandbox_integration.py
tests/database/test_api_startup_database_init.py
tests/database/test_db_verification.py
tests/database/test_project_db_operations.py
tests/database/test_vector_db_operations.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_api_workflows.py
tests/e2e/test_complete_workflows.py
tests/e2e/journeys/test_comprehensive_flow.py
tests/e2e/journeys/test_interconnection.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_api_comprehensive.py
tests/integration/test_api_database_integration.py
tests/integration/test_auth_workflows.py
tests/integration/test_chat_workflows.py
tests/integration/test_cli_parity.py
tests/integration/test_code_generation_workflows.py
tests/integration/test_collaboration_workflows.py
tests/integration/test_github_import_workflows.py
tests/integration/test_integration_workflows.py
tests/integration/test_knowledge_workflows.py
tests/integration/test_orchestrator_workflows.py
tests/integration/test_project_management.py
tests/integration/test_project_workflows.py
tests/integration/test_socratic_workflows.py
tests/integration/test_subscription_enforcement.py
tests/integration/test_websocket_database_integration.py
tests/integration/workflows/test_full_flow.py
tests/integration/workflows/test_knowledge_management.py
tests/integration/workflows/test_knowledge_workflows.py
tests/integration/workflows/test_phase2_smoke.py
tests/integration/workflows/test_phase4_verification.py
tests/performance/__init__.py
tests/utils/__init__.py
tests/utils/test_archive_builder.py
tests/utils/test_code_extractor.py
tests/utils/test_documentation_generator.py
tests/utils/test_project_templates.py
tests/utils/test_utils.py