Skip to content

Converge RuntimeEvent semantic source of truth - #14

Merged
likun666661 merged 1 commit into
apache:mainfrom
likun666661:runtime-v2-semantic-source-convergence
Jun 15, 2026
Merged

Converge RuntimeEvent semantic source of truth#14
likun666661 merged 1 commit into
apache:mainfrom
likun666661:runtime-v2-semantic-source-convergence

Conversation

@likun666661

Copy link
Copy Markdown
Member

Summary

  • add a RuntimeEvent model replay plan and explicit AI SDK replay gates for text-only, provider-native, and unsupported semantic fallback
  • prefer complete RuntimeEvent terminal facts during startup recovery before operational AgentRunEvent / legacy SessionStore fallback
  • add an internal AgentRun inspect read model joining headers, operational events, RuntimeEvents, terminal facts, replay plan, projection summary, and diagnostics

Rive

  • workflow: wfrun_2fff27cd5edb4986991410f03f32c116
  • scheduler: sched_54fd8a06184444d980337bf0996f9295
  • root: work_9ce3439d6c1241328bff8309b62df7bb
  • template: maka.runtimeevent-semantic-source-convergence-20260615

Verification

  • npm run build --workspace packages/core
  • npm run typecheck --workspace packages/runtime
  • npm run build --workspace packages/runtime
  • node --test packages/runtime/dist/__tests__/runtime-event-adapters.test.js packages/runtime/dist/__tests__/ai-sdk-backend.test.js packages/runtime/dist/__tests__/session-manager.test.js packages/runtime/dist/__tests__/agent-run-inspect.test.js
  • npm run test --workspace packages/runtime -- --runInBand
  • npm run test --workspace packages/storage -- --runInBand
  • npm run typecheck
  • npm run test --workspaces --if-present
  • git diff --check
  • git diff --cached --check

@likun666661
likun666661 merged commit 6844280 into apache:mainJun 15, 2026
jackwener pushed a commit that referenced this pull request Jun 21, 2026
…nvergence
Converge RuntimeEvent semantic source of truth
jackwener pushed a commit that referenced this pull request Jun 21, 2026
…nvergence
Converge RuntimeEvent semantic source of truth
jackwener pushed a commit that referenced this pull request Jun 21, 2026
…nvergence
Converge RuntimeEvent semantic source of truth
jackwener pushed a commit that referenced this pull request Jun 21, 2026
…nvergence
Converge RuntimeEvent semantic source of truth
anaconda110 added a commit to anaconda110/maka-agent that referenced this pull request Aug 3, 2026
…es.pro (P2 apache#14)
The RN Gradle plugin already injects react-native/proguard-rules.pro,
which keeps the RN bridge, TurboModules, Hermes internals, and
annotated modules with fine-grained rules. The local blanket
`-keep class com.facebook.react.** { *; }` prevented R8 from pruning
dead RN internal code and inflated the release APK.
Remove the blanket keep and the redundant com.facebook.react.common.build
keep; rely on the bundled RN rules. Keep app-specific classes
(com.maka.mobile.*) and third-party native modules only.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@likun666661