union_square 0.1.2

A proxy/wire-tap service for making LLM calls and recording everything that happens in a session for later analysis and test-case extraction
Documentation
1
2
3
4
5
//! EventCore commands for the Union Square domain

pub mod version_commands;

pub use version_commands::{DeactivateVersion, RecordVersionChange, RecordVersionUsage};