terraphim_multi_agent 1.0.0

Multi-agent system for Terraphim built on roles with rust-genai integration
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 = "terraphim_multi_agent"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-agent system for Terraphim built on roles with rust-genai integration"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = "README.md"
keywords = [
    "ai",
    "multi-agent",
    "roles",
    "genai",
]
license = "MIT"
repository = "https://github.com/terraphim/terraphim-ai"

[features]
default = ["test-utils"]
hgnc = ["terraphim_types/hgnc"]
test-utils = []

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

[[example]]
name = "agent_workflow_patterns"
path = "examples/agent_workflow_patterns.rs"

[[example]]
name = "basic_agent_usage"
path = "examples/basic_agent_usage.rs"

[[example]]
name = "enhanced_atomic_server_example"
path = "examples/enhanced_atomic_server_example.rs"

[[example]]
name = "knowledge_graph_integration"
path = "examples/knowledge_graph_integration.rs"

[[example]]
name = "multi_agent_coordination"
path = "examples/multi_agent_coordination.rs"

[[example]]
name = "simple_validation"
path = "examples/simple_validation.rs"

[[example]]
name = "specialized_agents"
path = "examples/specialized_agents.rs"

[[example]]
name = "workflow_patterns_working"
path = "examples/workflow_patterns_working.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "agent_operations"
path = "benches/agent_operations.rs"
harness = false

[dependencies.ahash]
version = "0.8.8"
features = ["serde"]

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fastrand]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.genai]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terraphim_agent_evolution]
version = "1.20.2"

[dependencies.terraphim_agent_registry]
version = "1.19.2"

[dependencies.terraphim_automata]
version = "1.20.2"

[dependencies.terraphim_config]
version = "1.20.2"
features = ["openrouter"]

[dependencies.terraphim_persistence]
version = "1.20.2"

[dependencies.terraphim_rolegraph]
version = "1.20.2"

[dependencies.terraphim_service]
version = "1.20.2"

[dependencies.terraphim_types]
version = "1.20.2"

[dependencies.terraphim_usage]
version = "1.20.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.tokio-test]
version = "0.4"