Kronos Agent Os banner
spyrae spyrae

Kronos Agent Os

AI community

Description

Kronos Agent OS (KAOS): self-hosted runtime for durable AI agents with memory, skills, MCP tools, automations, dashboard, and optional swarm coordination.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Kronos Agent OS (KAOS)

[![CI](https://github.com/spyrae/kronos-agent-os/actions/workflows/ci.yml/badge.svg)](https://github.com/spyrae/kronos-agent-os/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/kronos-agent-os.svg)](https://pypi.org/project/kronos-agent-os/) [![PyPI downloads](https://img.shields.io/pypi/dm/kronos-agent-os.svg)](https://pypi.org/project/kronos-agent-os/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Python 3.11+](https://img.shields.io/badge/Python-3.11%2B-blue.svg)](pyproject.toml)

Self-hosted runtime for durable AI agents that remember, use skills, call MCP tools, run scheduled work, and coordinate optional sub-agents.

KAOS is an agent operating layer:

![KAOS durable agent demo](docs/assets/kaos-durable-agent-demo.gif)

  • Runtime: local agent loop with CLI, Telegram, Discord, webhook, and cron entry points.
  • Memory: session history, FTS5 recall, Mem0 vectors, knowledge graph, and sleep-time consolidation.
  • Skills: workspace-local procedures and references the agent can load on demand.
  • Tool gateway: MCP tools, custom tools, browser tools, and audit-friendly execution.
  • Automations: scheduled jobs for digests, monitoring, analytics, and self-improvement.
  • Analytics: pluggable data sources (Zabbix, Grafana, Sentry, PostHog HogQL, App Store Connect, Supabase, GA4, RevenueCat, LiteLLM, Langfuse, Linear) feeding daily pulse and weekly business reports.
  • Competitor monitoring: weekly intelligence cycle across App Store, Play Store, blogs, Twitter, press, ProductHunt and job boards with Brave→Exa search fallback.
  • Control room: dashboard/API surfaces for memory, jobs, tool calls, and system status.
  • Coordination: optional sub-agent and swarm mode with SQLite arbitration.

The default public posture is local-first and conservative: dynamic tools, dynamic MCP server management, and SSH/server operations are disabled unless explicitly enabled.

Qui