edsl
edsl copied to clipboard
Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
@rbyh could you investigate? ``` integration/test_questions.py::TestAllQuestions::test_question_rank FAILED [ 84%] integration/test_questions.py::TestAllQuestions::test_question_top_k PASSED [ 92%] integration/test_questions.py::TestAllQuestions::test_question_yes_no FAILED [100%] ```
Certain Sphinx settings in conf.py not rendering properly: "sourcelink" should not appear: Relevant setting: "version" number should not appear: Relevant setting:
Getting a validation error for `QuestionNumerical`, most likely because the model is ignoring the directions and trying to return a textual response. We should consider how to handle this case...
For completeness, question memory should include the question options that were presented, together with the question text and answer. Eg, here a multiple choice question was added as memory for...
@apostolosfilippas It looks like this is farther along than I thought - I don't think we necessarily need changes on coop side. This is my current understanding: In https://github.com/expectedparrot/edsl/blob/main/edsl/jobs/runners/JobsRunnerAsyncio.py there...
This is first step to making Jobs coopable.