Design declarative languages for agent control flows, write an interpreter for it, and distribute the whole thing as a skill. Claude Code is actually a vibe virtual machine.

Build powerful agent control flows with declarative syntax and runtime interpretation
Design clean, expressive languages for agent control flows with minimal syntax overhead
Built-in interpreter executes your agent flows with optimized performance and debugging
Package and distribute your agent control flows as reusable skills across systems
The platform for rapid iteration. Let your agents focus on executing tasks instead of managing infrastructure with declarative control flows and automated interpretation.
Type-safe control flows
Catch errors at design time, not runtime
Hot reload support
Iterate quickly with instant updates
Built-in debugging
Step through flows with comprehensive tooling
flow AgentWorkflow {
input: UserRequest
step validate {
check input.schema
-> transform
}
step transform {
parse input.data
map to AgentTask
-> execute
}
step execute {
call agent.process(task)
-> respond
}
step respond {
format output
return Result
}
}Start designing declarative languages for your agents today. Join the community building the future of agent orchestration.