Intent-driven chains
Compose runs as readable stages. Solenquar handles retries, fallbacks, and handoffs while you focus on the outcome.
New for codex builders
Solenquar wraps Codex with a declarative runtime: chainable intents, deterministic tool routing, and ambient observability that makes every run debuggable.
Why Solenquar
Compose runs as readable stages. Solenquar handles retries, fallbacks, and handoffs while you focus on the outcome.
Strong routing rules keep your tools predictable, with clear audit trails for every decision Codex makes.
Built-in tracing captures prompts, tool inputs, and outputs for fast review without third-party glue.
Workflow
Write clear stages, describe tool boundaries, and define success checks.
Solenquar enforces invariants, auto-logs tool traces, and isolates failures.
Export playbacks, share run timelines, and reuse proven flows instantly.
Performance
Keeps high-cost Codex calls in a smart cache that rehydrates context only when needed.
Parallelizes safe steps so workflows stay responsive even with complex tool stacks.
News
Visualize stages, guardrails, and tool handoffs with a new timeline view built for fast debugging and sharing.
Read the launch notesEvery run logs a minimal, replay-ready artifact so your team can reproduce outcomes without shipping full prompts.
See replay specsThe library now ships with curated flow blueprints for compliance reviews, support automation, and product research.
Browse the galleryGet Started
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'
Solenquar ships with typed hooks, structured traces, and guardrails that can integrate with your existing test suites.