-
Notifications
You must be signed in to change notification settings - Fork 16
feat: add lowcode agent models and split existing with evals #684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7043361
to
c7dfffb
Compare
153ea0b
to
3d65715
Compare
591499f
to
f5f7879
Compare
draft PR prep to change tests in |
a604660
to
2618293
Compare
2618293
to
2501ed8
Compare
2501ed8
to
7ee9e8a
Compare
src/uipath/agent/models/agent.py
Outdated
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") |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved
59c7b94
to
608a776
Compare
608a776
to
3bce93e
Compare
What changed?