LICENSE
README.md
pyproject.toml
src/redpillx/__init__.py
src/redpillx/client.py
src/redpillx.egg-info/PKG-INFO
src/redpillx.egg-info/SOURCES.txt
src/redpillx.egg-info/dependency_links.txt
src/redpillx.egg-info/requires.txt
src/redpillx.egg-info/top_level.txt
src/redpillx/agents/__init__.py
src/redpillx/agents/base.py
src/redpillx/agents/intent_spec_agent.py
src/redpillx/agents/langgraph_agent.py
src/redpillx/agents/validator.py
src/redpillx/config/__init__.py
src/redpillx/config/builder.py
src/redpillx/executor/__init__.py
src/redpillx/executor/polars_executor.py
src/redpillx/processor/__init__.py
src/redpillx/processor/flattener.py
src/redpillx/processor/normalizer.py
src/redpillx/processor/processor.py
src/redpillx/processor/profiler.py
src/redpillx/prompts/__init__.py
src/redpillx/prompts/intent_spec.py
src/redpillx/prompts/validation.py
src/redpillx/providers/__init__.py
src/redpillx/spec/__init__.py
src/redpillx/spec/schema.py
tests/test_smoke.py