Terminal Shell
Local execution
V8 Isolate Engine
<15ms cold start
WebSocket Tunnel
Outbound TCP
Sandbox Security
Path traversal guard
KML XML Parser
Deterministic tools
Custom Agents
Dashboard registry
Decoupled ExecutionCloud LLM reasoning coupled with local client tools
WebSocket TunnelingOutbound TCP tunnel bypassing local firewalls
Custom Agents & KMLDeterministic XML tool schemas & project scoping
@KYRONIXAI/RUNTIME@KYRONIXAI/EXECUTERWEBSOCKET TUNNELINGKML XML PARSERV8 ISOLATE SANDBOXTRANSPARENT TOKEN PRICING

Decoupled agent reasoning and client tool execution

WebSocket Relay: ws://localhost:8080/ws
CONNECTED
SERVER DISPATCH@kyronixai/runtime
typescript
1const runResponse = await kyronix.run({ agent: 'coding', input: prompt });
KML XML RESPONSE STREAMexecuteKmlOverWs
<tool name="write_file">
<path>src/components/Button.tsx</path>
<content>export const Button = () => ...</content>
</tool>

Keep sensitive tool execution local while Kyronix Cloud handles planning.

Kyronix decouples LLM context compilation from client tool execution. Your server sends prompts and receives deterministic KML plans.

KEY ADVANTAGES
WebSocket Tunneling

Outbound TCP connection bypasses local firewalls and NAT without port forwarding.

KML XML Protocol

Strict XML markup format ensures 100% deterministic tool parameter parsing.

Sub-Millisecond Transmission

Single-handshake WebSocket channel for low-latency multi-step loops.

Session Context Memory

Multi-turn sessions retain context across follow-up prompts automatically.

Reference agents & custom domain tool schemas

Use pre-configured domain agents or define custom agents in the Dashboard.

Kyronix ships with 4 specialized reference agents (`coding`, `research`, `database`, `sales`) and a developer registry for custom tool schemas.

AGENT CAPABILITIES
Coding Agent (`coding`)

File editing, terminal commands, AST analysis, and git workflows.

Research Agent (`research`)

Multi-source web research, browser automation, and document synthesis.

Database Agent (`database`)

Natural language SQL generation, schema parsing, and query execution.

Custom Agent Registry

User-defined tool names, descriptions, and dynamic parameter lists.

DASHBOARD // CUSTOM AGENTSPROJECT SCOPED
Database Assistant
Tool: execute_sql (params: sql_query, limit)
kyr_agent_8b5b6...
Sales Qualifier Bot
Tool: qualify_lead (params: email, company)
kyr_agent_14a90...

17 Built-in local tool executors & path safety guards

@kyronixai/executer17 TOOLS BUILT-IN
Filesystem, Terminal, Git, Browser & Network Tools
✔ Sandbox.isPathSafe('src/components/Button.tsx')
✔ Path traversal check passed (No ../ escape)
✔ Tool execution granted under SAFE_POLICIES

Transparent usage billing based on real LLM token compute.

Kyronix billing formula: `Kyronix Charge = LLM Provider Cost × Agent Multiplier (1.5x)`. Get 100 free credits upon GitHub sign up.

SECURITY & BILLING
Path Traversal Guard

Automated protection against malicious path traversal attacks.

ROOT & SAFE Policies

Configurable permission boundaries for local filesystem and terminal.

1 Credit ≈ ₹1 INR Balance

Transparent credit deductions calculated directly from input/output tokens.

100 Free Credits

Instant developer credit grant upon authenticating with GitHub.

KYRONIX PRODUCT ARCHITECTURE

The complete stack for autonomous agentic software.

Everything you need to orchestrate multi-step LLM planning, stream execution graphs over WebSockets, and safely execute local tools.

CORE ENGINE

Kyronix Cloud Runtime

Serverless multi-step agent planning & context compilation.

