ByteArena / backends

Byte Arena - Digital playground for Autonomous agents
https://get.bytearena.com
1 stars 0 forks source link

normalize payloads in agent message #220

Open xtuc opened 6 years ago

xtuc commented 6 years ago

{"agentid":"b17ac604-b7af-46b1-a7a7-c3c25405ef6f","type":"Mutation","payload":[{"method":"steer","arguments":[0,1]}]} vs this shit: {"agentid":"b17ac604-b7af-46b1-a7a7-c3c25405ef6f","type":"Mutation","payload": {mutations:[{"method":"steer","arguments":[0,1]}]}

xtuc commented 6 years ago

https://github.com/ByteArena/bytearena/blob/master/arenaserver/communication.go#L205