# agent-augury NOTICE

agent-augury is an independent open-source multi-agent collaboration runtime.
It contains no copied source code from the works below; attribution is provided
for related ideas and academic practice.

## Related work — AgentRadio

- Repository: https://github.com/Coral-Protocol/AgentRadio
- License: Apache License 2.0
- Paper: *AgentRadio: Passive Awareness for Long-Horizon Multi-Agent
  Collaboration* — arXiv:2607.28430
  https://arxiv.org/abs/2607.28430
- Relationship: agent-augury independently implements non-blocking teammate
  messaging (threads / fire-and-forget / inbox drain at step boundaries) as a
  local, model-agnostic Python package. It is not affiliated with the
  AgentRadio authors.

## This project

- License: Apache License 2.0 (see LICENSE)
- Not affiliated with Nous Research or the AgentRadio authors.
