Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/agent-native
/ create-workflow.ts
File
create-workflow.ts
packages/scheduling/src/actions/create-workflow.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ defineAction } from
"@agent-native/core"
;
2
import
{ z } from
"zod"
;
3
import
{ nanoid } from
"nanoid"
;
4
import
{ getSchedulingContext } from
"../server/context.js"
;
Callers
nothing calls this directly
Calls
6
defineAction
Function · 0.90
getSchedulingContext
Function · 0.85
getDb
Function · 0.85
currentUserEmail
Function · 0.85
currentOrgId
Function · 0.70
nanoid
Function · 0.50
Tested by
no test coverage detected