Skip to content
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

Agent: Refactor the code so that it's not raising exceptions, or producing warn logging messages, but works with Try #101

Open
lsulak opened this issue Oct 26, 2023 · 0 comments
Labels
Agent Issues touching the agent part of the project enhancement New feature or request

Comments

@lsulak
Copy link
Collaborator

lsulak commented Oct 26, 2023

Background

We don't want the user's code to fail if the agent is called - even with invalid input. Currently there are some places in agent's code with exceptions being raised - please change it to Success/Failure with Try containers.

Also, let's first discuss with the team whether this approach generally speaking makes sense or whether it would be good to parametrize this somehow, or so.

Obvious note: This ticket will change the data model, at least the internal one on the agent.

@lsulak lsulak added enhancement New feature or request Agent Issues touching the agent part of the project labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Issues touching the agent part of the project enhancement New feature or request
Projects
Status: 🆕 To groom
Development

No branches or pull requests

1 participant