()
| 30 | `.trim() |
| 31 | |
| 32 | function mkConfigFile() { |
| 33 | const dir = fs.mkdtempSync(path.join(os.tmpdir(), 'a3s-node-serve-cfg-')) |
| 34 | const p = path.join(dir, 'agent.acl') |
| 35 | fs.writeFileSync(p, INLINE_CONFIG) |
| 36 | return p |
| 37 | } |
| 38 | |
| 39 | function writeAgentDir({ withSchedule, withTools }) { |
| 40 | const base = fs.mkdtempSync(path.join(os.tmpdir(), 'a3s-node-serve-')) |