This website requires JavaScript.
Explore
Help
Sign In
bkinnightskytw
/
agent-orchestrator
mirror of
https://github.com/ComposioHQ/agent-orchestrator.git
Watch
1
Star
0
Fork
You've already forked agent-orchestrator
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0db7bb18ef
agent-orchestrator
/
packages
/
cli
/
src
/
index.ts
6 lines
93 B
JavaScript
Raw
Blame
History
#!/usr/bin/env node
import
{
createProgram
}
from
"./program.js"
;
createProgram
(
)
.
parse
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink