LICENSE
README.md
setup.py
LLMOrchestrator/__init__.py
LLMOrchestrator/controller.py
LLMOrchestrator/generator.py
LLMOrchestrator/models.py
LLMOrchestrator/orchestration_manager.py
LLMOrchestrator/task_engine.py
LLMOrchestrator/verifier.py
LLMOrchestrator.egg-info/PKG-INFO
LLMOrchestrator.egg-info/SOURCES.txt
LLMOrchestrator.egg-info/dependency_links.txt
LLMOrchestrator.egg-info/requires.txt
LLMOrchestrator.egg-info/top_level.txt
LLMOrchestrator/examples/__init__.py
LLMOrchestrator/examples/adaptive_learning.py
LLMOrchestrator/examples/basic_usage.py
LLMOrchestrator/examples/custom_controller.py
LLMOrchestrator/examples/local_model_example.py
LLMOrchestrator/examples/mock_llm.py
LLMOrchestrator/examples/openai_example.py
LLMOrchestrator/examples/parallel_processing.py
LLMOrchestrator/models/__init__.py
LLMOrchestrator/models/base_model.py
LLMOrchestrator/models/local_model.py
LLMOrchestrator/models/openai_model.py
LLMOrchestrator/tests/__init__.py
LLMOrchestrator/tests/conftest.py
LLMOrchestrator/tests/test_controller.py
tests/__init__.py
tests/test_controller.py