You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirements
Use GAME framework to create an agent that would be able to:
1/ Reply message on TG
2/ Retrieve the conversation in a group chat. It should include the sender and the messages. We should record the last drop-off and then show the ones after. Always have a checkpoint
3/ Retrieve all the mentions in a group chat. It should include the sender. We should not show those being processed. There should be a checkpoint
4/ React to a message
5/ Have proper feedback messages to let agent learn
Important
Agent can think and make decision, play around with the function structuring to ensure the right information is being passed to the next function.
Sample Scenarios
Use cases to fulfill:
1/ Reply a tg
2/ Retrieve mention and reply accurate to the person
3/ Retrieve a conversation and take any action
Assumptions
1/ Our database is a mysql database. You may structure your table setup as mysql database.
Requirements
Use GAME framework to create an agent that would be able to:
1/ Reply message on TG
2/ Retrieve the conversation in a group chat. It should include the sender and the messages. We should record the last drop-off and then show the ones after. Always have a checkpoint
3/ Retrieve all the mentions in a group chat. It should include the sender. We should not show those being processed. There should be a checkpoint
4/ React to a message
5/ Have proper feedback messages to let agent learn
Important
Agent can think and make decision, play around with the function structuring to ensure the right information is being passed to the next function.
Sample Scenarios
Use cases to fulfill:
1/ Reply a tg
2/ Retrieve mention and reply accurate to the person
3/ Retrieve a conversation and take any action
Assumptions
1/ Our database is a mysql database. You may structure your table setup as mysql database.