···11+# CODEOWNERS file for managing repository permissions
22+# Format: path-pattern @username @team-name
33+44+# Default owners for all files - team OR any individual can approve
55+* @roostorg/roosters @EXBreder @ayubun @haileyok @jaredmiller13 @BinaryFiddler
+1-1
README.md
···6677## Overview
8899-This repository is home to one of ROOST’s many safety tools; Osprey rules engine. Osprey is [Discord's](https://discord.com/) open-source event stream decisions engine and analysis UI designed to investigate and take automatic action on events and their properties as they happen in real-time. Originally developed internally at [Discord](https://discord.com/) to combat spam, abuse, botting, and scripting across our platform, Osprey has now been open-sourced to help other platforms facing similar challenges.
99+This repository is home to one of ROOST’s safety tools, the Osprey rules engine. Osprey is an open-source event stream decisions engine and analysis UI designed to investigate and take automatic action on events and their properties as they happen in real-time. Originally developed internally at [Discord](https://discord.com/) to combat spam, abuse, botting, and scripting across its platform, Osprey has now been open-sourced to help other platforms facing similar challenges.
10101111Osprey is a library for processing actions through human written rules and outputting labels, webhooks back to an API and other sinks. It evaluates events using structured logic (SML), user-defined functions (UDFs), and external signals to assign labels, verdicts, and actions.
1212