fix(kitchen-sink): default mock agent to local endpoint#4942
fix(kitchen-sink): default mock agent to local endpoint#4942NathanFlurry merged 1 commit intomainfrom
Conversation
PR Review: fix(kitchen-sink): default mock agent to local endpointOverviewThis PR makes two main changes to the kitchen-sink example:
Code QualityPositive changes:
Issues and Suggestions1. Orphaned localStorage entries (minor) The storage key for the mock agentic loop endpoint now embeds the endpoint value: const mockAgenticLoopEndpointStorageKey = `kitchen-sink:mock-agentic-loop:endpoint:${mockAgenticLoopEndpoint}`;When 2. The actor-side default in 3. Async The No Issues Found
SummaryLow-risk, clean PR. The main thing to confirm is whether |
Preview packages published to npmInstall with: npm install rivetkit@pr-4942All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-d6aaad8
docker pull rivetdev/engine:full-d6aaad8Individual packagesnpm install rivetkit@pr-4942
npm install @rivetkit/react@pr-4942
npm install @rivetkit/rivetkit-napi@pr-4942
npm install @rivetkit/workflow-engine@pr-4942 |
a247dd2 to
6c0e498
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: