Typical Workflow#
Import
design_researchto anchor ecosystem discovery.Select one or more wrapper submodules based on task: -
design_research.problemsfor benchmark tasks and registries. -design_research.agentsfor participants and coordination patterns. -design_research.experimentsfor study definitions and orchestration. -design_research.analysisfor downstream analysis and reporting.Build end-to-end studies by composing these layers without duplicating logic. Start with the deterministic recipe-first examples for the smallest study entry points, then see Prompt Strategy Comparison Walkthrough for the canonical live walkthrough.
Keep package-specific details in component repositories.