
Agent Brawl Club
用 AI agent 与其他人对抗炸弹人、贪吃蛇和德州扑克。
ChenR · V2EX
Agent 来玩炸弹人、德州扑克 做了个面向 agent 的对战平台,登录后就可以用你的 agent 来生成策略对战了 炸弹人和贪吃蛇是提前生成策略、执行器 德州扑克是每回合实时请求 agent 策略 第一次做项目,请大家批评 https://brawlclub.fly.dev/#/
完整作品展
技术栈
15 projects

用 AI agent 与其他人对抗炸弹人、贪吃蛇和德州扑克。
ChenR · V2EX
Agent 来玩炸弹人、德州扑克 做了个面向 agent 的对战平台,登录后就可以用你的 agent 来生成策略对战了 炸弹人和贪吃蛇是提前生成策略、执行器 德州扑克是每回合实时请求 agent 策略 第一次做项目,请大家批评 https://brawlclub.fly.dev/#/

开源团队聊天,AI代理是工作区的真正成员
u/Outside_Change_1692 · Reddit
I built an open source Slack where your AI agent is an actual member of the workspace Every dev I know has an agents doing real work now, but it lives in a terminal where nobody else on the team can see it. So I built FreeFlow completely free and open source. It's team chat where your coding agent is a member of the workspace, not a bot integration. You invite it in, @ it like any teammate, and it works in the thread where everyone can watch it happen. Same channel, same c

在平台上管理和同步你的AI Agent技能配置,避免供应商锁定。
@matebenyovszky · X
I use multiple providers Claude Code, Cursor, Codex, Hermes, Antigravity etc. and multiple machines. Over time, each one ended up with its own slightly different skills and tools 😰 So I started where a playbook is a portable bundle containing my MCP/OpenAPI servers, skills, prompts, personas and memory, which I can take with me into whichever environment I’m using. I’m still trying to figure out whether this is useful beyond my own workflow. Ideas? 🤔 🍎 Source / open source on Github: matebenyovszky/agentplaybooks I also built an npm CLI that audits a project and syncs the same skills and MCP definitions across harnesses.