CLI(V1): Multi platform build + release support (#11244)

Co-authored-by: Yakshith <yakshith.kommineni@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-10-09 15:02:02 -04:00
committed by GitHub
parent 9fe4e9715a
commit 22f67d309c
3 changed files with 84 additions and 7 deletions

View File

@@ -25,10 +25,8 @@ dummy_agent = get_default_agent(
llm=LLM(
model='dummy-model',
api_key='dummy-key',
metadata=get_llm_metadata(model_name='dummy-model', agent_name='openhands'),
metadata=get_llm_metadata(model_name='dummy-model', llm_type='openhands'),
),
working_dir=WORK_DIR,
persistence_dir=PERSISTENCE_DIR,
cli_mode=True,
)