prompty 2.0.0-beta.1

Prompty is an asset class and format for LLM prompts
Documentation
// Code generated by Prompty emitter; DO NOT EDIT.

#![allow(
    unused_imports,
    dead_code,
    non_camel_case_types,
    unused_variables,
    clippy::all
)]

mod agent;
mod connection;
mod conversation;
mod core;
mod events;
mod model;
mod pipeline;
mod streaming;
mod template;
mod tools;
mod tracing;
mod wire;