v0.1.10 Latest Release

AGENT
RUNTIME.

A lightweight runtime for distributed AI agents. Single binary. Language-agnostic. Optimized for the edge and high-performance backend orchestration.

terminal
$ curl -sSL athyr.tech/install | sh
installing athyr v0.4.2...
✓ installed /usr/local/bin/athyr

$ athyr serve
gRPC → localhost:9090
HTTP → localhost:8080
✓ runtime ready (3ms)
Architecture

Why Athyr

ELF/EXE

Single Binary

No external dependencies. Deploy anywhere with a single executable — local, container, cloud, or edge. Air-gap ready.

gRPC/HTTP

Language Agnostic

Build agents in any language via gRPC or HTTP APIs. Official Go and Python SDKs with full orchestration support.

MULTI-LLM

LLM Gateway

Centralized routing to Ollama and OpenRouter backends with circuit breakers, automatic failover, and streaming recovery.

MEMORY

Managed State

Platform-managed memory sessions with automatic summarization, rolling windows, and KV storage for agent persistence.

REGISTRY

Agent Discovery

Capability-based registry with heartbeat monitoring. Agents declare capabilities and are discoverable at runtime.

NO-CODE

YAML Agents

Define agents in YAML — no code required. Supports pub/sub messaging, memory sessions, MCP tools, and Lua plugins.

PATTERNS

SDK Orchestration

Built-in patterns for multi-agent workflows — Pipeline, FanOut, Handoff, and GroupChat with the Go and Python SDKs.

OBSERVABILITY

Built-in Resilience

Circuit breakers, retry with exponential backoff, durable streaming with sequence numbers, and Prometheus metrics.

Quick Start

Deploy the runtime in seconds across any architecture.

bash_session
curl -sSL https://athyr.tech/install.sh | sh

# Start the server
athyr serve

// gRPC: localhost:9090
// HTTP: localhost:8080

go get github.com/athyr-tech/athyr-sdk-go