Chat example
A small persistent app with two named actions.
Read as Markdown ↗Run it
atrax new team-chat --template chat
cd team-chat
atrax devUse it
messages.list reads recent messages. messages.send writes one message using the employee and command key as the retry identity. Reusing a key for a different message is rejected. Local data persists across restarts.