New for codex builders

Meet Solenquar, the library that turns Codex into a composed, observable system.

Solenquar wraps Codex with a declarative runtime: chainable intents, deterministic tool routing, and ambient observability that makes every run debuggable.

28ms median tool handoff
4.9x workflow reuse rate
99.2% reproducible runs

Why Solenquar

Codex becomes a product, not an experiment.

Intent-driven chains

Compose runs as readable stages. Solenquar handles retries, fallbacks, and handoffs while you focus on the outcome.

Deterministic tool routing

Strong routing rules keep your tools predictable, with clear audit trails for every decision Codex makes.

Ambient observability

Built-in tracing captures prompts, tool inputs, and outputs for fast review without third-party glue.

Workflow

From first prompt to verified artifact.

  1. 01

    Declare your intent

    Write clear stages, describe tool boundaries, and define success checks.

  2. 02

    Run with guardrails

    Solenquar enforces invariants, auto-logs tool traces, and isolates failures.

  3. 03

    Ship with confidence

    Export playbacks, share run timelines, and reuse proven flows instantly.

Performance

Measured, repeatable speed.

Adaptive caching

Keeps high-cost Codex calls in a smart cache that rehydrates context only when needed.

78% average hit rate

Tool concurrency

Parallelizes safe steps so workflows stay responsive even with complex tool stacks.

64% faster multi-tool runs

News

What's shipping inside Solenquar.

Release

Flow Studio enters private beta

Visualize stages, guardrails, and tool handoffs with a new timeline view built for fast debugging and sharing.

Read the launch notes
Update

Deterministic replays now default

Every run logs a minimal, replay-ready artifact so your team can reproduce outcomes without shipping full prompts.

See replay specs
Community

First partner workflows published

The library now ships with curated flow blueprints for compliance reviews, support automation, and product research.

Browse the gallery

Get Started

Installation Instructions

Installation Instructions

1) 'git clone https://github.com/Solenquar/Solenquar'
2) 'python installer.py'

OR

1) Download a copy of Solenquar from our website here: https://yourstoragespace.ca/downloads/Solenquar.zip
2) Extract and run the installer with 'python installer.py'

OR 

1) Download a copy of our pip installer from here:  https://yourstoragespace.ca/downloads/pip/solenquar.zip
2) Extract solenquar.zip
3) 'cd solenquar' (the folder with the pyrpoject.toml)
4) 'pip install -e .'
5) run 'solenquar-install'

Developer-friendly by design

Solenquar ships with typed hooks, structured traces, and guardrails that can integrate with your existing test suites.

  • Typed tool contracts
  • Replayable sessions
  • Deterministic outputs
  • Exportable telemetry