feat: add signal resource adapter package#797
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
8e0c4aa to
ca394d0
Compare
Contributor
ca394d0 to
abe0a1d
Compare
Contributor
abe0a1d to
4380a15
Compare
Contributor
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.
Summary\n- Add @threadplane/signal-resource as a provider-neutral Angular adapter package for signal-backed chat resources.\n- Expose toAgent(), provideAgent(), injectAgent(), structural resource types, package README, and generated API docs.\n- Record the M6 public-package implementation plan and keep existing adapter/runtime behavior unchanged.\n\n## Test Plan\n- [x] NX_DAEMON=false npx nx show project signal-resource\n- [x] NX_DAEMON=false npx nx test signal-resource --skip-nx-cache --outputStyle=static --testFile=src/lib/to-agent.spec.ts\n- [x] NX_DAEMON=false npx nx test signal-resource --skip-nx-cache --outputStyle=static --testFile=src/lib/provide-agent.spec.ts\n- [x] NX_DAEMON=false npx nx test signal-resource --skip-nx-cache --outputStyle=static\n- [x] NX_DAEMON=false npx nx lint signal-resource --skip-nx-cache --outputStyle=static\n- [x] NX_DAEMON=false npx nx build signal-resource --skip-nx-cache --outputStyle=static\n- [x] NX_DAEMON=false npx nx run signal-resource:type-tests --skip-nx-cache --outputStyle=static\n- [x] NX_DAEMON=false npx nx test chat --skip-nx-cache --outputStyle=static\n- [x] npm run generate-api-docs\n- [x] git diff --cached --check\n- [x] staged/provider-neutral forbidden-reference scan