LICENSE
MANIFEST.in
README.md
pyproject.toml
src/socratic_agents/__init__.py
src/socratic_agents/agent_models.py
src/socratic_agents/events.py
src/socratic_agents/function_calling.py
src/socratic_agents/llm_agents.py
src/socratic_agents.egg-info/PKG-INFO
src/socratic_agents.egg-info/SOURCES.txt
src/socratic_agents.egg-info/dependency_links.txt
src/socratic_agents.egg-info/requires.txt
src/socratic_agents.egg-info/top_level.txt
src/socratic_agents/agents/__init__.py
src/socratic_agents/agents/base.py
src/socratic_agents/agents/code_generator.py
src/socratic_agents/agents/code_validation_agent.py
src/socratic_agents/agents/conflict_detector.py
src/socratic_agents/agents/context_analyzer.py
src/socratic_agents/agents/document_context_analyzer.py
src/socratic_agents/agents/document_processor.py
src/socratic_agents/agents/github_sync_handler.py
src/socratic_agents/agents/knowledge_analysis.py
src/socratic_agents/agents/knowledge_manager.py
src/socratic_agents/agents/learning_agent.py
src/socratic_agents/agents/multi_llm_agent.py
src/socratic_agents/agents/note_manager.py
src/socratic_agents/agents/project_file_loader.py
src/socratic_agents/agents/project_manager.py
src/socratic_agents/agents/quality_controller.py
src/socratic_agents/agents/question_queue_agent.py
src/socratic_agents/agents/skill_generator_agent.py
src/socratic_agents/agents/skill_generator_agent_v2.py
src/socratic_agents/agents/socratic_counselor.py
src/socratic_agents/agents/system_monitor.py
src/socratic_agents/agents/user_manager.py
src/socratic_agents/analytics/__init__.py
src/socratic_agents/analytics/analytics_module.py
src/socratic_agents/analytics/effectiveness_trend_analyzer.py
src/socratic_agents/analytics/skill_interaction_tracker.py
src/socratic_agents/analytics/skill_parameter_optimizer.py
src/socratic_agents/analytics/skill_recommendation_predictor.py
src/socratic_agents/core/__init__.py
src/socratic_agents/core/workflow_cost_calculator.py
src/socratic_agents/core/workflow_optimizer.py
src/socratic_agents/core/workflow_path_finder.py
src/socratic_agents/core/workflow_risk_calculator.py
src/socratic_agents/integrations/__init__.py
src/socratic_agents/integrations/skill_orchestrator.py
src/socratic_agents/integrations/langchain/__init__.py
src/socratic_agents/integrations/langchain/tool.py
src/socratic_agents/integrations/openclaw/__init__.py
src/socratic_agents/integrations/openclaw/skill.py
src/socratic_agents/models/__init__.py
src/socratic_agents/models/skill_models.py
src/socratic_agents/orchestration/__init__.py
src/socratic_agents/orchestration/agent_orchestrator.py
src/socratic_agents/orchestration/integration.py
src/socratic_agents/orchestration/orchestrator.py
src/socratic_agents/orchestration/skill_applier.py
src/socratic_agents/orchestration/socrates_integration.py
src/socratic_agents/skill_generation/__init__.py
src/socratic_agents/skill_generation/compatibility_checker.py
src/socratic_agents/skill_generation/llm_skill_generator.py
src/socratic_agents/skill_generation/skill_composition.py
src/socratic_agents/skill_generation/skill_prompt_engine.py
src/socratic_agents/skill_generation/skill_validation_engine.py
src/socratic_agents/skill_generation/skill_version_manager.py
src/socratic_agents/skill_generation/workflow_orchestrator.py
src/socratic_agents/skill_generation/workflow_skill.py
src/socratic_agents/skill_generator/__init__.py
src/socratic_agents/skill_generator/generator.py
src/socratic_agents/utils/__init__.py
src/socratic_agents/utils/serialization.py
tests/test_agent_independence.py
tests/test_orchestration_integration.py
tests/test_orchestration_pure.py
tests/test_phase_7_integration.py
tests/test_quality_controller_with_maturity.py
tests/test_skill_generator_pure.py