LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
falat_prompter.egg-info/PKG-INFO
falat_prompter.egg-info/SOURCES.txt
falat_prompter.egg-info/dependency_links.txt
falat_prompter.egg-info/top_level.txt
prompter/__init__.py
prompter/llm_config.py
prompter/llm_config_loader.py
prompter/llm_factory.py
prompter/prompt.py
prompter/prompt_context_builder.py
prompter/prompt_template_processor.py
prompter/templates/chatbot/chatbot_persona.prompt
prompter/templates/codegen/code_generation.prompt
prompter/templates/custom/custom_formatting.prompt
prompter/templates/datatransform/data_transform.prompt
prompter/templates/fewshot/fewshot_examples.prompt
prompter/templates/instruction/basic_instruction.prompt
prompter/templates/qa/qa.prompt
prompter/templates/rag/rag.prompt
prompter/templates/role/role_based.prompt
prompter/templates/summarization/summarization.prompt
tests/test_llm_factory.py
tests/test_local_service.py
tests/test_prompt_context_builder.py
tests/test_prompt_template_processor.py
tests/test_provider_imports.py