.dockerignore
.env.example
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
SECURITY.md
docker-entrypoint.sh
mkdocs.yml
pyproject.toml
uv.lock
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-to-dockerhub.yml
.github/workflows/publish-to-pypi.yml
docs/configuration.md
docs/ollama.md
docs/assets/favicon.ico
docs/assets/logo.png
docs/assets/mockstack.png
docs/strategies/base.md
docs/strategies/filefixtures.md
docs/strategies/proxyrules.md
examples/filefixtures-with-templates/.env.example
examples/filefixtures-with-templates/README.md
examples/filefixtures-with-templates/templates/servicename-api-v1-items.j2
examples/filefixtures-with-templates/templates/servicename2-api-v2-user.533ec889-7c68-45c8-b21e-4a7e455d1234.j2
examples/llm/README.md
examples/llm/mockstack-langchain-example.ipynb
examples/llm/templates/ollama-openai-v1-chat-completions.j2
examples/llm/templates/openai-v1-chat-completions.j2
examples/llm/templates/openai-v1-deployments-gpt-4o-chat-completions.j2
examples/proxyrules-with-rules-file/.env.example
examples/proxyrules-with-rules-file/README.md
examples/proxyrules-with-rules-file/rules.yml
mockstack/__init__.py
mockstack/config.py
mockstack/constants.py
mockstack/display.py
mockstack/exceptions.py
mockstack/identifiers.py
mockstack/intent.py
mockstack/lifespan.py
mockstack/main.py
mockstack/middleware.py
mockstack/rules.py
mockstack/telemetry.py
mockstack/templating.py
mockstack.egg-info/PKG-INFO
mockstack.egg-info/SOURCES.txt
mockstack.egg-info/dependency_links.txt
mockstack.egg-info/entry_points.txt
mockstack.egg-info/requires.txt
mockstack.egg-info/top_level.txt
mockstack/llm/__init__.py
mockstack/llm/ollama.py
mockstack/routers/__init__.py
mockstack/routers/catchall.py
mockstack/routers/homepage.py
mockstack/strategies/__init__.py
mockstack/strategies/base.py
mockstack/strategies/create_mixin.py
mockstack/strategies/factory.py
mockstack/strategies/filefixtures.py
mockstack/strategies/proxyrules.py
mockstack/tests/__init__.py
mockstack/tests/conftest.py
mockstack/tests/test_display.py
mockstack/tests/test_identifiers.py
mockstack/tests/test_intent.py
mockstack/tests/test_middleware.py
mockstack/tests/test_rules.py
mockstack/tests/test_telemetry.py
mockstack/tests/test_templating.py
mockstack/tests/fixtures/__init__.py
mockstack/tests/fixtures/proxyrules.yml
mockstack/tests/fixtures/templates/__init__.py
mockstack/tests/fixtures/templates/example-template.j2
mockstack/tests/llm/__init__.py
mockstack/tests/llm/test_ollama.py
mockstack/tests/routers/__init__.py
mockstack/tests/routers/test_catchall.py
mockstack/tests/routers/test_homepage.py
mockstack/tests/strategies/__init__.py
mockstack/tests/strategies/test_create_mixin.py
mockstack/tests/strategies/test_filefixtures.py
mockstack/tests/strategies/test_proxyrules.py