The central intelligence hub that ingests user prompts, analyzes project structures, compiles optimal context windows, and generates secure KML (Kyronix Markup Language) execution graphs.

Key Capabilities
Groq & Llama 3 70B multi-step reasoning pipeline
Automatic project tree & AST context compilation
Conversational memory with multi-turn session persistence
Sub-100ms planning latency with streaming KML output
implementation.ts
TypeScript SDK
typescript
1import { Kyronix } from "@kyronixai/runtime";
2
3const kyronix = new Kyronix({
4 apiKey: process.env.KYRONIX_API_KEY,
5 ws: websocketConnection
6});
7
8const response = await kyronix.run({
9 agent: "coding",
10 input: "Build a TypeScript REST API with auth"
11});
Status: Production Readynpm i @kyronixai/runtime

Recently shipped

KYRONIX RUNTIME PIPELINEv1.0
// Server-side Session Orchestration
import { Kyronix } from "@kyronixai/runtime";
const kyronix = new Kyronix({ apiKey, ws });
✓ Context Compilation & KML Generation
FEATURED CORE SDK

@kyronixai/runtime

Server-side SDK for session orchestration, context compilation, multi-turn conversational memory, and real-time KML plan generation over WebSocket.

$ pnpm add @kyronixai/executer
const executor = new KyronixExecuter({ wsUrl });
✓ 17 local tool handlers & path traversal security

@kyronixai/executer

Client daemon executing local filesystem, terminal, git, HTTP, and browser actions safely.

WEBSOCKET TUNNEL PROTOCOL
✓ Outbound TCP connection
No port forwarding or ngrok required

WebSocket Tunnel & KML

Long-lived, bi-directional tunnel streaming KML action plans seamlessly across corporate firewalls.

@KYRONIXAI/EXECUTER

17 Built-in Local Tools

Executed locally on your machine via @kyronixai/executer with strict path traversal security checks.

Filesystem

read_file

Reads complete file contents with encoding detection.

(path: string)
Filesystem

write_file

Creates or overwrites file content at path.

(path: string, content: string)
Filesystem

delete_file

Deletes specified file or directory recursively.

(path: string)
Filesystem

move_file

Moves or renames file or directory target.

(source: string, destination: string)
Filesystem

copy_file

Duplicates source file/directory to target path.

(source: string, destination: string)
Filesystem

list_dir

Lists directory contents and recursive node tree.

(path: string)
TRANSPARENT CREDIT BILLING

Simple, token-based pricing.
No hidden fees.

Credits directly reflect your AI compute: Kyronix Charge = LLM Cost × 1.5x. Sign in with GitHub to get 100 free credits immediately.

Free Tier

Perfect for testing custom agents and developing locally.

0/forever
100 Free Credits on Signup
What's Included
100 Free Credits upon GitHub login
Full access to @kyronixai/runtime & executer SDKs
All 17 built-in local tools enabled
WebSocket tunnel support (No ngrok/port forwarding)
Standard community support
MOST POPULAR

Developer Top-up

Flexible token-based credit balance for building production apps.

Custom/pay-as-you-go
1 INR = 1 Credit Balance
What's Included
Pay exact custom amount in INR (₹)
1 Credit = ₹1 INR usage balance
Formula: LLM Cost × 1.5x Agent Multiplier
Unlimited Custom Agents & Tool Registrations
Dodo Payments instant automated credit top-up
Priority execution pipelines & sessions

Enterprise

Dedicated infrastructure, custom SLA, and volume discounts.

Scale/custom limits
Custom Credit Quotas
What's Included
Dedicated LLM provider routing & model fallbacks
Custom security policies & RBAC permissions
Private WebSocket tunnel relay servers
Dedicated 24/7 technical engineering support
Custom SLA & uptime guarantee

Start building with 100 free credits

Authenticate with your GitHub account to receive 100 free credits instantly. No credit card required.

Get 100 Free Credits