feat(growth): add synthetic Dawn research app for LangSmith - #1003
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
blove
enabled auto-merge (squash)
September 5, 2026 02:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Growth enrichment needs a verified Dawn runtime before connecting real developer or account signals. This adds a private, disabled-by-default synthetic research application with a standalone LangSmith artifact, pinned Dawn 0.8.24 dependencies, and the public
growth_researchgraph.The fixed corpus exercises authored plans and skills, a specialist with restricted tools, candidate memory in an explicit pgvector database, and checkpointed parent continuation. Model requests have bounded output, timeout and retries. Packaging excludes environment files and preserves the generated tool schemas; the existing workspace dependency entries are unchanged.
The platform smoke client validates actual tool evidence, reconciles uncertain submissions, and refuses cleanup of active or interrupted runs. No Growth ingestion, account UI or email delivery is connected.
Validation:
npm ci --ignore-scriptson latest main.npx nx run-many -t test,check,lint,build -p growth-research --parallel=1 --skip-nx-cachepassed.Known live-use blocker: Agent Server 0.13.4 can acknowledge interruption before its JavaScript child stops and writes a later checkpoint. Native Dawn cancellation works when supplied a signal, but the server sidecar does not forward it. This limitation is documented and interrupted-thread cleanup fails closed. Independent child session continuation is also unavailable in Dawn 0.8.24; follow-up context must pass through the parent.
Live enrichment remains gated on cancellation/quiescence guarantees, durable work and attempt tracking, trusted account scopes, spending controls, provenance validation and deletion fences.