Skip to content

Conversation

cotovanu-cristian
Copy link
Collaborator

@cotovanu-cristian cotovanu-cristian commented Oct 13, 2025

What changed?

  • split lowcode agent models from agent with evals models
  • add lowcode agent mcp server resource and mcp tools models
  • couple of fixes to adhere to lowcode agent package exact fields

@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Oct 13, 2025
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch from 7043361 to c7dfffb Compare October 16, 2025 18:34
@cotovanu-cristian cotovanu-cristian changed the title feat: add lowcode agent models and split existing with evals [PC-3244] feat: add lowcode agent models and split existing with evals Oct 16, 2025
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch 7 times, most recently from 153ea0b to 3d65715 Compare October 16, 2025 18:53
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch 4 times, most recently from 591499f to f5f7879 Compare October 16, 2025 19:22
@cotovanu-cristian cotovanu-cristian marked this pull request as ready for review October 16, 2025 19:22
@cotovanu-cristian
Copy link
Collaborator Author

draft PR prep to change tests in uipath-langchain-python that depend on this UiPath/uipath-langchain-python#224 along version bump

@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch 8 times, most recently from a604660 to 2618293 Compare October 17, 2025 13:06
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch from 2618293 to 2501ed8 Compare October 17, 2025 13:20
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch from 2501ed8 to 7ee9e8a Compare October 17, 2025 14:27
type: Literal[AgentType.LOW_CODE] = AgentType.LOW_CODE
id: str = Field(..., description="Agent id or project name")
name: str = Field(..., description="Agent name or project name")
metadata: Optional[AgentMetadata] = Field(None, description="Agent metadata")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, let's move metadata, messages, features, guardrails, setttings to LowCodeAgents and extend CodedAgentDefinition from BaseAgentDefinition.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved

@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch 2 times, most recently from 59c7b94 to 608a776 Compare October 17, 2025 18:29
@cotovanu-cristian cotovanu-cristian force-pushed the feat/add-lowcode-agent-models branch from 608a776 to 3bce93e Compare October 17, 2025 18:30
@cotovanu-cristian cotovanu-cristian merged commit ce0f654 into main Oct 17, 2025
56 checks passed
@cotovanu-cristian cotovanu-cristian deleted the feat/add-lowcode-agent-models branch October 17, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants