phago-agents 1.0.0

Reference agent implementations using Phago biological primitives
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "phago-agents"
version = "1.0.0"
authors = ["Clemens Hoenig"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference agent implementations using Phago biological primitives"
documentation = "https://docs.rs/phago-agents"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "hebbian-learning",
    "rag",
    "agents",
    "biological-computing",
]
categories = [
    "science",
    "data-structures",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/Clemens865/Phago_Project"

[features]
default = []
semantic = ["phago-embeddings"]

[lib]
name = "phago_agents"
path = "src/lib.rs"

[[test]]
name = "dissolution_tests"
path = "tests/dissolution_tests.rs"

[[test]]
name = "symbiosis_tests"
path = "tests/symbiosis_tests.rs"

[[test]]
name = "transfer_tests"
path = "tests/transfer_tests.rs"

[dependencies.phago-core]
version = "1.0.0"

[dependencies.phago-embeddings]
version = "1.0.0"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]