cozymori
cozymori

Simpler, Easier, For Developers. Open-source frameworks for AI observability.

Products

  • VectorWave
  • VectorSurfer

Resources

  • Documentation
  • GitHub

© 2026 cozymori. All rights reserved.

Built with simplicity.

cozymori.

Simpler, Easier, For Developers.

Observe. Cache. Heal.

Vectorize and trace every function call. Cache similar requests instantly. When errors occur, AI diagnoses them and opens a fix PR — automatically.

VectorWave

Python vectorizing framework

One decorator to vectorize and trace your functions. Semantic caching, self-healing, drift detection — an AI observability framework powered by Weaviate.

Learn more
vectorize.py
from vectorwave import vectorize

@vectorize(
    semantic_cache=True,
    cache_threshold=0.95,
    capture_return_value=True
)
async def generate(query: str):
    return await llm.complete(query)

# Similar queries → cached in ~0.02s
# Every call vectorized & traced to Weaviate
VS
VectorSurfer Dashboard

Executions

—

Success

—

Cache Hit

—
VectorSurfer

AI observability dashboard

Execution timelines, distributed traces, and AI-powered error diagnosis. Monitor all your AI function data in a real-time dashboard.

Learn more

What we believe

Simplicity first

No complex setup — one decorator is all you need. Every API is designed to work right out of the box.

Open by default

All our work is open-source. The best tools emerge when ideas flow freely and communities build together.

For developers

We obsess over developer experience. Focus on what you're building — we'll handle the rest.

One ecosystem

From decorator to dashboard to testing. Everything connects.

01

Decorate

Start tracing with @vectorize

02

Monitor

Real-time observability dashboard

03

Heal

AI diagnoses and fixes errors

VectorCheck

CLI regression testing for AI functions. Compare outputs with vector similarity and LLM judges.

VectorSurferSTL

Lightweight Streamlit dashboard. Start monitoring with just Python — no setup required.

MIT LicensePython 3.10 — 3.13v0.2.9Open Source

Let's build together.

All our projects are open-source. Read the docs or start contributing on GitHub.

DocumentationGitHub