Skip to content

Releases: wuwei-struct/Yutra

Yutra v0.3.0 vNext Preview 1

Pre-release

Choose a tag to compare

Yutra v0.3.0 vNext Preview 1

Release status

  • Version: 0.3.0-vnext-preview.1
  • Tag: v0.3.0-vnext-preview.1
  • Type: GitHub prerelease
  • Date: 2026-07-16
  • Production ready: No
  • npm published: No

Positioning

Yutra is an open-source governed Agent Creation & Execution Framework.

Yutra 是一个开源的可治理智能体创建与执行框架。

Highlights

  • Behavior Primitives / Product Archetypes / Scenario Patterns
  • Archetype taxonomy metadata
  • Taxonomy-aware Creator Workbench
  • Pack Config Core
  • Rule Compiler Core / CLI
  • Rule Impact Explanation
  • Certification Readiness Preview
  • Manual Run Preview Evidence
  • Trace / Audit / Certification
  • Action Closure validation
  • Three demo-enabled product archetypes

Supported demo-enabled product archetypes

  • request-resolution
  • approval-decision
  • knowledge-answering

Creation flow

Archetype
-> Pack Config
-> Rule Compiler
-> DSL / Policy / Templates / Test Cases / Trace Expectations
-> DSL Inspect
-> Manual Apply
-> Manual Run Preview
-> Trace / Audit

Release validation

  • Full lint / test / build / certify / verify gates passed.
  • Three-archetype CLI smoke passed.
  • Three-archetype Studio browser smoke passed.
  • The knowledge-answering complete manual chain produced run.completed.
  • Action Closure validation passed for all three archetypes.
  • Smoke evidence: vNext Preview Release Smoke

Public boundary

This public prerelease does not include:

  • real customer adapters
  • real endpoints
  • credentials
  • customer-specific SOP
  • real LLM / RAG / knowledge base integration
  • pricing / proposal / UAT / rollout playbooks
  • hosted enterprise console
  • production deployment package

Known limitations

  • Creator Workbench currently enables three product archetypes.
  • Other archetypes remain Coming soon.
  • Agent save and publish are not supported.
  • Real customer system integration is not supported.
  • Certification Readiness is not production certification.
  • Manual Run Preview Evidence is not production certification.
  • This version is a prerelease.
  • npm packages have not been published.

Quick verification

pnpm install
pnpm lint
pnpm test
pnpm build
pnpm certify
pnpm verify

Studio:

pnpm builder:runner
pnpm builder:dev

CLI compile previews:

pnpm exec yutra compile examples/request-resolution-ecommerce-basic/pack.config.json --out .tmp/request-resolution --dry-run
pnpm exec yutra compile examples/approval-decision-basic/pack.config.json --out .tmp/approval-decision --dry-run
pnpm exec yutra compile examples/knowledge-answering-basic/pack.config.json --out .tmp/knowledge-answering --dry-run