Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
30a2dfd
Adding an Agent component that uses components from ALTK.
kirankateNexplore Oct 10, 2025
637a355
Merge branch 'main' into altk_agent
kiran-kate Oct 10, 2025
009ce78
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 10, 2025
f428155
Changes as per coderabbitai review comments.
kirankateNexplore Oct 10, 2025
c9dc7a4
Minor change to invoke CI again.
kirankateNexplore Oct 12, 2025
ac3fb87
Deleting uv.lock so it can recreated with the latest ALTK.
kirankateNexplore Oct 13, 2025
bff6224
Marking the test with anthropic models as slow.
kirankateNexplore Oct 13, 2025
74789c6
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 13, 2025
1cb770e
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Oct 13, 2025
7100c8f
Merge branch 'main' into altk_agent
kiran-kate Oct 13, 2025
13dc887
Minor changes to ALTK Agent UI labels.
kiran-kate Oct 20, 2025
c076ebf
Reusing parent agent inputs where possible.
kiran-kate Oct 21, 2025
fae566f
Refactored altk_agent.py as per the review comments.
kiran-kate Oct 21, 2025
c0904c8
Resolving conflicts with main.
kiran-kate Oct 21, 2025
e608d3a
Merge remote-tracking branch 'upstream/main' into altk_agent
kiran-kate Oct 21, 2025
d12111e
Fixing import order.
kiran-kate Oct 21, 2025
2a362d2
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 21, 2025
685a262
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Oct 21, 2025
90bbeba
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Oct 21, 2025
6df7c46
Merge branch 'main' into altk_agent
ogabrielluiz Oct 22, 2025
6a5feec
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 22, 2025
1b1953a
Override check for _run.
kiran-kate Oct 22, 2025
d244b77
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 22, 2025
cd7a67d
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Oct 22, 2025
d7d06ca
Merge branch 'main' into altk_agent
kiran-kate Oct 22, 2025
81a273b
Merge branch 'main' into altk_agent
kiran-kate Oct 22, 2025
0128cf7
Merge remote-tracking branch 'upstream/main' into altk_agent
kiran-kate Oct 24, 2025
70161c3
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 24, 2025
95957ed
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Oct 24, 2025
ac89144
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Oct 24, 2025
9e1f6f5
Adding a newline at the end of component_index.json
kiran-kate Oct 24, 2025
e630e24
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 24, 2025
87cc4d7
Merge branch 'main' into altk_agent
kerinin Oct 28, 2025
889a616
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 28, 2025
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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ dependencies = [
"fastparquet>=2024.11.0,<2025.0.0",
"traceloop-sdk>=0.43.1,<1.0.0",
"vlmrun[all]>=0.2.0",
"agent-lifecycle-toolkit",
]

[dependency-groups]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1855,7 +1855,7 @@
},
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1922,7 +1922,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1110,7 +1110,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1506,7 +1506,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -904,7 +904,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1160,7 +1160,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1134,7 +1134,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down Expand Up @@ -1778,7 +1778,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand All @@ -1790,7 +1790,7 @@
},
{
"name": "boto3",
"version": "1.40.45"
"version": "1.40.50"
},
{
"name": "google",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -769,7 +769,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down Expand Up @@ -2382,7 +2382,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1195,7 +1195,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -1562,7 +1562,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -2535,7 +2535,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -847,7 +847,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"name": "scrapegraph_py",
"version": "1.33.0"
"version": "1.34.0"
}
],
"total_dependencies": 2
Expand Down Expand Up @@ -553,7 +553,7 @@
},
{
"name": "fastapi",
"version": "0.118.0"
"version": "0.119.0"
},
{
"name": "lfx",
Expand Down Expand Up @@ -901,7 +901,7 @@
"dependencies": [
{
"name": "langchain_core",
"version": "0.3.78"
"version": "0.3.79"
},
{
"name": "pydantic",
Expand Down
Loading