edsl icon indicating copy to clipboard operation
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.

Results 250 edsl issues
Sort by recently updated
recently updated
newest added

I expect it to sort fields in the order that I have applied it, but it does it in reverse:

enhancement

I originally thought this was a problem with scenarios, but non-scenario questions are not running either: ``` from edsl.questions import QuestionMultipleChoice from edsl import Model model = Model('claude-3-opus-20240229') q =...

bug

This is what happens now when a job running has exceptions. @rbyh please document & we can add a URL. ```python >>> from edsl import QuestionFreeText; results = QuestionFreeText(question_text =...

documentation

We need be able to adjust TPM/RMP limits dynamically. If too hard, these should be user settings on coop.

Add coop client feature to upload exceptions / telemetry. I had this in https://github.com/expectedparrot/edsl/blob/main/edsl/jobs/runners/JobsRunnerAsyncio.py but I'm removing it for now: ``` # from edsl.jobs.interviews.ReportErrors import ReportErrors # full_task_history = TaskHistory(...