Skip to content

Lamaga06/lyrie-agent

Β 
Β 

Repository files navigation

πŸ›‘οΈ Lyrie Agent

The world's first autonomous AI agent with built-in cybersecurity.

Lyrie is not just another AI assistant. It's a guardian that runs your operations and protects them in the same loop.

License: MIT Security: Native Research X


Why Lyrie?

Every AI agent platform treats security as an afterthought. Lyrie treats it as the foundation β€” and ships the receipts: every advisory we publish on research.lyrie.ai is backed by a reproducible exploit lab + detection rules in this repo.

Lyrie vs the field β€” head-to-head (April 2026)

Compared against the latest releases at the time of writing: OpenClaw 2026.4.23 Β· Hermes Agent v0.10.0 (2026.4.16) Β· Claude Code 2.1.x

Capability OpenClaw 2026.4.23 Hermes 0.10.0 Claude Code Lyrie
Autonomous agent loop βœ… βœ… ❌ βœ…
Multi-channel (TG/WA/Discord/Signal/Slack/iMessage) βœ… βœ… ❌ βœ…
Self-improving skills Skills catalog βœ… Learns from use ❌ βœ… + skill-creator
Persistent cross-session memory Lancedb / sections βœ… Trajectory + graph ❌ βœ… Sectioned + dream cycle
Self-healing memory ❌ Partial ❌ βœ… Validator + repair
Multi-model + intelligent routing βœ… βœ… (200+ via OpenRouter) Anthropic only βœ… (auto-routed by task class)
Native cybersecurity layer ❌ ❌ ❌ βœ… The Shield
Native device protection (iOS/Android/Mac) ❌ paired-device only ❌ ❌ βœ… Lyrie Shield apps
Real-time threat intel feed ❌ ❌ ❌ βœ… research.lyrie.ai (KEV-driven)
Reproducible exploit labs in-repo ❌ ❌ ❌ βœ… research/CVE-XXXX/ + tools/exploit-lab/
Built-in pentest/recon commands (/pentest /recon /vulnscan /apiscan) ❌ ❌ ❌ βœ…
Sub-agent orchestration βœ… βœ… ❌ βœ… + role-based fleet (Brain/Muscle/Coder/Scout)
Browser control Chrome DevTools MCP ❌ ❌ βœ… + agent-browser skill
Cron / scheduled jobs βœ… βœ… ❌ βœ… + heartbeat protocol
RL training / trajectory export ❌ βœ… Atropos ❌ βœ… via OMEGA pipeline
Audit-friendly footprint 430K+ LOC ~30K LOC Closed <30K LOC, MIT, fully auditable
Built by OpenClaw Nous Research Anthropic OTT Cybersecurity LLC

The headline: OpenClaw and Hermes are great agents. Neither was built to defend you while it works. Lyrie is. Cybersecurity isn't a plugin β€” it's layer one.

πŸ“¦ What's in this monorepo

Path Description
packages/omega-suite/ Lyrie OMEGA β€” Autonomous Security Intelligence Platform. CVE validator, CISA KEV watcher, multi-source intel firehose, and the publisher pipeline that powers research.lyrie.ai.
research/ Reproducible exploit labs. Every published research advisory has a matching CVE-XXXX-NNNNN/ folder with Dockerfile, working PoC, asciinema-style transcript, Sigma + YARA rules, and IOCs. See research/README.md.
tools/exploit-lab/ Autonomous exploit reproduction framework β€” lab.sh orchestrator, scaffold-cve.sh, LAB-PROTOCOL.md (methodology + ethical scope).
skills/ Agent skills and capability modules (extensible, self-improving).
packages/* Core runtime packages β€” agent loop, memory, channels, model routing.
docs/ Architecture, contributing, channel guides.
scripts/, assets/, reports/ Tooling, brand assets, and operator reports.

🌐 Public channels

  • Research blog: research.lyrie.ai β€” verified threat intelligence, 3+ source cross-validation, KEV-driven priority
  • X / Twitter: @lyrie_ai β€” gold-verified
  • Main site: lyrie.ai
  • Parent company: overthetop.ae β€” OTT Cybersecurity LLC

⚑ Quick start

curl -fsSL https://lyrie.ai/install.sh | bash

Or manual:

git clone https://github.com/overthetopseo/lyrie-agent.git
cd lyrie-agent
pnpm install
pnpm start

πŸ› Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚            LAYER 4: INTERFACE               β”‚
β”‚  CLI Β· Web Β· Desktop Β· iOS Β· Android        β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚            LAYER 3: AGENT ENGINE            β”‚
β”‚  Agent spawning Β· skills Β· self-improvement β”‚
β”‚  Multi-model routing Β· sub-agent fleet      β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚            LAYER 2: MEMORY CORE             β”‚
β”‚  Vector Β· graph Β· sectioned + dream cycle   β”‚
β”‚  Self-healing, versioned, full-text search  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚            LAYER 1: THE SHIELD              β”‚
β”‚  Real-time threat detection Β· WAF           β”‚
β”‚  Anti-malware Β· behavioral Β· device protect β”‚
β”‚  Threat intel feed (research.lyrie.ai)      β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🧠 Model support

Model-agnostic. Lyrie routes per task class automatically:

Tier Model Use
Brain Claude Opus 4.7 Strategy, complex reasoning
Coder GPT-5.5 / GPT-5.4-Codex Code generation, refactors
Fast Gemini 3.1 Flash / Haiku 4.5 Quick lookups, classification
Bulk MiniMax-M2.7-HS Mass content, parallel batches
Local Qwen / Gemma / Llama-local Private, self-hosted

Bring any model β€” Anthropic, OpenAI, Google, xAI, MiniMax, Nous, or your own endpoint. No lock-in.

πŸ“‘ Channels

Telegram Β· WhatsApp Β· Discord Β· Slack Β· Signal Β· iMessage Β· CLI Β· Webchat β€” connect Lyrie to wherever you already work.

🌌 The Lyrie ecosystem

Product What it does
Lyrie Agent (this repo) Your autonomous AI operator
Lyrie Shield Native cybersecurity protection across iOS, Android, Mac
Lyrie Research research.lyrie.ai β€” verified threat intel, reproducible exploit labs
Lyrie OMEGA Autonomous security intelligence backend (packages/omega-suite/)

Together: a complete digital guardian that operates and defends.

πŸ” Migrating from OpenClaw or Hermes?

lyrie migrate --from openclaw   # ports memory, skills, config
lyrie migrate --from hermes     # ports skills + trajectory

One command. Full memory + skills + config retained.

🀝 Contributing

See docs/contributing.md. New CVE labs follow LAB-PROTOCOL.md.

πŸ” Security

See SECURITY.md. Responsible disclosure goes to security@lyrie.ai. Cybersecurity isn't a feature here β€” it's the product.

πŸ“œ License

MIT. Use it, fork it, build on it.


Built by OTT Cybersecurity LLC Β· Powered by Lyrie β€” the AI that protects.
Research Β· @lyrie_ai Β· lyrie.ai Β· overthetop.ae

Β© 2026 OTT Cybersecurity LLC. All rights reserved.

About

The world's first autonomous AI agent with built-in cybersecurity. By OTT Cybersecurity LLC.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 53.8%
  • TypeScript 21.8%
  • HTML 16.2%
  • RouterOS Script 7.3%
  • Rust 0.5%
  • Shell 0.3%
  • Other 0.1%