experiment: evaluate capability discovery and agent search behavior#2984
Draft
reachjalil wants to merge 9 commits into
Draft
experiment: evaluate capability discovery and agent search behavior#2984reachjalil wants to merge 9 commits into
reachjalil wants to merge 9 commits into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
|
@reachjalil is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
…earch-experiment # Conflicts: # apps/server/src/opencode-plugins/openwork-capabilities-knowledge.ts # apps/server/src/opencode-plugins/openwork-extensions-preview.test.ts # apps/server/src/opencode-plugins/openwork-extensions-preview.ts
Collaborator
Author
|
Experiment status: this draft is an integration harness for #2966, #2967, and #2977. It is intentionally not intended to be merged. Please use the validation checklist and record findings here; any production-worthy fixes should be applied to the appropriate source PR, then this combined PR should be closed. |
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.
Caution
Experiment only — do not merge. This draft combines three independent PRs so their interaction can be evaluated. Findings should be applied back to the source PRs; this integration PR is not intended to become the delivery branch.
Goal
Test one end-to-end hypothesis: capability discovery should find the right tool with fewer agent searches and less repeated external-MCP work, without changing execution, authorization, schemas, or connection recovery behavior.
The three changes address different layers of the same user journey:
Evaluating any layer alone can give a misleading result. Faster search is less valuable if the prompt mandates unnecessary calls; better ranking is less valuable if the agent always issues several variants; a leaner prompt is risky unless result relevance and recovery behavior remain reliable.
Included source PRs
8e68afb406672c6c9b854a6fc42729a5d8f7e60a6d3bcbf43b51e0e626b3eef0a4e102fda4b38baebca13ef1b114a415d804981307e8c3094715847d2-4search variants and reduces duplicated always-on instructions. The agent starts with one focused query and refines only when no result is relevant.This branch started from
devat6bee537e7, merged each source head with a separate provenance-preserving merge commit, and is now synchronized throughdevcommita314ea96d. The sync also brought in #2965's runtime Connect skill catalog; its instruction was reviewed under the same prompt methodology and reduced to a short heading, retrieval rule, and prompt-injection trust boundary without changing catalog data or retrieval behavior.Expected combined behavior
For a connected-service request:
Why this is an experiment
This branch exists to collect that evidence before deciding whether each source PR is valuable independently, needs revision, or should be closed.
Success criteria
bodySchema,argumentsSchema,schemaDigest, invocation metadata, marketplace requirements, and connection actions.Combined validation checklist
Composition and automated contracts
dev(a314ea96d), resolving prompt/Connect-skill conflicts intentionally.dev: 21 files, limited to the three source PRs plus the small Connect skill-instruction adaptation required by thedevsync.Search and execution journey
dev.Contracts, recovery, and prompt routing
Decision gate
Current validation
devsync conflicts were resolved intentionally.Related experiment-status note and checklist: #2977 discussion.