Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Darochin
/
openskynet
like
0
English
Spanish
agent
autonomy
research
typescript
nodejs
llm
License:
mit
Model card
Files
Files and versions
xet
Community
main
openskynet
/
src
/
process
/
lanes.ts
Darochin
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
114 Bytes
export
const
enum
CommandLane
{
Main
=
"main"
,
Cron
=
"cron"
,
Subagent
=
"subagent"
,
Nested
=
"nested"
,
}