LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
templateengine/TemplateEngine.py
templateengine/__init__.py
templateengine.egg-info/PKG-INFO
templateengine.egg-info/SOURCES.txt
templateengine.egg-info/dependency_links.txt
templateengine.egg-info/entry_points.txt
templateengine.egg-info/top_level.txt
templateengine.egg-info/zip-safe
templateengine/ai/IModel.py
templateengine/ai/IPromptBuilder.py
templateengine/ai/ISession.py
templateengine/ai/OpenAIModel.py
templateengine/ai/OpenAISession.py
templateengine/ai/__init__.py
templateengine/build/AIModelsFactory.py
templateengine/build/ExecutorsFactory.py
templateengine/build/PlannersFactory.py
templateengine/build/StrategiesFactory.py
templateengine/build/TemplateEngineFactory.py
templateengine/build/ToolsFactory.py
templateengine/build/__init__.py
templateengine/cmd/CommandLineInput.py
templateengine/cmd/CommandLineOutput.py
templateengine/cmd/__init__.py
templateengine/container/TemplateEngineProcess.py
templateengine/container/__init__.py
templateengine/data/CommandType.py
templateengine/data/CustomSpinner.py
templateengine/data/ICustomSpinner.py
templateengine/data/InputParams.py
templateengine/data/OutputStream.py
templateengine/data/__init__.py
templateengine/data/errors/ErrorHandling.py
templateengine/data/errors/ExecError.py
templateengine/data/errors/IErrorHandling.py
templateengine/data/errors/__init__.py
templateengine/exec/Action.py
templateengine/exec/Executor.py
templateengine/exec/IExecutor.py
templateengine/exec/__init__.py
templateengine/exec/operations/CommonOperation.py
templateengine/exec/operations/CopyAllOperation.py
templateengine/exec/operations/CopyDirOperation.py
templateengine/exec/operations/CopyFileOperation.py
templateengine/exec/operations/CreateDirOperation.py
templateengine/exec/operations/CreateFileOperation.py
templateengine/exec/operations/DeleteDirOperation.py
templateengine/exec/operations/DeleteFileOperation.py
templateengine/exec/operations/EditContentOperation.py
templateengine/exec/operations/IOperation.py
templateengine/exec/operations/RenameDirOperation.py
templateengine/exec/operations/RenameFileOperation.py
templateengine/exec/operations/__init__.py
templateengine/exec/tools/CommonTool.py
templateengine/exec/tools/CopyAllTool.py
templateengine/exec/tools/CopyDirTool.py
templateengine/exec/tools/CopyFileTool.py
templateengine/exec/tools/CreateDirTool.py
templateengine/exec/tools/CreateFileTool.py
templateengine/exec/tools/DeleteDirTool.py
templateengine/exec/tools/DeleteFileTool.py
templateengine/exec/tools/EditContentTool.py
templateengine/exec/tools/ITool.py
templateengine/exec/tools/RenameDirTool.py
templateengine/exec/tools/RenameFileTool.py
templateengine/exec/tools/ToolTypes.py
templateengine/exec/tools/__init__.py
templateengine/plan/CommonPlanner.py
templateengine/plan/CreateComponentSkeletonPlanner.py
templateengine/plan/IPlanner.py
templateengine/plan/ParseDescriptionPlanner.py
templateengine/plan/StrategyManagerPlanner.py
templateengine/plan/__init__.py
templateengine/prod/ComponentMetadata.py
templateengine/prod/Subcomponent.py
templateengine/prod/__init__.py
templateengine/strategy/CommonStrategy.py
templateengine/strategy/CreateComponentSkeletonStrategy.py
templateengine/strategy/Goal.py
templateengine/strategy/GoalType.py
templateengine/strategy/IGoal.py
templateengine/strategy/IStrategy.py
templateengine/strategy/ParseDescriptionStrategy.py
templateengine/strategy/StrategyAction.py
templateengine/strategy/StrategyManager.py
templateengine/strategy/__init__.py
test/ai/__init__.py
test/ai/test_OpenAIModel.py
test/cmd/__init__.py
test/cmd/test_CommandLineInput.py
test/el_operations/__init__.py
test/el_operations/test_CopyAllElOp.py
test/el_operations/test_CopyDirElOp.py
test/el_operations/test_CopyFileElOp.py
test/el_operations/test_CreateDirElOp.py
test/el_operations/test_CreateFileElOp.py
test/el_operations/test_DeleteDirElOp.py
test/el_operations/test_DeleteFileElOp.py
test/el_operations/test_EditContentElOp.py
test/el_operations/test_RenameDirElOp.py
test/el_operations/test_RenameFileElOp.py