microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
32.35k stars 4.71k forks source link

[Feature Request]: AutoGenBench #3229

Open lizijian-buaa opened 3 months ago

lizijian-buaa commented 3 months ago

Is your feature request related to a problem? Please describe.

Hi, I am using autogenbench and I want some more parameters to pass. (i.e., the ones that control dialogue history compression). I modified run_cmd.py and scenario.py of autogenbench, but still give me the error:

usage: autogenbench run [-h] [-c CONFIG] [-r REPEAT] [-s SUBSAMPLE] [-m MODEL] [--requirements REQUIREMENTS] [-d DOCKER_IMAGE] [--native] scenario autogenbench run: error: unrecognized arguments: --method Random_sentences --compression_rate 0.2 --separate_comp ress_history_and_new 0

Describe the solution you'd like

No response

Additional context

No response

Hk669 commented 3 months ago

@skzhang1

skzhang1 commented 3 months ago

Hi @LeoLjl , did you face this problem before?