Recurse documentation
Build with Recurse SDK.
Learn how to describe, validate, package, and deploy a Recurse application with the Python API and CLI.
Get started
Build
- Project layoutKeep the manifest and every declared application file together.
- recurse.yamlDescribe the application, runtime, inputs, prompt, model, and tools.
- InputsDefine the values callers can pass with JSON Schema.
- Python toolsExpose ordinary top-level Python functions to your application.
- Python APIValidate and bundle an application with build_bundle.