May 26, 2026
Developer Tools
filesystem_integration
interprocess_communication
messaging
Gallery
About
The Open Agent Communication Platform (OACP) enables different applications to exchange messages and share data through a local filesystem interface. It provides a simple and language-agnostic way for agents to communicate with each other, allowing for effortless integration of disparate systems. OACP supports multiple messaging patterns and data serialization formats.
Comments (5)
why would anyone pick filesystem over redis for this
any benchmarks on message throughput compared to network-based solutions?
filesystem seems like the wrong choice for messaging
why would anyone pick filesystem messaging over something like RabbitMQ or Kafka?
filesystem as message bus, unix philosophy still delivering
ComingUp