[dependencies.ahash]
features = ["serde"]
version = "0.8.8"
[dependencies.async-stream]
version = "0.3"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.env_logger]
version = "0.11"
[dependencies.futures-util]
version = "0.3"
[dependencies.log]
version = "0.4.29"
[dependencies.opendal]
version = "0.54"
[dependencies.regex]
version = "1.11.0"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.198"
[dependencies.serde_json]
version = "1.0.116"
[dependencies.strsim]
version = "0.11.1"
[dependencies.terraphim_automata]
features = ["remote-loading", "tokio-runtime"]
version = "1.0.0"
[dependencies.terraphim_config]
version = "1.0.0"
[dependencies.terraphim_middleware]
version = "1.0.0"
[dependencies.terraphim_persistence]
version = "1.0.0"
[dependencies.terraphim_rolegraph]
version = "1.0.0"
[dependencies.terraphim_types]
version = "1.0.0"
[dependencies.thiserror]
version = "1.0.58"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.19"
[dev-dependencies.anyhow]
version = "1.0.82"
[dev-dependencies.serial_test]
version = "3.0"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.terraphim_settings]
version = "1.0.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.35.0"
[dev-dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[features]
default = ["ollama"]
ollama = []
openrouter = ["terraphim_config/openrouter"]
tracing = ["dep:tracing", "dep:tracing-subscriber"]
[lib]
name = "terraphim_service"
path = "src/lib.rs"
[package]
authors = ["Terraphim Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Terraphim service for handling user requests and responses."
documentation = "https://terraphim.ai"
edition = "2021"
homepage = "https://terraphim.ai"
keywords = ["personal-assistant", "ai", "privacy", "service"]
license = "Apache-2.0"
name = "terraphim_service"
readme = "README.md"
repository = "https://github.com/terraphim/terraphim-ai"
version = "1.4.10"
[[test]]
name = "chat_with_context_test"
path = "tests/chat_with_context_test.rs"
[[test]]
name = "conversation_service_test"
path = "tests/conversation_service_test.rs"
[[test]]
name = "force_real_llm_test"
path = "tests/force_real_llm_test.rs"
[[test]]
name = "kg_document_linking_test"
path = "tests/kg_document_linking_test.rs"
[[test]]
name = "kg_preprocessing_test"
path = "tests/kg_preprocessing_test.rs"
[[test]]
name = "kg_protocol_resolution_test"
path = "tests/kg_protocol_resolution_test.rs"
[[test]]
name = "llm_integration_test"
path = "tests/llm_integration_test.rs"
[[test]]
name = "llm_proxy_integration_test"
path = "tests/llm_proxy_integration_test.rs"
[[test]]
name = "logical_operators_fix_validation_test"
path = "tests/logical_operators_fix_validation_test.rs"
[[test]]
name = "logical_operators_integration_test"
path = "tests/logical_operators_integration_test.rs"
[[test]]
name = "ollama_adapter_smoke"
path = "tests/ollama_adapter_smoke.rs"
[[test]]
name = "ollama_chat_context_live_test"
path = "tests/ollama_chat_context_live_test.rs"
[[test]]
name = "ollama_live_test"
path = "tests/ollama_live_test.rs"
[[test]]
name = "ollama_llama_integration_test"
path = "tests/ollama_llama_integration_test.rs"
[[test]]
name = "ollama_service_e2e_auto_summarize"
path = "tests/ollama_service_e2e_auto_summarize.rs"
[[test]]
name = "openrouter_live_summarize_test"
path = "tests/openrouter_live_summarize_test.rs"
[[test]]
name = "openrouter_live_test"
path = "tests/openrouter_live_test.rs"
[[test]]
name = "persistence_integration_test"
path = "tests/persistence_integration_test.rs"
[[test]]
name = "proof_summarization_works"
path = "tests/proof_summarization_works.rs"
[[test]]
name = "real_config_e2e_test"
path = "tests/real_config_e2e_test.rs"
[[test]]
name = "real_ollama_integration_test"
path = "tests/real_ollama_integration_test.rs"
[[test]]
name = "summarization_test"
path = "tests/summarization_test.rs"
[[test]]
name = "thesaurus_persistence_test"
path = "tests/thesaurus_persistence_test.rs"
[[test]]
name = "ui_polling_integration_test"
path = "tests/ui_polling_integration_test.rs"
[[test]]
name = "weighted_haystack_ranking_test"
path = "tests/weighted_haystack_ranking_test.rs"