mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* first pass at dummy * add assertion to dummy * add dummy workflow * beef up tests * try and fix huggingface issue * remove newlines * rename test * move to pytest * Revert " move to pytest" This reverts commit de8121c400028399451de94ebd2681eedc6dee5b. * fix lint * delint * Update .github/workflows/dummy-agent-test.yml Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk> --------- Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
254 B
254 B
sidebar_label, title
| sidebar_label | title |
|---|---|
| agent | agenthub.dummy_agent.agent |
DummyAgent Objects
class DummyAgent(Agent)
The DummyAgent is used for e2e testing. It just sends the same set of actions deterministically, without making any LLM calls.