Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
8bd6a07 to
3c103be
Compare
3c103be to
166c14d
Compare
Contributor
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Inkeep Agent Framework Docs' |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@inkeep/agents-cli@0.61.0
Minor Changes
Patch Changes
1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state
Graph identity system
getSubAgentGraphKey,getMcpGraphKey,getFunctionToolGraphKey,getExternalAgentGraphKey,getTeamAgentGraphKey) via newgraph-keys.ts,graph-identity.ts,sub-agent-identity.ts, andfunction-tool-identity.tsmodulesgenerateId()UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)RHF as single source of truth
node.datadown to a thin identity envelope (nodeKey+ minimal refs liketoolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form statehydrateNodesWithFormData()entirely;editorToPayload()now reads all business data directly from aSerializeAgentFormStatebundle withrequireFormValue()fail-fast guardsFullAgentUpdateSchema→FullAgentFormSchema, remove.transform()from schema (resolution now happens at serialize-time), split types intoFullAgentFormValues/FullAgentFormInputValuesConnection state consolidation
tempSelectedTools/tempHeaders/tempToolPolicieson node data intomcpRelationsandfunctionToolRelationsRHF record maps with factory helpers (createMcpRelationFormInput,createFunctionToolRelationFormInput)form.unregister()instead of deferredrequestAnimationFrame— onlyrelationshipIdis unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removalsubAgentIdmanipulation from Zustand store'sonEdgesChangeSave-cycle reconciliation
syncSavedAgentGraphto reconcile three categories of server-assigned IDs: toolcanUserelations, external agent delegate relations, and team agent delegate relationsfindNodeByGraphKey/findEdgeByGraphKeyisNodeTypepatterns into single guardsBug fixes
needsApprovaltool policies fromcanUserelations back into form state duringapiToFormValues()getModelInheritanceStatus()instead of bare!subAgent.modelscheck to correctly show "(inherited)" labeltoolData,tool, andmcpRelationwith proper JSX fallback UIfunctionIdis undefinedPerformance
useWatch({ name: 'functionTools' })with targeteduseWatch({ name: 'functionTools.${id}.functionId' })to eliminate O(N²) re-renders across function tool nodesgetFunctionIdForToolhelper that iterated the entirefunctionToolsmapSchema changes
defaultSubAgentId→defaultSubAgentNodeIdto clarify it holds a node key; translation to persisted ID happens at serialization timeFunctionToolRelationSchemaandfunctionToolRelationsrecord field to form schemadefaultSubAgentIduses$reftoResourceId,maxTransferCounttype corrected tointeger, function tooldependenciessimplified toStringRecordTest coverage
Updated dependencies [12722d9]
Updated dependencies [15c3f9d]
Updated dependencies [ec1b2f7]
Updated dependencies [1e4f05d]
Updated dependencies [cad67b9]
Updated dependencies [f4a9c69]
@inkeep/agents-api@0.61.0
Patch Changes
1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state
Graph identity system
getSubAgentGraphKey,getMcpGraphKey,getFunctionToolGraphKey,getExternalAgentGraphKey,getTeamAgentGraphKey) via newgraph-keys.ts,graph-identity.ts,sub-agent-identity.ts, andfunction-tool-identity.tsmodulesgenerateId()UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)RHF as single source of truth
node.datadown to a thin identity envelope (nodeKey+ minimal refs liketoolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form statehydrateNodesWithFormData()entirely;editorToPayload()now reads all business data directly from aSerializeAgentFormStatebundle withrequireFormValue()fail-fast guardsFullAgentUpdateSchema→FullAgentFormSchema, remove.transform()from schema (resolution now happens at serialize-time), split types intoFullAgentFormValues/FullAgentFormInputValuesConnection state consolidation
tempSelectedTools/tempHeaders/tempToolPolicieson node data intomcpRelationsandfunctionToolRelationsRHF record maps with factory helpers (createMcpRelationFormInput,createFunctionToolRelationFormInput)form.unregister()instead of deferredrequestAnimationFrame— onlyrelationshipIdis unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removalsubAgentIdmanipulation from Zustand store'sonEdgesChangeSave-cycle reconciliation
syncSavedAgentGraphto reconcile three categories of server-assigned IDs: toolcanUserelations, external agent delegate relations, and team agent delegate relationsfindNodeByGraphKey/findEdgeByGraphKeyisNodeTypepatterns into single guardsBug fixes
needsApprovaltool policies fromcanUserelations back into form state duringapiToFormValues()getModelInheritanceStatus()instead of bare!subAgent.modelscheck to correctly show "(inherited)" labeltoolData,tool, andmcpRelationwith proper JSX fallback UIfunctionIdis undefinedPerformance
useWatch({ name: 'functionTools' })with targeteduseWatch({ name: 'functionTools.${id}.functionId' })to eliminate O(N²) re-renders across function tool nodesgetFunctionIdForToolhelper that iterated the entirefunctionToolsmapSchema changes
defaultSubAgentId→defaultSubAgentNodeIdto clarify it holds a node key; translation to persisted ID happens at serialization timeFunctionToolRelationSchemaandfunctionToolRelationsrecord field to form schemadefaultSubAgentIduses$reftoResourceId,maxTransferCounttype corrected tointeger, function tooldependenciessimplified toStringRecordTest coverage
ad874d0: Add durable execution mode for agent runs with tool approvals and crash recovery
f4a9c69: Fix key_findings persistence in compressor by using proper update instead of insert-only upsert
Updated dependencies [12722d9]
Updated dependencies [f4a9c69]
@inkeep/agents-manage-ui@0.61.0
Patch Changes
15c3f9d: Improve agent page sidepane performance using Activity component
ec1b2f7: Extract selection-sync logic into useAgentSelectionSync hook and remove useDefaultSubAgentNodeIdRef
1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state
Graph identity system
getSubAgentGraphKey,getMcpGraphKey,getFunctionToolGraphKey,getExternalAgentGraphKey,getTeamAgentGraphKey) via newgraph-keys.ts,graph-identity.ts,sub-agent-identity.ts, andfunction-tool-identity.tsmodulesgenerateId()UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)RHF as single source of truth
node.datadown to a thin identity envelope (nodeKey+ minimal refs liketoolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form statehydrateNodesWithFormData()entirely;editorToPayload()now reads all business data directly from aSerializeAgentFormStatebundle withrequireFormValue()fail-fast guardsFullAgentUpdateSchema→FullAgentFormSchema, remove.transform()from schema (resolution now happens at serialize-time), split types intoFullAgentFormValues/FullAgentFormInputValuesConnection state consolidation
tempSelectedTools/tempHeaders/tempToolPolicieson node data intomcpRelationsandfunctionToolRelationsRHF record maps with factory helpers (createMcpRelationFormInput,createFunctionToolRelationFormInput)form.unregister()instead of deferredrequestAnimationFrame— onlyrelationshipIdis unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removalsubAgentIdmanipulation from Zustand store'sonEdgesChangeSave-cycle reconciliation
syncSavedAgentGraphto reconcile three categories of server-assigned IDs: toolcanUserelations, external agent delegate relations, and team agent delegate relationsfindNodeByGraphKey/findEdgeByGraphKeyisNodeTypepatterns into single guardsBug fixes
needsApprovaltool policies fromcanUserelations back into form state duringapiToFormValues()getModelInheritanceStatus()instead of bare!subAgent.modelscheck to correctly show "(inherited)" labeltoolData,tool, andmcpRelationwith proper JSX fallback UIfunctionIdis undefinedPerformance
useWatch({ name: 'functionTools' })with targeteduseWatch({ name: 'functionTools.${id}.functionId' })to eliminate O(N²) re-renders across function tool nodesgetFunctionIdForToolhelper that iterated the entirefunctionToolsmapSchema changes
defaultSubAgentId→defaultSubAgentNodeIdto clarify it holds a node key; translation to persisted ID happens at serialization timeFunctionToolRelationSchemaandfunctionToolRelationsrecord field to form schemadefaultSubAgentIduses$reftoResourceId,maxTransferCounttype corrected tointeger, function tooldependenciessimplified toStringRecordTest coverage
cad67b9: Move refreshAgentGraph and handleNavigateToNode to their consuming components for better co-location
Updated dependencies [12722d9]
Updated dependencies [f4a9c69]
@inkeep/agents-core@0.61.0
Patch Changes
@inkeep/agents-sdk@0.61.0
Patch Changes
@inkeep/agents-work-apps@0.61.0
Patch Changes
@inkeep/ai-sdk-provider@0.61.0
Patch Changes
@inkeep/create-agents@0.61.0
Patch Changes
@inkeep/agents-email@0.61.0
@inkeep/agents-mcp@0.61.0