feat: XYNE-63642 added vector search for agents persona/usage - #1920
Open
Pradeesh333 wants to merge 2 commits into
Open
Pradeesh333 wants to merge 2 commits into
Pradeesh333 wants to merge 2 commits into
Conversation
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.
Type of Change
Description
Areas Touched
apps/backend(API / worker)apps/dashboardapps/electronapps/xyne-claw/apps/xyne-claw-authpackages/sharedor another shared packageZero (Sync) Changes
If any of the above:
apps/backend/src/zero/mutators.ts) and client (apps/dashboard/src/zero/mutators.ts) mutators mirror each other — same namespace, name, and args schemaDate.now()/uuid()generated inside a mutatorcreateSchema()and given a Query ACL registered inquery-acl-factory.tsSchema & Data Changes
apps/backend/prismaand/orprisma-common)If any of the above:
db:generate,db:common:generate)pnpm run test:enum)Config, Environment & URLs
If any of the above:
apps/backend/.env.{example,local,test},apps/dashboard/.env.{example,local,test}, plus the app you touchedVITE_API_BASE_URL,VITE_ZERO_SERVER), Electron (VITE_ELECTRON_*), shareable links (VITE_SHAREABLE_ORIGIN), server-to-server (BACKEND_URL,XYNE_CLAW_URL,XYNE_CLAW_AUTH_URL)API Contract
How did you test it?
Automated
pnpm --filter xyne-spaces-backend run testpnpm --filter xyne-claw run testpnpm run testManual
Users
Login
ENABLE_DEV_AUTH)Run mode
pnpm run dev:all)dev:test)claw:test)dev:prod)Sync & resilience — for anything touching Zero
Surface & data
Checklist
pnpm run build:sharedpassestypecheck+buildpasslint:errors-only+typecheck+buildpasspnpm --filter <pkg> add <dep>; version pins in rootpnpm.overrides<type>: <TICKET-ID> <subject>; branch isfix/*orfeature/*