Raj Maheshwari 64be2cb466 [Fix] Minor bug in parse_response of CodeActResponseParser (#2912) 1 년 전
..
README.md c2f557edde refactor: multiple code improvements (#2771) 1 년 전
__init__.py 01ef90205d Add CodeActSWEAgent to remove browsing & github + improvements on agentskills (#2105) 1 년 전
action_parser.py 7f8c324d3a Refactor CodeActSWEAgent, add response parser (#2368) 1 년 전
codeact_swe_agent.py e45ddeb2a2 arch: deprecating recall action and `search_memory` (#2900) 1 년 전
prompt.py d22ff73905 Make the sandbox Python runtime completely transparent (#2796) 1 년 전
response_parser.py 64be2cb466 [Fix] Minor bug in parse_response of CodeActResponseParser (#2912) 1 년 전

README.md

CodeAct (SWE Edit Specialized)

This agent is an adaptation of the original SWE Agent based on CodeAct using the agentskills library of OpenDevin.

Its intended use is solving GitHub issues.

It removes web-browsing and GitHub capability from the original CodeAct agent to avoid confusion to the agent.