Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
32aa08f
remove pull v3
dimaMachina Feb 20, 2026
ea3f66f
rm
dimaMachina Feb 20, 2026
960d931
refactor agent-generator.test.ts
dimaMachina Feb 20, 2026
d87af20
fix agent tests
dimaMachina Feb 20, 2026
8e53cbb
rm
dimaMachina Feb 20, 2026
3450015
rm old snapshots
dimaMachina Feb 20, 2026
0a7cf94
update artifact component generator
dimaMachina Feb 20, 2026
f3ed854
update credential generator
dimaMachina Feb 20, 2026
ec04152
update data comp generator
dimaMachina Feb 20, 2026
6a70214
update data comp generator
dimaMachina Feb 20, 2026
8ce383c
upd
dimaMachina Feb 20, 2026
39b9433
upd
dimaMachina Feb 20, 2026
5bac682
upd external agent
dimaMachina Feb 20, 2026
dbf3fdb
upd external agent
dimaMachina Feb 20, 2026
0796989
upd
dimaMachina Feb 20, 2026
aad4841
upd
dimaMachina Feb 20, 2026
8feef68
upd function tools
dimaMachina Feb 20, 2026
2d1483c
upd
dimaMachina Feb 20, 2026
1ae0033
upd
dimaMachina Feb 20, 2026
f8ed2f9
upd sub agent
dimaMachina Feb 20, 2026
f2bd6de
fix tests
dimaMachina Feb 20, 2026
faab1e2
project
dimaMachina Feb 20, 2026
119bc4b
update project snapshots
dimaMachina Feb 20, 2026
b87076a
update mcp tool
dimaMachina Feb 20, 2026
841cc3a
update mcp tool
dimaMachina Feb 20, 2026
8ccc5e6
update status component
dimaMachina Feb 20, 2026
1d55c44
upd
dimaMachina Feb 20, 2026
d5abac2
upd
dimaMachina Feb 20, 2026
8bbeb8c
context config
dimaMachina Feb 20, 2026
d24308f
upd
dimaMachina Feb 20, 2026
ff808ff
upd env tests
dimaMachina Feb 20, 2026
2145397
upd
dimaMachina Feb 20, 2026
8ea8405
upd
dimaMachina Feb 20, 2026
bfe80fd
rm new component generator and project validator
dimaMachina Feb 20, 2026
a04b2db
upd
dimaMachina Feb 20, 2026
1c79ed5
remove component updated and project index generator
dimaMachina Feb 20, 2026
1400ad4
fix test
dimaMachina Feb 20, 2026
dd4e083
update snapshot
dimaMachina Feb 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ agents-api/.workflow-data/
# Node compile cache
node-compile-cache/

# inkeep pull temp folder
.temp-validation-*/

tmp
.claude/specs
specs
Expand Down
14 changes: 14 additions & 0 deletions agents-api/__snapshots__/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4250,6 +4250,9 @@
},
"type": "array"
},
"stopWhen": {
"$ref": "#/components/schemas/SubAgentStopWhen"
},
"type": {
"enum": [
"internal"
Expand Down Expand Up @@ -7799,6 +7802,17 @@
],
"type": "object"
},
"SubAgentStopWhen": {
"properties": {
"stepCountIs": {
"description": "The maximum number of steps to trigger the stop condition.",
"maximum": 1000,
"minimum": 1,
"type": "number"
}
},
"type": "object"
},
"SubAgentTeamAgentRelation": {
"properties": {
"createdAt": {
Expand Down
Loading
Loading