Skip to content

s4wave/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacewave
 

next-gen go and typescript tools

OpenCode Discord   Aperture Discord

Build LLM pipelines with OpenCode and Zod.

  • Type-safe Define inputs and outputs with Zod schemas
  • Modular Compose modules into complex pipelines
  • Checkpoints Resume from any step
  • Multi-model Works with 75+ providers through OpenCode
const Greet = signature({
  doc: "Generate a greeting.",
  inputs: { name: field.string("Name to greet") },
  outputs: { greeting: field.string("The greeting") },
});

const result = await pipeline.run(module(Greet), { name: "World" });

Get started · OpenCode Discord

License

MIT or Apache-2.0


An Aperture Robotics, LLC project.

About

GitHub profile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published