Karios AI Agent Carzy Kairos, an experimental local-first AI agent platform for coding assistants and automation workflows, has been released as an early MVP. The system features modular skills, memory, model routing, tool execution, safety checks, and guarded agent workflows, with support for multiple AI providers and a bundled skills library. The project aims to evolve into a complete local-first agent ecosystem with CLI tools, Discord control, and adaptive memory. Local-first coding agent platform with goal mode, guarded swarms, smart model routing, memory, tools, and a bundled AI skills library. Kairos is an experimental local-first AI agent system built to provide a flexible foundation for coding assistants, automation workflows, research agents, Discord tools, and future AI-powered applications. Unlike a normal chatbot, Kairos is built around modular systems: skills, memory, model routing, provider management, tool execution, safety checks, and agent workflows. The long-term goal is to grow Kairos from a terminal-based MVP into a complete local-first agent ecosystem with stronger CLI tools, Discord control, optional voice hooks, local models, plugins, and adaptive user-controlled memory. Kairos is currently in active development. This release should be treated as an early MVP. It can run local commands, manage goals, load skills, use provider configuration, store memory, and demonstrate guarded agent workflows. Some features are experimental, and internal APIs may change between versions. /goal persistence in data/kairos/goals - Guarded swarm plan before work starts - Model router with cheap, balanced, and best strategies best mode is currently a routing preview until cloud provider adapters are connected- Offline provider fallback - Planner, builder, reviewer, tester, and packager role contracts - Bundled AI skills folder included in this repository - Skill suggestions saved into new goals - Brain setup for Ollama, OpenAI, Anthropic, Gemini, Kimi, OpenRouter, and a future Codex bridge - Tool registry showing ready vs planned tools - Local context index for skills, memory, lessons, and project snippets - ChatGPT-style terminal chat with setup, health checks, history, and slash commands - One-command terminal menu with npm.cmd run kairos - Doctor health report with npm.cmd run kairos -- doctor - Local memory stored under your chosen KAIROS DATA DIR - Reviewed commands with approval prompts for medium/high-risk shell actions - Optional Ubuntu Docker sandbox for approved shell actions - Guarded folder creation and zip packaging inside approved local roots - Guarded web fetch for approved HTTP S docs/research fetching - Guarded browser open for local previews and approved remote browser targets - Optional planner/builder/reviewer multi-agent planning with --multi-agent - Local self-improvement lessons recorded after goal runs - No paid API calls by default Kairos now includes a bundled skills library in numbered category folders: 01-coding/ 23-agent-engineering/ 28-local-ai-systems/ ... The included skills cover coding, backend, frontend, DevOps, security, AI/ML, documentation, product, communication, learning, meta-agent workflows, innovation, management, cybersecurity, ethics, legal, finance, marketing, sales, operations, customer support, and more. Skill docs are also included in: docs/HOW TO USE SKILLS WITH ANY AI.md docs/SKILL ROUTING MAP.md docs/SKILL CHAIN RECIPES.md Kairos looks for skills using KAIROS SKILLS DIR first. If that is not set, it prefers this repo's bundled skills folder layout. From the project root: npm.cmd run kairos -- skills list Then you can search or view skills: npm.cmd run kairos -- skills search "model selector" npm.cmd run kairos -- skills show 01-coding:code-reviewer Run Kairos from the project root: npm.cmd run kairos Common commands: npm.cmd run kairos -- setup npm.cmd run kairos -- doctor npm.cmd run kairos -- chat npm.cmd run kairos -- chat setup npm.cmd run kairos -- chat --provider ollama --yes npm.cmd run kairos -- brain status npm.cmd run kairos -- brain check npm.cmd run kairos -- brain check --all npm.cmd run kairos -- brain list npm.cmd run kairos -- brain setup npm.cmd run kairos -- brain setup --provider ollama --yes npm.cmd run kairos -- brain setup --provider codex --yes npm.cmd run kairos -- brain ask "explain this project" npm.cmd run kairos -- sandbox status npm.cmd run kairos -- mkdir apps/demo npm.cmd run kairos -- zip README.md packages/readme.zip npm.cmd run kairos -- run "npm.cmd test" npm.cmd run kairos -- run "uname -a" --sandbox ubuntu-docker --yes npm.cmd run kairos -- web fetch https://example.com --yes npm.cmd run kairos -- browser open localhost:3000 npm.cmd run kairos -- --help npm.cmd run kairos -- /goal "Build a reusable Discord ticket bot template" --budget cheap --approval step npm.cmd run kairos -- /goal "Improve the test runner" --multi-agent npm.cmd run kairos -- status npm.cmd run kairos -- approve