.gitignore
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
agentic_design.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/README.md
examples/customizations/custom_frontend.py
examples/customizations/custom_llm.py
examples/customizations/custom_prompt.py
examples/customizations/custom_tool.py
examples/transcripts/movielens_hierarchical_session.md
examples/transcripts/movielens_session.md
scikit_rec_agent/__init__.py
scikit_rec_agent/agent.py
scikit_rec_agent/cli.py
scikit_rec_agent/safeguards.py
scikit_rec_agent/session.py
scikit_rec_agent.egg-info/PKG-INFO
scikit_rec_agent.egg-info/SOURCES.txt
scikit_rec_agent.egg-info/dependency_links.txt
scikit_rec_agent.egg-info/entry_points.txt
scikit_rec_agent.egg-info/requires.txt
scikit_rec_agent.egg-info/top_level.txt
scikit_rec_agent/llm/__init__.py
scikit_rec_agent/llm/anthropic.py
scikit_rec_agent/llm/base.py
scikit_rec_agent/llm/openai.py
scikit_rec_agent/prompts/__init__.py
scikit_rec_agent/prompts/_capability.py
scikit_rec_agent/prompts/_explanations.py
scikit_rec_agent/prompts/system.py
scikit_rec_agent/tools/__init__.py
scikit_rec_agent/tools/datasets.py
scikit_rec_agent/tools/design.py
scikit_rec_agent/tools/diagnose.py
scikit_rec_agent/tools/evaluation.py
scikit_rec_agent/tools/hpo.py
scikit_rec_agent/tools/profiling.py
scikit_rec_agent/tools/registry.py
scikit_rec_agent/tools/splitting.py
scikit_rec_agent/tools/sweep.py
scikit_rec_agent/tools/training.py
scikit_rec_agent/tools/transform.py
tests/__init__.py
tests/_helpers.py
tests/conftest.py
tests/test_agent_loop.py
tests/test_cli.py
tests/test_import.py
tests/test_prompts.py
tests/test_safeguards.py
tests/test_safeguards_realistic.py
tests/llm/__init__.py
tests/llm/test_anthropic_adapter.py
tests/llm/test_openai_adapter.py
tests/tools/__init__.py
tests/tools/test_datasets.py
tests/tools/test_design.py
tests/tools/test_diagnose.py
tests/tools/test_evaluation.py
tests/tools/test_hpo.py
tests/tools/test_profiling.py
tests/tools/test_registry.py
tests/tools/test_splitting.py
tests/tools/test_sweep.py
tests/tools/test_training.py
tests/tools/test_transform.py