LICENSE
README.md
pyproject.toml
setup.py
dynamic_functioneer/__init__.py
dynamic_functioneer/anthropic_model_api.py
dynamic_functioneer/base_model_api.py
dynamic_functioneer/boilerplate_manager - copia.py
dynamic_functioneer/boilerplate_manager.py
dynamic_functioneer/code_analyzer - copia.py
dynamic_functioneer/code_analyzer.py
dynamic_functioneer/dynamic_code_manager.py
dynamic_functioneer/dynamic_decorator.py
dynamic_functioneer/file_manager.py
dynamic_functioneer/gemini_model_api.py
dynamic_functioneer/hot_swap_executor.py
dynamic_functioneer/llama_model_api.py
dynamic_functioneer/llm_code_generator.py
dynamic_functioneer/llm_response_cleaner.py
dynamic_functioneer/model_api_factory.py
dynamic_functioneer/openai_model_api.py
dynamic_functioneer/prompt_code_cleaner.py
dynamic_functioneer/prompt_manager.py
dynamic_functioneer.egg-info/PKG-INFO
dynamic_functioneer.egg-info/SOURCES.txt
dynamic_functioneer.egg-info/dependency_links.txt
dynamic_functioneer.egg-info/requires.txt
dynamic_functioneer.egg-info/top_level.txt
dynamic_functioneer/prompts/Code prints example to improve prompt.txt
dynamic_functioneer/prompts/default_function_prompt - copia.txt
dynamic_functioneer/prompts/default_function_prompt.txt
dynamic_functioneer/prompts/default_method_prompt - copia.txt
dynamic_functioneer/prompts/default_method_prompt.txt
dynamic_functioneer/prompts/error_correction_prompt.txt
dynamic_functioneer/prompts/hot_swapping_prompt.txt
dynamic_functioneer/prompts/test_function_prompt.txt
dynamic_functioneer/prompts/test_method_prompt.txt
integration/bank_class.py
integration/class_bank.py
integration/class_inventory.py
integration/class_inventory_2.py
integration/class_students.py
integration/class_task.py
integration/d_StudentGrades_add_grade.py
integration/d_StudentGrades_get_grade.py
integration/d_calculate_average.py
integration/function_average.py
integration/function_median.py
integration/function_txt_file.py
integration/library_class.py
integration/simple_function.py
tests/test_boilerplate_manager.py
tests/test_class_extractor.py
tests/test_code_analyzer.py
tests/test_code_block_extractor.py
tests/test_code_reconstructor.py
tests/test_llm_response_cleaner.py