fd33bf5ee1
CI / check (pull_request) Failing after 3m59s
- Add missing await on store.cas.put() in run.ts:192 - Replace #!/usr/bin/env bun → #!/usr/bin/env node in all CLI bins - Update issue-551 test to assert node shebang
7 lines
119 B
JavaScript
Executable File
7 lines
119 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { createBuiltinAgent } from "./agent.js";
|
|
|
|
const main = createBuiltinAgent();
|
|
void main();
|