EveryDev.ai
Subscribe
Home
Tools

3,891+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Reflexio
    Reflexio icon

    Reflexio

    Agent Harness
    Featured

    An open-source AI agent self-improvement harness that turns user corrections and interaction signals into persistent behavioral changes agents reuse across future runs.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Add a learning loop to your agents and see it work.

    Pro: $299/mo
    BYOC Self-hosted: Custom/contact

    Engagement

    Available On

    Windows
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAgent MemoryAgent Frameworks

    Alternatives

    LifeOSagentic-stackTilde
    Developer
    ReflexioAISunnyvale, CAEst. 2026

    Listed Sep 2026

    About Reflexio

    Reflexio is an AI agent self-improvement harness built by MEMODB PTE. LTD. and published under the Apache 2.0 license. It connects to any AI agent via a Python SDK, REST API, or CLI, then closes a continuous learning loop: the agent publishes what happened, Reflexio extracts what to do differently, and the next run reads those lessons back — without retraining the underlying model.

    What It Is

    Reflexio sits between an AI agent and its users, capturing every correction, failed path, and successful outcome as structured behavioral guidance. Unlike traditional memory tools that store what users said, Reflexio extracts how the agent should act differently — producing user profiles, user playbooks, and agent playbooks that are retrieved at inference time and injected into the prompt. Every learned behavior is auditable, scored against a control response, and revocable: rejecting a playbook immediately drops it from retrieval.

    How the Learning Loop Works

    The core loop has four steps:

    • Publish: The agent sends completed conversation turns to Reflexio after each interaction.
    • Extract: Background workers run configurable extractors to pull profiles (per-user facts) and playbooks (behavioral rules) from corrections and outcomes.
    • Aggregate: User-level playbooks that recur across multiple users are clustered and promoted to shared agent playbooks through an approval workflow.
    • Retrieve: Before the agent responds, a single semantic search call returns ranked profiles and playbooks, which are injected into the system prompt.

    The GitHub README reports that on 4 of 5 real knowledge-work tasks from OpenAI's public GDPVal benchmark, Reflexio cut a median −81% planning steps and −72% tokens on a Hermes agent running minimax/MiniMax-M2.7 — measured against a warm baseline where the same agent had already learned from itself.

    Architecture and Deployment Model

    Reflexio ships as a FastAPI backend with a Python SDK (reflexio-ai on PyPI) and a first-class CLI. The backend runs locally with SQLite storage out of the box, or connects to Supabase/Postgres for production use. Deployment options range from fully managed cloud (Reflexio Cloud) to BYOK (bring your own model provider keys), your own database, or a fully self-hosted BYOC deployment inside AWS, GCP, or Azure. The API surface the agent calls never changes across deployment modes.

    Key architectural components include:

    • ProfileGenerationService — extracts and versions per-user facts
    • PlaybookGenerationService — extracts user playbooks, aggregates to agent playbooks
    • GroupEvaluationScheduler — samples sessions (5% by default) for head-to-head evaluation
    • UnifiedSearchService — hybrid vector + full-text search across all entity types in parallel, benchmarked at ~57 ms p50 / ~73 ms p95 across ~3,000 indexed rows on Apple Silicon

    Multi-Provider LLM and Framework Support

    Reflexio is powered by LiteLLM and supports OpenAI, Azure OpenAI, Anthropic, Google Gemini, OpenRouter, MiniMax, DeepSeek, DashScope/Qwen, Zhipu AI/GLM, Moonshot/Kimi, xAI/Grok, and custom OpenAI-compatible endpoints. Framework integrations include:

    • OpenClaw — native integration with the OpenClaw agent framework
    • mem0 — drop-in wrapper (from reflexio.mem0 import MemoryClient) that publishes to Reflexio alongside mem0 with no other code changes
    • Coding agents — a portable integrate-reflexio skill for Codex, Claude Code, and Cursor that inspects an existing agent lifecycle and wires the Reflexio loop automatically

    Current Status

    The repository was created in April 2026 and last pushed in September 2026, showing active development. The project carries 367 GitHub stars and 48 forks. The core platform is open source under Apache 2.0; a managed cloud offering with enhanced retrieval and continuous RL-driven improvement is available alongside the self-hosted path. The PyPI package is reflexio-ai and requires Python ≥ 3.12.

    Reflexio - 1

    Community Discussions

    Be the first to start a conversation about Reflexio

    Share your experience with Reflexio, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Add a learning loop to your agents and see it work.

    • 100K input tokens / month
    • 100 learnings generated / month
    • 1,000 search requests / month
    • Data retained while your account is active
    • 30-day Pro trial

    Pro

    Popular

    For teams running agents at production scale.

    $299
    per month
    • 10M input tokens / month
    • 10K learnings generated / month
    • 100K search requests / month
    • Data retained while your account is active
    • Priority support

    BYOC Self-hosted

    Bring your own cloud hosting — self-host in your own account.

    Custom
    contact sales
    • Self-host in your own AWS, GCP, or Azure
    • Your data never leaves your infrastructure
    • Self-managed token usage, no metered ceiling
    • Configurable data retention
    • Dedicated support & onboarding
    View official pricing

    Capabilities

    Key Features

    • User profile extraction from interactions
    • Agent playbook extraction and aggregation
    • Expert learning from human-provided ideal responses
    • Session-level agent success evaluation
    • Per-turn head-to-head shadow comparison
    • Hybrid vector + full-text semantic search
    • Approval workflow for agent playbooks
    • Auditable and revocable learned behaviors
    • Conflict resolution and de-duplication of learning signals
    • BYOK model provider support
    • BYOC self-hosted deployment
    • Data export and erasure on request
    • CLI for end-to-end loop testing
    • Python SDK with minimal integration footprint
    • mem0 drop-in wrapper integration
    • Portable integrate-reflexio skill for coding agents
    • Configurable extraction windows and strides
    • Multi-provider LLM support via LiteLLM
    • Evaluation dashboard with impact metrics
    • Local SQLite and Supabase/Postgres storage backends

    Integrations

    OpenAI
    Azure OpenAI
    Anthropic
    Google Gemini
    OpenRouter
    MiniMax
    DeepSeek
    DashScope/Qwen
    Zhipu AI/GLM
    Moonshot/Kimi
    xAI/Grok
    mem0
    OpenClaw
    Codex
    Claude Code
    Cursor
    Supabase
    PostgreSQL
    SQLite
    LiteLLM
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Reflexio and help others make informed decisions.

    Developer

    ReflexioAI

    ReflexioAI builds Reflexio, an open-source AI agent self-improvement harness that turns real user interactions into persistent behavioral changes. The project is developed under MEMODB PTE. LTD. and published under the Apache 2.0 license. Reflexio ships a Python SDK, REST API, and CLI, and supports deployment from fully managed cloud to self-hosted BYOC environments. The team focuses on making AI agents continuously smarter without model retraining.

    Founded 2026
    Sunnyvale, CA
    2 employees

    Used by

    Creao, which used Reflexio to turn…
    Read more about ReflexioAI
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    LifeOS icon

    LifeOS

    An open-source AI harness that captures your goals, context, and ideal state, then conveys that intent to your AI on every task to move you from current state to ideal state.

    agentic-stack icon

    agentic-stack

    A portable .agent/ folder (memory + skills + protocols) that keeps one brain across coding-agent harnesses like Claude Code, Cursor, Windsurf, Codex, and more.

    Tilde icon

    Tilde

    Tilde is a cloud API platform for building AI agents with tools, memory, skills, and multi-channel chat integrations across 1,000+ apps.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    174 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    144 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    695 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions