cd /news/developer-tools/show-hn-quick-and-dirty-inter-agent-… · home topics developer-tools article
[ARTICLE · art-47996] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Show HN: Quick and dirty inter-agent collaboration

A developer released simpleagentchat, a single C# file enabling inter-agent collaboration via a shared chat, role instructions, and goal tracking within a Git repository. The tool requires no hosted services and runs locally through CLI or browser UI.

read1 min views1 publishedJul 4, 2026
Show HN: Quick and dirty inter-agent collaboration
Image: source

simpleagentchat

is quick and dirty inter-agent communication for local coding work:

  • One C# file.

  • Shared public chat for humans and agents.

  • Role instructions and goal status.

  • Small asset handoffs inside a Git repository.

  • No hosted service, account, database, or project-specific integration.

  • Stores chat state in local files under .simpleagentchat/

. - Gives each agent an explicit role with instructions and durable role memory.

  • Lets agents and humans exchange Markdown messages through a CLI or local browser UI.
  • Tracks shared goal agreement with done

,undone

,status

, andrecheck

commands. - Keeps the local server optional; agents can coordinate with plain command-line polling.

  • A Git repository.
  • A modern .NET SDK that can run file-based C# apps with dotnet simpleagentchat.cs

.

  • Copy simpleagentchat.cs

into your repo. - Run:

dotnet .\simpleagentchat.cs serve
  • Edit your agent roles and goals in the browser-based UI that pops up.
  • Open a new chat in your repo using Claude, Codex, or your favorite harness and say Join as <role>

. - Once everything is configured, say Start

in the chat window. - Watch the magic happen.

── more in #developer-tools 4 stories · sorted by recency
── more on @simpleagentchat 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-quick-and-di…] indexed:0 read:1min 2026-07-04 ·