.gitignore
CONTRIBUTING.md
pyproject.toml
readme.md
./src/__init__.py
./src/_version.py
./src/client.py
./src/config.py
./src/main.py
./src/memory.py
./src/paths.py
./src/models/module_registry.py
./src/services/llm/base_llm.py
./src/services/llm/openai.py
./src/services/registry/terraform_registry.py
./src/services/vector_store/base_store.py
./src/services/vector_store/faiss_store.py
.github/CODEOWNERS
.github/workflows/develop-source-branch-gate.yml
.github/workflows/main-source-branch-gate.yml
.github/workflows/publish.yml
.github/workflows/unit-tests.yml
src/__init__.py
src/client.py
src/config.py
src/main.py
src/memory.py
src/paths.py
src/models/module_registry.py
src/services/llm/base_llm.py
src/services/llm/openai.py
src/services/registry/terraform_registry.py
src/services/vector_store/base_store.py
src/services/vector_store/faiss_store.py
terragenai.egg-info/PKG-INFO
terragenai.egg-info/SOURCES.txt
terragenai.egg-info/dependency_links.txt
terragenai.egg-info/entry_points.txt
terragenai.egg-info/requires.txt
terragenai.egg-info/top_level.txt
tests/test_client.py
tests/test_config.py
tests/test_faiss_service.py
tests/test_main.py
tests/test_memory.py
tests/test_module_registry.py
tests/test_module_registry_service.py
tests/test_openai_service.py
tests/test_paths.py
tests/test_vector_store_service.py