···11+- title: haileyok/phoebe
22+ description: Trust and safety agent that interacts with Osprey for investigation, real-time analysis, and prevention implementations
33+ url: https://github.com/haileyok/phoebe
44+ tags:
55+ - osprey
66+ - agent
+11
index.html
···66<p>A collection of community projects, experiments, and demos built on or from ROOST open source projects.</p>
77<p>Projects on this page are not developed or endorsed by ROOST, and may not be intended for production use. Check each project’s documentation for details.</p>
88<ul id="projects">
99+ {% for project in site.data.projects %}
1010+ <li>
1111+ <a href="{{ project.url }}">
1212+ <h2>{{ project.title }}</h2>
1313+ <p>{{ project.description }}</p>
1414+ {% for tag in project.tags %}
1515+ <span class="tag {{ tag }}">{{ tag }}</span>
1616+ {% endfor %}
1717+ </a>
1818+ </li>
1919+ {% endfor %}
920 <li>
1021 <a href="#">
1122 <h2>Project name</h2>