fetchai / agentverse

Public repository for Agentverse
Apache License 2.0
1 stars 4 forks source link

Functions isn't working on the AV For Some Agents #13

Closed neerajkrbansal1996 closed 1 week ago

neerajkrbansal1996 commented 1 week ago

Prerequisites

Category

Bug in Agentverse

Expected Behavior

Error should not appear

Observed Behavior

Error in functions

image

To Reproduce

Not sure, what are the exact steps to reproduce. But here are my Agent Details to Check

Agent Address: agent1q0w4rtn79e2mw8htj78s8em3jxvk2depatqn4zh5j5698jere6hzjazyn28

Session ID of the AI Engine, where it is not able to send a Message:- e73d3be3-5203-4fb4-bbdb-12309f8f7869

Environment Details (Optional)

AV Enviornment: Production

Failure Logs (Optional)

No response

Additional Information (Optional)

No response

lrahmani commented 1 week ago

@dominic22 could you please have a look into this? thanks

dominic22 commented 1 week ago

This error will be shown if the agent has no more the protocol digest of the function inside its resolved protocols. By any chance has the code of the agent been changed?

neerajkrbansal1996 commented 1 week ago

Yes, i have updated the code but not the protocol! not sure if that should cause the issue!

While testing and debugging, i have updated the name of the function, that seems to have remove the error and make it work with the DeltaV as well.

I will let you know if this occurs to me again!

dominic22 commented 1 week ago

Ok my guess is that your code changes accidentally released a new version of the protocol which then shows this incompatibility message. When renaming the agent it automatically found the latest digest protocol digest and applied it, that's why it works after renaming.

I will close it but feel free to reopen or create a new issue.