gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
35 stars 6 forks source link

Prompt injection agent with chance to get money out of him #563

Open kongzii opened 2 days ago

kongzii commented 2 days ago

I think we should create a modified version of our general agent where we can play a similar game. The agent holds resources and you can try to extract them from the agent but it costs to send to the agent

gabrielfior commented 1 day ago

References LLM agent (also contracts) -> https://github.com/0xfreysa/agent

-> The agent got beaten because it thought it was a new session and it should obey a new set of commands. Maybe we can try to make it harder and create a new session for every message it receives, so this is always handled. Also, we can say it should ignore all transactions it receives and only consider messages for making a decision.