Block a user
disyn-app (0.1.0)
Published 2026-06-08 01:40:38 -05:00 by joe
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add disyn-app@0.1.0About this package
Orchestrator and CLI for the disyn hybrid symbolic-neural agent pipeline
disyn-app
Orchestrator and CLI for the disyn hybrid symbolic-neural agent pipeline.
Overview
This is the composition root — it wires all port implementations together and runs the full pipeline:
Observation -> FactExtractor -> MemoryStore::retrieve -> ProposalEngine
-> Verifier -> [RepairEngine loop, max 3] -> ApprovedPlan
-> ActionExecutor -> ExecutionReport -> MemoryStore::persist
Dependencies
Depends on all other disyn crates: disyn-core, disyn-symbolic,
disyn-neural, disyn-memory, disyn-runtime.
License
MIT OR Apache-2.0
Dependencies
| ID | Version |
|---|---|
| chrono | ^0.4 |
| clap | ^4 |
| disyn-core | ^0.1.0 |
| disyn-memory | ^0.1.0 |
| disyn-neural | ^0.1.0 |
| disyn-runtime | ^0.1.0 |
| disyn-symbolic | ^0.1.0 |
| serde_json | ^1 |
| tokio | ^1 |
| tracing | ^0.1 |
| tracing-subscriber | ^0.3 |
| uuid | ^1 |