Skip to content

v0.2.0

Latest

Choose a tag to compare

@practicalmind-dev practicalmind-dev released this 30 Mar 20:10
· 12 commits to main since this release

What's new

  • WorkflowContext: confidence tracking across multi-step workflows with configurable escalation threshold
  • EscalationRouter: route hard failures to human review, fallback model, safe default, or abort
  • SemanticRule, BoundaryRule, ConfidenceRule: behavioral validation beyond schema checks
  • Integrations: OpenAI, Anthropic, LiteLLM, LangChain
  • Audit exporters: JSON Lines and OpenTelemetry (OTLP)
  • CLI: gateframe inspect and gateframe replay
  • Examples: triage workflow, RAG output, agent pipeline
  • Top-level imports via from gateframe import ...