-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagents.html
More file actions
68 lines (65 loc) · 4.07 KB
/
Copy pathagents.html
File metadata and controls
68 lines (65 loc) · 4.07 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>A11 Agents — Global Intelligence & Execution</title>
<meta name="description" content="A11 agents: a public directory of verified intelligence, research, governance and commercial execution capabilities, with the MindReply copilot.">
<link rel="canonical" href="https://mind-reply.github.io/A11-K/agents.html">
<style>
:root{--bg:#06070b;--p:#11131d;--line:#252a38;--text:#f7f8fb;--muted:#a7afbf;--a:#a99cff;--b:#69e5ff}
*{box-sizing:border-box}
body{margin:0;background:radial-gradient(circle at 10% 0,#30264e,transparent 35%),radial-gradient(circle at 90% 20%,#123b4a,transparent 32%),var(--bg);color:var(--text);font:16px/1.6 Inter,system-ui,sans-serif}
.wrap{width:min(1120px,92vw);margin:auto}
.nav{padding:20px 0;border-bottom:1px solid var(--line)}
a{color:inherit;text-decoration:none}
.brand{font-weight:900;letter-spacing:.16em}
.hero{padding:70px 0 40px;max-width:900px}
.ey{color:var(--b);text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800}
.hero h1{font-size:clamp(40px,7vw,76px);line-height:.94;letter-spacing:-.065em;margin:16px 0}
.hero h1 span{background:linear-gradient(100deg,#fff,var(--a),var(--b));-webkit-background-clip:text;color:transparent}
.hero p{font-size:18px;color:var(--muted);max-width:780px}
.lanes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:20px 0 40px}
.lane{border:1px solid var(--line);border-radius:18px;padding:20px;background:rgba(17,19,29,.8)}
.lane h2{margin:0 0 8px;font-size:18px}
.lane p{color:var(--muted);margin:0}
.truth{border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:40px;background:rgba(255,255,255,.025)}
.truth strong{color:#fff}
.section-title{color:var(--a);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;margin:40px 0 16px}
.footer{border-top:1px solid var(--line);padding:22px 0 50px;color:var(--muted);font-size:13px}
.footer a{color:var(--a)}
@media(max-width:800px){.lanes{grid-template-columns:1fr}.hero{padding-top:50px}}
</style>
<link rel="stylesheet" href="./mindreply.css">
</head>
<body>
<nav class="nav"><div class="wrap"><a class="brand" href="./">A11-K ✦</a></div></nav>
<main class="wrap">
<section class="hero">
<div class="ey">A11 AGENTS · GLOBAL INTELLIGENCE & EXECUTION</div>
<h1>Agents that turn intelligence into <span>evidence.</span></h1>
<p>A public directory for real A11 capabilities across research, markets, governance, commerce and systems assurance. Every listed capability is evaluated by evidence, current state, ownership, permissions and last verification.</p>
</section>
<section class="lanes">
<div class="lane"><h2>Research</h2><p>Evidence-led market and technology intelligence.</p></div>
<div class="lane"><h2>Markets</h2><p>Country, sector and opportunity analysis.</p></div>
<div class="lane"><h2>Governance</h2><p>Policy, assurance and operating controls.</p></div>
<div class="lane"><h2>Commerce</h2><p>Qualified opportunities, offers and revenue evidence.</p></div>
<div class="lane"><h2>Reality</h2><p>Verification, reliability and evidence engineering.</p></div>
<div class="lane"><h2>Systems</h2><p>AUREL architecture and advanced-system operations.</p></div>
</section>
<section class="truth">
<strong>Reality standard:</strong> REAL → VERIFIED → DEPLOYED → MEASURED → GOVERNED. A concept is not presented as a working agent.
</section>
<p class="section-title">MindReply copilot</p>
<div id="mindreply" data-proxy=""></div>
</main>
<footer class="footer">
<div class="wrap">
<p>Owner: Angel L. Krastev (A.K.) — Founder & CEO, Mind-Reply / Sofia Tech Register EOOD.</p>
<p><a href="index.html">A11-K home</a> · <a href="sales.html">Offers</a> · <a href="founder.html">Founder</a></p>
</div>
</footer>
<script src="./mindreply.js" defer></script>
</body>
</html>