General
PromptBeginner5 minmarkdown
Untitled Skill
193
globs:
Loading actions...
Main instructions and any bundled files for this skill.
SWE-agent implements an AI software engineering agent that uses language models to fix github issues. Here's what you need to know about the project structure:
sweagent/run, in particular run_single.py and run_batch.py, where the latter is used for benchmarking.sweagent/agent/agents.pySWEEnv class from sweagent/environment/swe_env.py. This class interfaces with the SWE-ReX project to interface with the sandboxed docker containerstools/. They are organized in bundles. These bundles are copied to the sandboxed container and made available in the $PATH variable.inspector_cli.py provides a command line interface and sweagent/inspector/server.py a web interface.TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks