Skip to content

v3.1.0 — Initial Public Release

Choose a tag to compare

@FutronPrime FutronPrime released this 08 May 08:52
· 5 commits to main since this release

What is Synapse_COR?

A token-efficient AI orchestration kernel that takes a goal and decomposes it into a PLAN.json separating deterministic CLI steps (which need no LLM) from probabilistic LLM steps (which do). Each step routes to the cheapest capable model. Specialist agents are spawned with scoped personas, MCC cognitive stacks, and behavioral contracts.

v3.1.0 Highlights

  • 40 self-contained tests, 100% pass on Python 3.9-3.12
  • 5 platform adapters: Claude Code, Codex, Gemini, OpenSwarm, generic-OpenAI
  • Full CoR template (18 fields)
  • PyPI-ready (pyproject.toml + setup.py)
  • GitHub Actions CI matrix
  • MIT licensed

Quick Install

```bash
git clone https://github.com/FutronPrime/synapse-cor
cd synapse-cor
bash install.sh
export PATH="$HOME/.synapse-forge/bin:$PATH"
synapse-cor run "audit my project for security issues"
```

Documentation