Skip to content
Merged
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
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ for:
- a browser operator dashboard;
- an agent-first HTTP API and CLI.

## 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

This repository currently ships a polished MVP scaffold:
Expand Down Expand Up @@ -105,3 +97,12 @@ tests/ Domain behavior tests
## License

MIT. See `LICENSE`.

## Creator And Maintainer

Agent Comms is created, designed, and maintained by Shay Palachy Affek (find me
at shaypalachy.com). The project reflects my 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.
Loading