You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/capabilities.astro
+37-27Lines changed: 37 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,16 @@ import Footer from '../components/Footer.astro';
23
23
you interact through Telegram or the terminal. Every write action goes through approval
24
24
gates before it executes.
25
25
</p>
26
-
<img
27
-
src="/architecture.png"
28
-
alt="OpenBotKit architecture diagram showing the flow from user through channels, agent loop, safety layer, tool executor, and data sources - all stored in local SQLite"
alt="OpenBotKit architecture diagram showing the flow from user through channels, agent loop, safety layer, tool executor, and data sources, all stored in local SQLite"
30
+
class="w-full rounded-lg border border-border"
31
+
/>
32
+
<figcaptionclass="mt-3 text-[1rem] text-muted">
33
+
How a message flows through OpenBotKit, from user input to tool execution and back.
34
+
</figcaption>
35
+
</figure>
31
36
</section>
32
37
33
38
<!-- Demo -->
@@ -37,13 +42,18 @@ import Footer from '../components/Footer.astro';
Chat with your assistant on Telegram. It checks your calendar, sends WhatsApp messages,
40
-
converts currencies, sets reminders - and asks before every action.
45
+
converts currencies, sets reminders, and asks before every action.
41
46
</p>
42
-
<img
43
-
src="/demo.png"
44
-
alt="Telegram conversation showing OpenBotKit checking calendar availability, sending a WhatsApp message, converting currency, and setting a reminder - each with user approval"
alt="Telegram conversation showing OpenBotKit checking calendar availability, sending a WhatsApp message, converting currency, and setting a reminder, each with user approval"
<ahref="https://x.com/pjay_in"target="_blank"rel="noopener"class="text-link hover:text-heading transition-colors">pjay</a> talking to his own bot he named 'Anton'
55
+
</figcaption>
56
+
</figure>
47
57
</section>
48
58
49
59
<!-- Integrations -->
@@ -54,48 +64,48 @@ import Footer from '../components/Footer.astro';
<ddclass="inline text-paragraph"> - full CLI for power users via <codeclass="rounded bg-heading/10 px-1.5 py-0.5 text-[1rem] text-heading">obk chat</code>.</dd>
125
+
<ddclass="inline text-paragraph">: full CLI for power users via <codeclass="rounded bg-heading/10 px-1.5 py-0.5 text-[1rem] text-heading">obk chat</code>.</dd>
116
126
</div>
117
127
</dl>
118
128
@@ -146,7 +156,7 @@ import Footer from '../components/Footer.astro';
0 commit comments