YeQing17-2026/OmniAgent
An agent capable of self-evolving and dynamically hardening security
What it solves
OmniAgent addresses the limitations of static AI agents by introducing a framework where the agent's skills, memory, and underlying model can evolve in real-time during interaction. It also solves the problem of agent safety and reliability by implementing a multi-layered security scanning system and a reflective loop to handle failures and retries automatically.
How it works
The system is built around three core pillars:
- OmniEvolve: A self-evolution engine that uses proactive memory to build user profiles, automatically generates and repairs skills based on action sequences, and employs online reinforcement learning (GRPO + PRM) to iterate the BrainModel.
- Hyper-Harness: An execution scaffold that optimizes performance via progressive context loading and asynchronous parallel tool execution. It ensures safety through a four-layer scanning process (LLM review, policy engine, interactive approval, and sandbox).
- Deep Reflexion: A dual-layer reflective architecture that performs root cause analysis on failures and converts those experiences into insights injected back into the context to prevent repeated errors.
Who it’s for
OmniAgent is designed for developers and power users who need an autonomous agent capable of handling complex tasks—such as full-lifecycle coding, multi-source research, and system administration—while maintaining strict security controls and adapting to specific user preferences over time.
Highlights
- Full-Dimensional Evolution: Real-time updates to skills, personalization context, and the brain model during use.
- Unbypassable Security: A four-layer dynamic security scan that classifies tools by trust levels.
- Deep Reflexion: An inner-outer loop that converts failures into insights to improve the task success rate (PASS@1).
- Multi-Channel Support: Unified gateway for interacting via CLI, Web UI, Feishu, Discord, and Telegram.
- Flexible Backends: Compatible with multiple LLM providers including DeepSeek, OpenAI, Claude, and Ollama.
Related
- Project
- Project
- Project
- Project
- Project