Skip to content
@Cozymori

Cozymori

Cozymori

Cozymori

Simpler, Easier, For Developers.

We build tools that turn volatile runtime data into searchable, reusable knowledge — so developers can focus on building, not debugging.


VectorWave Ecosystem

Our work is centered around VectorWave, a Python framework that brings Execution-Level Semantic Optimization and Autonomous Self-Healing to LLM-integrated applications.

Project Description
VectorWave Core framework — semantic caching, self-healing, drift detection stars pypi
VectorWave Docs Official documentation and guides
VectorSurfer Dashboard for monitoring and managing VectorWave instances
VectorCheck Replay-based testing library for VectorWave pipelines

What VectorWave Does

@vectorize(semantic_cache=True, auto=True)
def expensive_llm_task(query: str):
    ...

A single decorator gives you:

  • Semantic Caching — Serve cached results for semantically similar inputs. ~125x faster, up to 90% cost reduction.
  • Self-Healing — Automatically diagnose runtime errors and generate fix PRs via LLM.
  • Drift Detection — Alert when user queries drift away from known patterns.

Get Started

pip install vectorwave

Read the Documentation to set up your first project in minutes.

Contributing

We welcome contributions across all projects. Check our Contributing Guide for setup, conventions, and PR process.

For questions and discussions, visit GitHub Discussions.

Popular repositories Loading

  1. VectorWave VectorWave Public

    Python based Vectorizing Framework

    Python 20 5

  2. vectorwave-docs vectorwave-docs Public

    docs for vectorwave

    JavaScript 3 1

  3. .github .github Public

    Community health files, contribution guidelines, and organization-wide configurations for Cozymori.

  4. VectorSurferSTL VectorSurferSTL Public

    Vectorwave based dashboard.

    Python

  5. VectorSurfer VectorSurfer Public

    A comprehensive dashboard for VectorWave

    TypeScript 2

  6. VectorCheck VectorCheck Public

    Vectorwave replayer based testing library

    Python

Repositories

Showing 6 of 6 repositories

Most used topics

Loading…