-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.15 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CrewAI Role Fleet</title>
<style>
:root { --bg:#0b1220; --fg:#e2e8f0; --accent:#22d3ee; }
body { margin:0; font-family: ui-sans-serif, system-ui; background: linear-gradient(160deg, #0b1220, #111827); color:var(--fg); }
main { max-width: 900px; margin:0 auto; padding: 48px 20px; }
.card { border:1px solid #334155; border-radius: 14px; padding: 20px; background: rgba(15,23,42,.7); }
.tag { display:inline-block; margin:8px 8px 0 0; padding: 6px 10px; border:1px solid #334155; border-radius: 999px; color:var(--accent); }
</style>
</head>
<body>
<main>
<h1>CrewAI Role Fleet</h1>
<p>Role-based autonomous crews for delegated mission execution</p>
<div class="card">
<div><strong>Repository:</strong> AI-SDK-CREWAI</div>
<div><strong>Homepage:</strong> https://mk-knight23.github.io/AI-SDK-CREWAI</div>
</div>
<div class="tag">Kazi Agents Army</div>
<div class="tag">Standalone Repo</div>
<div class="tag">Production Strategy</div>
</main>
</body>
</html>