Joseph M OBrien joe
  • Joined on 2026-03-15

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 = true
cargo add disyn-app@0.1.0

About this package

Orchestrator and CLI for the disyn hybrid symbolic-neural agent pipeline

disyn-app

crates.io

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
Details
Cargo
2026-06-08 01:40:38 -05:00
2
MIT OR Apache-2.0
18 KiB
Assets (1)
Versions (1) View all
0.1.0 2026-06-08