eric-lemesre/inter-agent-bus
v0.10.0MIT
Inter-agent coordination bus: task queues with claim/ack leases, shared result store (SQLite), routing driven by a project-declared roster — the plugin provides the mechanism, never the cast.
pipeline-router
Break a request down into subtasks and route them to the agents declared in the project's roster, using universal cost/capability rules — use when orchestrating several AI agents through the shared bus (push_task/claim_task/publish_result).
worker-loop
Act as one worker agent on the shared bus — register under the identity given by the operator, then loop claim_task → execute → publish_result until the queue is drained. Use in any agent client session that should consume tasks pushed by an orchestrator.