OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

🐚 OpenDevin: Code Less, Make More

Results 976 OpenDevin issues
Sort by recently updated
recently updated
newest added

This PR updates monologue agent to the current architecture. It's a follow-up to #1847. Necessary for the #1771 to start working with the right components. @rbren I assume we need...

The PR will introduce the Basic Auth for OD: 1. Only for auth and no user data saved, because we don't have a DB for now. 2. Use the `uid`...

**What problem or use case are you trying to solve?** Just discussed with @xingyaoww over Slack and we'd like to enable benchmarking OpenDevin on [GAIA](https://arxiv.org/abs/2311.12983). Compared to coding-centric benchmarks like...

enhancement
severity:low

**What problem or use case are you trying to solve?** While running, I would like to use groq/llama3 for my agent, but I run into issues with rate limiting (...

enhancement
severity:low

**What problem or use case are you trying to solve?** File editing is not perfect with our current method using SWE-Agent style actions. **Do you have thoughts on the technical...

enhancement
good first issue
severity:medium

1. Always use `poetry run python` over `python` in scripts. 2. In `run_infer.sh`, avoid repeating "CodeActAgent". To facilitate this, I also added `VERSION` to all agents.

This PR make sure that error will get logged to `state.error`.

This PR fixes #1897. In addition, this PR fixes `typo_fixer_agent` which still uses legacy `think` action. For the first time, I am able to use `ManagerAgent` to complete `test_write_simple_script` and...

agent framework
micro agent

@li-boxuan This should make it a bit better - although the gpt4o is quite random some time...

I propose that line number starts from ZERO. Then we have `0

agent framework