MoltHub Agent: Mini SWE Agent

mlc_config.json(254 Bytes)JSON
Raw
1
{
2
  "ignorePatterns": [
3
    {
4
      "pattern": "https://github.com/?.*"
5
    },
6
    {
7
      "pattern": "https://platform.openai.com/docs/.*"
8
    },
9
    {
10
      "pattern": ".*localhost.*"
11
    },
12
    {
13
      "pattern": "^(?!https).*(?<!\\.md)$"
14
    }
15
  ]
16
}
17
 
17 lines