NeatGuyCoding
5d0a50042f
feat: add test containers based tests for clean dataset task (#25341)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
Asuka Minato
16a3e21410
more assert (#24996)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 month ago
-LAN-
9b8a03b53b
[Chore/Refactor] Improve type annotations in models module (#25281)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 month ago
-LAN-
3c28936796
fix: test
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 month ago
NeatGuyCoding
9964cc202d
Feature add test containers batch clean document (#25287)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 month ago
Asuka Minato
a78339a040
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 month ago
Asuka Minato
2b0695bdde
add more dataclass (#25039)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
NeatGuyCoding
917d60a1cb
Feature add test containers add document to index (#25251)
1 month ago
taewoong Kim
edf4a1b652
feat: add reasoning format processing to LLMNode for <think> tag handling (#23313)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
-LAN-
e78f1cdc6a
refactor: improve plugin version validation to support full semantic versioning (#25161)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
-LAN-
81e9d6f63a
fix: correct type checking for None values in code node output validation
- Fixed isinstance() checks to properly handle None values by checking None separately
- Fixed typo in STRING type validation where 'output_name' was hardcoded as string instead of variable
- Updated error message format to be consistent and more informative
- Updated test assertion to match new error message format
1 month ago
-LAN-
ad9eed2551
fix: disable scale for perfermance
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 month ago
NeatGuyCoding
c0d82a412d
feat: add test containers based tests for workflow converter (#25115)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
Yongtao Huang
ac057a2d40
Chore: remove dead code in class Graph (#22791)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
1 month ago
-LAN-
ed22d04ea0
test: remove outdated test case
1 month ago
-LAN-
61c79b0013
test: correct imported name
1 month ago
-LAN-
fe3f03e50a
feat: add property-based access control to GraphRuntimeState
- Replace direct field access with private attributes and property decorators
- Implement deep copy protection for mutable objects (dict, LLMUsage)
- Add helper methods: set_output(), get_output(), update_outputs()
- Add increment_node_run_steps() and add_tokens() convenience methods
- Update loop_node and event_handlers to use new accessor methods
- Add comprehensive unit tests for immutability and validation
- Ensure backward compatibility with existing property access patterns
1 month ago
Yongtao Huang
db53656a45
Fix jsonschema compliance: use number instead of float (#25049)
Signed-off-by: Yongtao Huang<yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
NeatGuyCoding
c0bd35594e
feat: add test containers based tests for tools manage service (#25028)
2 months ago
-LAN-
9d004a0971
test: fix test
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
GuanMu
25a11bfafc
Export DSL from history (#24939)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
-LAN-
9f8f21bf87
chore: remove backup files
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
a32dde5428
Fix: Resolve workflow_node_execution primary key conflicts with UUID v7 (#24643)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
NeatGuyCoding
b810efdb3f
Feature add test containers tool transform service (#24927)
2 months ago
QuantumGhost
e2ae89e08d
fix(tests): fix broken tests and linter issues
2 months ago
willzhao
ffba341258
[CHORE]: remove redundant-cast (#24807)
2 months ago
-LAN-
88622f70fb
refactor(graph_engine): Move setup methods into `__init__`
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
-LAN-
a5cb9d2b73
refactor(graph_engine): inline output_registry into response_coordinator
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Asuka Minato
24e2b72b71
Update ast-grep pattern for session.query (#24828)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months ago
NeatGuyCoding
b66945b9b8
feat: add test containers based tests for api tool manage service (#24821)
2 months ago
NeatGuyCoding
bdfbfa391f
Feature add test containers mcp tools manage service (#24840)
2 months ago
QuantumGhost
63c035d8a2
chore(api): migrate import for db
2 months ago
QuantumGhost
c72d847ac7
feat(api): support array[boolean] truncation
2 months ago
QuantumGhost
982fd9170c
WIP: test(api): tests for truncation logic
2 months ago
-LAN-
d8af8ae4e6
fix: update workflow service tests for new graph engine
- Update method calls from _handle_node_run_result to _handle_single_step_result
- Add required fields (id, node_id, node_type, start_at) to graph events
- Use proper NodeType enum values instead of strings
- Fix imports to use correct modules (Node instead of BaseNode)
- Ensure event generators return proper generator objects
These tests were failing because the internal implementation changed
with the new graph engine architecture.
2 months ago
-LAN-
3aa48efd0a
test(test_workflow_service): Use new engine's method.
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Novice
1a34ff8a67
fix: change the mcp server strucutre to support github copilot (#24788)
2 months ago
NeatGuyCoding
d043e1a05a
feat: add test containers based tests for workspace service (#24752)
2 months ago
Bowen Liang
39064197da
chore: cleanup unnecessary mypy suppressions on imports (#24712)
2 months ago
-LAN-
bfbb36756a
feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Charles Zhou
0d745c64d8
chore: bump supabase and pyjwt versions and added tests (#24681)
2 months ago
Asuka Minato
7995ff1410
Typing test (#24651)
2 months ago
NeatGuyCoding
bf34437186
Feature add test containers workflow service (#24666)
2 months ago
-LAN-
635eff2e25
test(graph_engine): remove outdated tests
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
Asuka Minato
4cd00efe3b
add more current_user typing (#24612)
2 months ago
jyong
90d72f5ddf
merge new graph engine
2 months ago
autofix-ci[bot]
86e7cb713c
[autofix.ci] apply automated fixes
2 months ago
-LAN-
0f29244459
fix: test
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago
autofix-ci[bot]
48cbf4c78f
[autofix.ci] apply automated fixes
2 months ago
-LAN-
8c35663220
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 months ago