Apache Kafka
Topics in, results out
Subscribe an agent to a topic and every message becomes a run. Publish the agent's output back to another topic for downstream consumers. Consumer groups, offsets, and back-pressure are handled.
InboundOutbound
What you can build
Patterns teams ship in production. No queues, workers, or schedulers to run.
Trigger
Message posted
topic: user.content.createdAgent Action
Agent scores each post for toxicity and policy fit, and either publishes, queues for review, or hides it — all before the comment renders to other users.
Trigger
Message posted
topic: user.content.createdAgent Action
Agent scores each post for toxicity and policy fit, and either publishes, queues for review, or hides it — all before the comment renders to other users.