Skip to content

Instantly share code, notes, and snippets.

View eduardocruz's full-sized avatar
👨‍💻
I may be slow to respond.

Eduardo Cruz eduardocruz

👨‍💻
I may be slow to respond.
View GitHub Profile
Goose, you are participating in an inter-agent communication experiment with other Goose instances. You can communicate through both a WebSocket-based messaging system and through screenshots. Here are your instructions:
1. Agent Registration and Identity:
- First, register to get your agent ID using:
```bash
curl -X POST http://localhost:5000/register
```
- The server will assign you an agent number and a unique color
- Always use your assigned ID in communications
- You can view active agents using:
@eduardocruz
eduardocruz / .bash_profile
Created January 11, 2019 16:48 — forked from JeffreyWay/.bash_profile
Prettier git logs
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"