synapse-engine 0.0.1

Synapse-Engine — curation and orchestration. Instruct-tuned, MCP-native models that take raw corpora (conversations, decisions, governance artifacts) and turn them into the curated training data that produces a SymbiOS-Core fine-tune. The methodology made executable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "synapse-engine"

version = "0.0.1"

edition = "2021"

description = "Synapse-Engine — curation and orchestration. Instruct-tuned, MCP-native models that take raw corpora (conversations, decisions, governance artifacts) and turn them into the curated training data that produces a SymbiOS-Core fine-tune. The methodology made executable."

license = "LicenseRef-Proprietary"

repository = "https://github.com/pqdc/synapse-engine"

homepage = "https://pqdc.dev/synapse-engine"

keywords = ["pqdc", "pqdx", "governance", "developer-tools"]

categories = ["development-tools"]

authors = ["Jeremy Dodson <jeremy@piqued-ai.com>"]



[lib]

path = "src/lib.rs"