Lirone S.

Results 32 comments of Lirone S.

Just installed it and get the same error as well.

Actually, I don't use _logfire.exception(e)_ unless I'm mistaken. ``` class JobsNumberMinimumException(DataQualityException): def __init__(self, message=""): super().__init__(message) class DataQualityException(Exception): """ Base exception for data quality issues. """ def __init__(self, message: str): self.message...

So far, I've juste integrated Logfire with the standard library logging module (logging). It works fine for most of my process but on this case it works until I get...

I'll take a look but I don't think that I have any logger.(e) inside my except. That's why I'm confused especially for my case where I don't see one. Thank...

I have the same issue with V1.7.1. I tried many things without success.

I have an error as well since the update related to the json mode. I would like to keep `response_model=Mymodel` If I remove it, it's working but I don't have...

With the new update of Agno 1.4.1, the workaround does not work anymore: ``` File "/Users/dev/.venv/lib/python3.11/site-packages/openai/_base_client.py", line 801, in __del__ if self.is_closed: ^^^^^^^^^^^^^^ File "/Users/dev/.venv/lib/python3.11/site-packages/httpx/_client.py", line 228, in is_closed return...

Any update for this @Dev79844 ?

> @dirkbrnd is this opensearch contribution still open to work? If yes, I would love to contribute. Thank you for all the work Agno team. I think yes, you can...

Yes, this is part of the code with name variable modification ``` class TransactionWorkflow(Workflow): """ Workflow """ def __init__(self, agent_analyzer, agent_check, debug: bool = False, **kwargs): super().__init__(**kwargs) self.agent_analyzer = agent_analyzer...