Blame

f93fd5 Anonymous 2026-06-23 21:23:59
1
# KAEL
2
3
KAEL is AeThex's intelligence layer: the assistant, operator, and system-facing agent being built to understand AeThex context, help users move through the ecosystem, and eventually coordinate work across AeThex services.
4
5
<div class="docs-hero">
6
<p class="docs-kicker">KAEL // AeThex intelligence layer</p>
7
<h1>Build the assistant that understands <span>AeThex itself.</span></h1>
8
<p class="docs-hero-copy">KAEL is being developed as a living system: chat surface, platform agent, documentation guide, workflow helper, and future orchestration layer for AeThex users and teams.</p>
9
<div class="docs-actions">
10
<a class="docs-button" href="https://chat.aethex.tech"><i class="fas fa-comments"></i> Open chat.aethex.tech</a>
11
<a class="docs-button is-secondary" href="https://kael.aethex.tech"><i class="fas fa-terminal"></i> Open kael.aethex.tech</a>
12
</div>
13
</div>
14
15
<div class="docs-section-heading">
16
<h2>What KAEL is</h2>
17
<p>KAEL is not just a chatbot. It is the named intelligence layer for AeThex.</p>
18
</div>
19
20
KAEL should become the connective assistant across AeThex: able to explain docs, guide users through platform flows, help developers integrate with APIs, support communities, and eventually take carefully-scoped actions inside AeThex systems.
21
22
## Current surfaces
23
24
- **chat.aethex.tech** — the conversational entry point for KAEL-style interaction.
25
- **kael.aethex.tech** — the dedicated KAEL surface for system identity, experiments, builds, and future agent workflows.
26
- **docs.aethex.support** — the source of operational documentation KAEL should be able to reference.
27
- **aethex.support** — the user-facing support layer KAEL may eventually help route or explain.
28
29
<div class="docs-grid">
30
<a class="docs-card" href="/KAEL-Build">KAEL Build</a>
31
<a class="docs-card" href="/KAEL-Changelog">KAEL Changelog</a>
32
<a class="docs-card" href="/KAEL-Endpoints">KAEL Endpoints</a>
33
<a class="docs-card" href="/Aethex-Os">AeThex OS</a>
34
</div>
35
36
## Build philosophy
37
38
KAEL should be built as a trustworthy system component, not as a gimmick. That means:
39
40
- It should know when to answer, when to ask, and when not to act.
41
- It should understand AeThex products, docs, services, communities, and governance context.
42
- It should keep a clear separation between explanation, suggestion, and action.
43
- It should respect authentication, permissions, and tenant boundaries.
44
- It should leave a traceable record for meaningful changes.
45
46
## Near-term goals
47
48
1. Establish KAEL's public identity and documentation.
49
2. Connect the chat and KAEL surfaces to the same product narrative.
50
3. Build a living changelog for updates.
51
4. Define what KAEL can safely do now versus later.
52
5. Prepare integration paths with [[Passport]], [[Projects]], [[Support]], and [[Api-Reference]].
53
54
> [!NOTE]
55
> This section should stay practical and current. If KAEL changes, update [[KAEL-Changelog]] first, then reflect stable behavior here.