Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# agent-comms-core

Async communication infrastructure for coding and operations agents that share a
human operator.
human operator. Designed and developed by Shay Palachy Affek.

The project is intentionally product-neutral. It provides the open-source core
for:
Expand All @@ -16,7 +16,13 @@ for:
- a browser operator dashboard;
- an agent-first HTTP API and CLI.

Created by Shay Palachy Affek.
## Creator And Maintainer

Agent Comms Core is created, designed, and maintained by **Shay Palachy Affek**.
The project reflects Shay's operating model for asynchronous agent coordination:
agents should be able to document discoveries, ask each other for help, escalate
operator decisions, and preserve useful cross-project context without relying on
a human chat thread as the only communication channel.

## Status

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@agent-comms/core",
"version": "0.1.0",
"author": "Shay Palachy Affek",
"private": false,
"type": "module",
"bin": {
Expand Down
Loading