Block a user
disyn-neural (0.1.0)
Published 2026-06-08 01:41:04 -05:00 by joe
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add disyn-neural@0.1.0About this package
Neural proposal engine and fact extractor for the disyn agent pipeline
disyn-neural
Neural proposal engine and fact extractor for the disyn agent pipeline.
Providers
- OpenAI —
OpenAiExtractorandOpenAiProposervia the chat completions API - Ollama — local model support (same trait interface)
Configuration
| Env var | Default | Description |
|---|---|---|
DISYN_PROVIDER |
openai |
Provider selection |
OPENAI_API_KEY |
(empty) | OpenAI API key |
DISYN_MODEL |
gpt-4o |
Model name |
License
MIT OR Apache-2.0
Dependencies
| ID | Version |
|---|---|
| async-trait | ^0.1 |
| chrono | ^0.4 |
| disyn-core | ^0.1.0 |
| reqwest | ^0.12 |
| serde | ^1 |
| serde_json | ^1 |
| tokio | ^1 |
| uuid | ^1 |