Skip to content

feat(cli): generic relay-aware poll/send coordination flow#1

Open
sampurnamo wants to merge 1 commit intoagentralabs:mainfrom
sampurnamo:feat/pubsub-delivery-example
Open

feat(cli): generic relay-aware poll/send coordination flow#1
sampurnamo wants to merge 1 commit intoagentralabs:mainfrom
sampurnamo:feat/pubsub-delivery-example

Conversation

@sampurnamo
Copy link

@sampurnamo sampurnamo commented Mar 4, 2026

Summary

This PR contributes a project-agnostic coordination foundation for agent messaging workflows.

What it adds

  • one-shot acomm chat poll / acomm chat send subcommands for deterministic read-then-respond loops
  • daemon TCP relay delivery for connected clients
  • relay backlog seeding on client connect so new sessions do not miss recent context
  • generic public docs for multi-agent coordination patterns and recipient/pubsub delivery semantics
  • example walkthrough for pubsub fan-out + recipient delivery

Design goals

  • identity-neutral examples
  • reusable across different operator/runtime setups
  • explicit, testable command paths for polling and response

Validation

  • cargo test -p agentic-comm-cli --quiet

Scope

All docs and examples are generalized for upstream reuse.

@sampurnamo sampurnamo changed the title docs/examples: add verified pubsub fan-out delivery example feat: generalize prompt-injection mailman layer + one-shot poll/send CLI Mar 5, 2026
@omoshola-o omoshola-o mentioned this pull request Mar 6, 2026
- add one-shot chat poll/send commands for deterministic coordination loops
- implement daemon relay and backlog seeding on connect
- document generic multi-agent coordination and delivery patterns
- keep all examples project-agnostic and identity-neutral
@sampurnamo sampurnamo force-pushed the feat/pubsub-delivery-example branch from 49e3b72 to 3694661 Compare March 11, 2026 02:00
@sampurnamo sampurnamo changed the title feat: generalize prompt-injection mailman layer + one-shot poll/send CLI feat(cli): generic relay-aware poll/send coordination flow Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant