2 个仓库
Classifying runtime failures into specific categories to facilitate targeted debugging and recovery strategies.
Distinct from Error Recovery: Focuses on the classification of errors into types rather than the general act of recovery or reporting.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Runtime Error Categorization. Refine with filters or upvote what's useful.
BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg
BAML categorizes failures into specific error classes to simplify debugging and recovery.
This is a typed server-side library and payment gateway SDK for integrating Stripe into Node.js applications. It provides a typed client to manage payments, customers, and subscriptions, while offering specialized tools for executing secure financial transactions and managing billing resources. The library distinguishes itself through an idempotent API client that prevents duplicate operations using idempotency keys and exponential backoff retry logic. It includes a webhook signature validator to verify that incoming HTTPS event notifications are authentic and an async-iterator pagination wra
Classifies API failures into specific categories like rate limits or authentication issues to facilitate targeted recovery.