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/requires.txt
socrates_ai.egg-info/top_level.txt
socratic_system/__init__.py
socratic_system/config.py
socratic_system/agents/__init__.py
socratic_system/agents/base.py
socratic_system/agents/code_generator.py
socratic_system/agents/code_validation_agent.py
socratic_system/agents/conflict_detector.py
socratic_system/agents/context_analyzer.py
socratic_system/agents/document_context_analyzer.py
socratic_system/agents/document_processor.py
socratic_system/agents/knowledge_analysis.py
socratic_system/agents/knowledge_manager.py
socratic_system/agents/learning_agent.py
socratic_system/agents/multi_llm_agent.py
socratic_system/agents/note_manager.py
socratic_system/agents/project_file_loader.py
socratic_system/agents/project_manager.py
socratic_system/agents/quality_controller.py
socratic_system/agents/question_queue_agent.py
socratic_system/agents/socratic_counselor.py
socratic_system/agents/system_monitor.py
socratic_system/agents/user_manager.py
socratic_system/clients/__init__.py
socratic_system/clients/claude_client.py
socratic_system/config/constants.py
socratic_system/config/knowledge_base.json
socratic_system/conflict_resolution/__init__.py
socratic_system/conflict_resolution/base.py
socratic_system/conflict_resolution/checkers.py
socratic_system/conflict_resolution/rules.py
socratic_system/database/__init__.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_db_async.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/events/__init__.py
socratic_system/events/event_emitter.py
socratic_system/events/event_types.py
socratic_system/exceptions/__init__.py
socratic_system/exceptions/errors.py
socratic_system/models/__init__.py
socratic_system/models/conflict.py
socratic_system/models/knowledge.py
socratic_system/models/learning.py
socratic_system/models/llm_provider.py
socratic_system/models/maturity.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/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/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/utils/__init__.py
socratic_system/utils/artifact_saver.py
socratic_system/utils/code_structure_analyzer.py
socratic_system/utils/datetime_helpers.py
socratic_system/utils/file_change_tracker.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/ttl_cache.py