Agentic Runtime
Decoupled agent reasoning and client tool execution
1const runResponse = await kyronix.run({ agent: 'coding', input: prompt });
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.
Outbound TCP connection bypasses local firewalls and NAT without port forwarding.
Strict XML markup format ensures 100% deterministic tool parameter parsing.
Single-handshake WebSocket channel for low-latency multi-step loops.
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.
File editing, terminal commands, AST analysis, and git workflows.
Multi-source web research, browser automation, and document synthesis.
Natural language SQL generation, schema parsing, and query execution.
User-defined tool names, descriptions, and dynamic parameter lists.
17 Built-in local tool executors & path safety guards
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.
Automated protection against malicious path traversal attacks.
Configurable permission boundaries for local filesystem and terminal.
Transparent credit deductions calculated directly from input/output tokens.
Instant developer credit grant upon authenticating with GitHub.
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.
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.
1import { Kyronix } from "@kyronixai/runtime";23const kyronix = new Kyronix({4 apiKey: process.env.KYRONIX_API_KEY,5 ws: websocketConnection6});78const response = await kyronix.run({9 agent: "coding",10 input: "Build a TypeScript REST API with auth"11});
Recently shipped
@kyronixai/runtime
Server-side SDK for session orchestration, context compilation, multi-turn conversational memory, and real-time KML plan generation over WebSocket.
@kyronixai/executer
Client daemon executing local filesystem, terminal, git, HTTP, and browser actions safely.
WebSocket Tunnel & KML
Long-lived, bi-directional tunnel streaming KML action plans seamlessly across corporate firewalls.
17 Built-in Local Tools
Executed locally on your machine via @kyronixai/executer with strict path traversal security checks.
read_file
Reads complete file contents with encoding detection.
(path: string)write_file
Creates or overwrites file content at path.
(path: string, content: string)delete_file
Deletes specified file or directory recursively.
(path: string)move_file
Moves or renames file or directory target.
(source: string, destination: string)copy_file
Duplicates source file/directory to target path.
(source: string, destination: string)list_dir
Lists directory contents and recursive node tree.
(path: string)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.
Developer Top-up
Flexible token-based credit balance for building production apps.
Enterprise
Dedicated infrastructure, custom SLA, and volume discounts.
Start building with 100 free credits
Authenticate with your GitHub account to receive 100 free credits instantly. No credit card required.