Metadata-Version: 2.4
Name: recipe-executor
Version: 0.1.1
Summary: A tool for executing natural language recipe-like instructions
Author: MADE:Explorations Team
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: azure-identity>=1.21.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: jsonschema>=4.23.0
Requires-Dist: pydantic-ai-slim[anthropic,mcp,openai]>=0.3.1
Requires-Dist: pydantic-settings>=2.8.1
Requires-Dist: python-code-tools
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: python-liquid>=2.0.1
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# ⚙️ Recipe Executor Core

Core execution engine for JSON recipes. See the [main README](../README.md) for setup and usage.

**NOTE**: This code is 100% generated from blueprints. Do not edit directly. Modify blueprints in `blueprints/recipe-executor/` and regenerate using `codebase-generator` recipe.
