LICENSE
README.md
pyproject.toml
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/patches.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/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/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/workflow/__init__.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