LICENSE
README.md
pyproject.toml
replicant/__init__.py
replicant/benchmark.py
replicant/cli.py
replicant/analyzers/__init__.py
replicant/analyzers/dependencies.py
replicant/analyzers/paper.py
replicant/analyzers/repo.py
replicant/executors/__init__.py
replicant/executors/base.py
replicant/executors/cloud.py
replicant/executors/local.py
replicant/generators/__init__.py
replicant/generators/docker.py
replicant/providers/__init__.py
replicant/providers/aws.py
replicant/providers/base.py
replicant/sources/__init__.py
replicant/sources/arxiv.py
replicant/sources/github.py
replicant/sources/pdf.py
replicant/terraform/aws/ec2.tf
replicant/terraform/aws/ecr.tf
replicant/terraform/aws/iam.tf
replicant/terraform/aws/main.tf
replicant/terraform/aws/outputs.tf
replicant/terraform/aws/variables.tf
replicant/utils/__init__.py
replicant/utils/build_errors.py
replicant/utils/config.py
replicant/utils/corpus.py
replicant/utils/llm_config.py
replicant/utils/onboarding.py
replicant/utils/patterns.py
replicant/utils/preflight.py
replicant/utils/validation.py
replicant_ai.egg-info/PKG-INFO
replicant_ai.egg-info/SOURCES.txt
replicant_ai.egg-info/dependency_links.txt
replicant_ai.egg-info/entry_points.txt
replicant_ai.egg-info/requires.txt
replicant_ai.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_arxiv.py
tests/test_benchmark.py
tests/test_build_errors.py
tests/test_cloud.py
tests/test_config.py
tests/test_find_env_files.py
tests/test_generator.py
tests/test_github.py
tests/test_onboarding.py
tests/test_paper.py
tests/test_pdf.py
tests/test_preflight.py
tests/test_validation.py