LICENSE
README.md
pyproject.toml
src/marketplace_eval/__init__.py
src/marketplace_eval.egg-info/PKG-INFO
src/marketplace_eval.egg-info/SOURCES.txt
src/marketplace_eval.egg-info/dependency_links.txt
src/marketplace_eval.egg-info/entry_points.txt
src/marketplace_eval.egg-info/requires.txt
src/marketplace_eval.egg-info/top_level.txt
src/marketplace_eval/agents/__init__.py
src/marketplace_eval/agents/agent.py
src/marketplace_eval/agents/generator_agent.py
src/marketplace_eval/agents/llm_judge_agent.py
src/marketplace_eval/agents/retriever_agent.py
src/marketplace_eval/agents/router_agent.py
src/marketplace_eval/core/__init__.py
src/marketplace_eval/core/io_nodes.py
src/marketplace_eval/core/link.py
src/marketplace_eval/core/node.py
src/marketplace_eval/humans/__init__.py
src/marketplace_eval/humans/datamorgana_config.py
src/marketplace_eval/humans/profile_generator.py
src/marketplace_eval/humans/synthetic_dataset_generation.py
src/marketplace_eval/humans/tuna_config.py
src/marketplace_eval/post_simulation/__init__.py
src/marketplace_eval/post_simulation/cli.py
src/marketplace_eval/post_simulation/crr.py
src/marketplace_eval/post_simulation/market_share.py
src/marketplace_eval/post_simulation/plot.py
src/marketplace_eval/prompts/__init__.py
src/marketplace_eval/prompts/simple_qa_judge_prompt.py
src/marketplace_eval/prompts/user_simulation_prompt.py
src/marketplace_eval/system/__init__.py
src/marketplace_eval/system/simulation_logger.py
src/marketplace_eval/system/system.py
src/marketplace_eval/system/types.py
src/marketplace_eval/system/user_data_utils.py
src/marketplace_eval/system/user_population.py
src/marketplace_eval/utils/__init__.py
src/marketplace_eval/utils/llm_client.py