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/conflict_detector.py
socratic_system/agents/context_analyzer.py
socratic_system/agents/document_processor.py
socratic_system/agents/knowledge_manager.py
socratic_system/agents/note_manager.py
socratic_system/agents/project_manager.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/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/project_db.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/monitoring.py
socratic_system/models/note.py
socratic_system/models/project.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/command_handler.py
socratic_system/ui/context_display.py
socratic_system/ui/main_app.py
socratic_system/ui/navigation.py
socratic_system/ui/nlu_handler.py
socratic_system/ui/commands/__init__.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/knowledge_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/stats_commands.py
socratic_system/ui/commands/system_commands.py
socratic_system/ui/commands/user_commands.py
socratic_system/utils/__init__.py
socratic_system/utils/datetime_helpers.py
socratic_system/utils/logger.py
tests/test_config.py
tests/test_conflict_resolution.py
tests/test_e2e_complete.py
tests/test_e2e_interconnection.py
tests/test_events.py
tests/test_exceptions.py
tests/test_knowledge_management.py
tests/test_knowledge_manager_integration.py
tests/test_models.py
tests/test_modularization.py
tests/test_nlu_handler.py
tests/test_orchestrator_integration.py
tests/test_performance.py
tests/test_phase4_verification.py
tests/test_recent_fixes.py
tests/test_runner_subprocess.py