-
Notifications
You must be signed in to change notification settings - Fork 9
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
After finding the function, sdk is not able to send further messages. #8
Comments
@abhifetch I appreciate you mentioned the file you were executing (just pointing the path will do it). To identify the contingent problem, will be necessary you to add the specific steps you followed to reproduce the error. This is, the concrete actions that are not common to every single execution or user. In this case: |
I took the example from https://github.com/fetchai/ai-engine-sdk-python/blob/master/examples/run_example.py to: my_group = next( to get my functions functions group. I tried doing coin toss example and it is working fine.
It is able to find the function but while running, it shows your agent is offline or i am executing the task and not do anything for 100 iterations. I am sharing my agent's code , logs and sdk code in files below. |
“talkative” model was used instead of “next-gen”. For the nonce only "next-gen" is working. |
That casuistic requires to be added in the READ.ME and provide a clear solution |
Prerequisites
Category
Bug (unexpected behavior)
Expected Behavior
It should come up with the latest messages in the session.
Observed Behavior
It endlessly goes into loop after saying '✨I am on it and will start working on the 'maths tutor GCSE' task.'
10:44:37 INFO ai_engine_sdk1:
🤖 Processing
10:44:39 DEBUG ai_engine_sdk1: No messages: 16 times in a row
10:44:39 DEBUG client:
📤 Request triggered : GET https://agentverse.ai/v1beta1/engine/chat/sessions/aba383b2-fbab-4d51-949d-f2fe2965834c/new-messages?last_message_id=1e5ccf24-9529-443c-81d0-90b41d531c9f
10:44:39 DEBUG client: body=None
10:44:39 DEBUG client: ---------------------------
To Reproduce
using the following script (ai-engine-sdk-py/examples/run_example.py):
Version
0.1.1
Environment Details (Optional)
No response
Failure Logs (Optional)
No response
Additional Information (Optional)
No response
The text was updated successfully, but these errors were encountered: