Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion samples/RAG-quiz-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies = [
"langchain-anthropic>=0.3.8",
"langchain-experimental>=0.3.4",
"tavily-python>=0.5.0",
"uipath-langchain==0.0.113",
"uipath-langchain==0.0.124",
]
requires-python = ">=3.10"
3,382 changes: 1,859 additions & 1,523 deletions samples/RAG-quiz-generator/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/company-research-agent/agent.mermaid
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ graph TD;
researcher_tools(tools)
researcher___end__(<p>__end__</p>)
researcher___start__ --> researcher_agent;
researcher_tools --> researcher_agent;
researcher_agent -.-> researcher_tools;
researcher_agent -.-> researcher___end__;
researcher_agent -.-> researcher_tools;
researcher_tools --> researcher_agent;
end
classDef default fill:#f2f0ff,line-height:1.2
classDef first fill-opacity:0
Expand Down
2 changes: 1 addition & 1 deletion samples/company-research-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"langchain-anthropic>=0.3.19",
"tavily-python>=0.7.11",
"langchain-tavily>=0.2.11",
"uipath-langchain==0.0.123"
"uipath-langchain==0.0.124"
]

[project.optional-dependencies]
Expand Down
69 changes: 34 additions & 35 deletions samples/company-research-agent/uipath.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"entryPoints": [
{
"filePath": "agent",
"uniqueId": "0bf221a3-6cf6-4b81-bce3-d0ce260521f2",
"type": "agent",
"input": {
"type": "object",
"properties": {
"company_name": {
"title": "Company Name",
"type": "string"
}
},
"required": [
"company_name"
]
},
"output": {
"type": "object",
"properties": {
"response": {
"title": "Response",
"type": "string"
}
},
"required": [
"response"
]
}
"entryPoints": [
{
"filePath": "agent",
"uniqueId": "7eddbf91-0995-4254-beef-38cbe47f2297",
"type": "agent",
"input": {
"type": "object",
"properties": {
"company_name": {
"title": "Company Name",
"type": "string"
}
},
"required": [
"company_name"
]
},
"output": {
"type": "object",
"properties": {
"response": {
"default": null,
"title": "Response",
"type": "string"
}
},
"required": []
}
}
],
"bindings": {
"version": "2.0",
"resources": []
}
],
"bindings": {
"version": "2.0",
"resources": []
}
}
}
126 changes: 118 additions & 8 deletions samples/company-research-agent/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/email-organizer-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"langchain-anthropic>=0.3.8",
"uipath>=2.0.79",
"langchain-community>=0.3.21",
"uipath-langchain>=0.0.123",
"uipath-langchain>=0.0.124",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion samples/email-organizer-agent/uipath.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entryPoints": [
{
"filePath": "agent",
"uniqueId": "aaf7045d-f4cc-4e8a-a31d-4d66198427e9",
"uniqueId": "d3847017-a2ce-4021-a08c-04f5fb1687f7",
"type": "agent",
"input": {
"type": "object",
Expand Down
Loading
Loading