[[bin]]
name = "terraphim-agent"
path = "src/main.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.atty]
optional = true
version = "0.2"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.colored]
optional = true
version = "3.0"
[dependencies.comfy-table]
optional = true
version = "7.0"
[dependencies.crossterm]
version = "0.29"
[dependencies.dirs]
optional = true
version = "5.0"
[dependencies.futures]
version = "0.3"
[dependencies.handlebars]
version = "6.0"
[dependencies.indicatif]
optional = true
version = "0.18"
[dependencies.jiff]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.pulldown-cmark]
default-features = false
features = ["html"]
version = "0.13"
[dependencies.ratatui]
version = "0.30"
[dependencies.regex]
version = "1.0"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.rustyline]
optional = true
version = "17.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.strsim]
version = "0.11"
[dependencies.terraphim_automata]
version = "1.0.0"
[dependencies.terraphim_config]
version = "1.0.0"
[dependencies.terraphim_hooks]
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_service]
version = "1.0.0"
[dependencies.terraphim_sessions]
features = ["tsa-full"]
optional = true
version = "1.6.0"
[dependencies.terraphim_settings]
version = "1.0.0"
[dependencies.terraphim_types]
version = "1.0.0"
[dependencies.terraphim_update]
version = "1.0.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
version = "0.3"
[dependencies.urlencoding]
version = "2.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.19"
[dependencies.walkdir]
version = "2.0"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.portpicker]
version = "0.1"
[dev-dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dev-dependencies.serial_test]
version = "3.3"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
default = ["repl-interactive"]
repl = ["dep:rustyline", "dep:colored", "dep:comfy-table", "dep:indicatif", "dep:dirs"]
repl-chat = ["repl"]
repl-custom = ["repl"]
repl-file = ["repl"]
repl-full = ["repl", "repl-chat", "repl-mcp", "repl-file", "repl-custom", "repl-web", "repl-interactive", "repl-sessions"]
repl-interactive = ["repl", "dep:atty"]
repl-mcp = ["repl"]
repl-sessions = ["repl", "dep:terraphim_sessions"]
repl-web = ["repl"]
[lib]
name = "terraphim_agent"
path = "src/lib.rs"
[lints.rust]
[package]
authors = ["Terraphim Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Terraphim AI Agent CLI - Command-line interface with interactive REPL and ASCII graph visualization"
documentation = "https://terraphim.ai"
edition = "2021"
homepage = "https://terraphim.ai"
keywords = ["cli", "ai", "agent", "search", "repl"]
license = "Apache-2.0"
name = "terraphim_agent"
readme = "README.md"
repository = "https://github.com/terraphim/terraphim-ai"
version = "1.6.0"
[package.metadata.deb]
assets = [["target/release/terraphim-agent", "usr/bin/", "755"], ["../../README.md", "usr/share/doc/terraphim-agent/README", "644"]]
copyright = "2024, Terraphim Contributors"
depends = "$auto"
extended-description = """
Terraphim Agent - AI Agent CLI Interface for Terraphim.
Command-line interface with interactive REPL and ASCII graph visualization.
Supports search, configuration management, and data exploration."""
license-file = ["../../LICENSE-Apache-2.0", "4"]
maintainer = "Terraphim Contributors <team@terraphim.ai>"
priority = "optional"
section = "utility"
[[test]]
name = "command_system_integration_tests"
path = "tests/command_system_integration_tests.rs"
[[test]]
name = "comprehensive_cli_tests"
path = "tests/comprehensive_cli_tests.rs"
[[test]]
name = "enhanced_search_tests"
path = "tests/enhanced_search_tests.rs"
[[test]]
name = "error_handling_test"
path = "tests/error_handling_test.rs"
[[test]]
name = "execution_mode_tests"
path = "tests/execution_mode_tests.rs"
[[test]]
name = "extract_feature_tests"
path = "tests/extract_feature_tests.rs"
[[test]]
name = "extract_functionality_validation"
path = "tests/extract_functionality_validation.rs"
[[test]]
name = "file_operations_basic_tests"
path = "tests/file_operations_basic_tests.rs"
[[test]]
name = "file_operations_command_parsing"
path = "tests/file_operations_command_parsing.rs"
[[test]]
name = "hook_system_tests"
path = "tests/hook_system_tests.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "offline_mode_tests"
path = "tests/offline_mode_tests.rs"
[[test]]
name = "persistence_tests"
path = "tests/persistence_tests.rs"
[[test]]
name = "replace_feature_tests"
path = "tests/replace_feature_tests.rs"
[[test]]
name = "rolegraph_suggestions_tests"
path = "tests/rolegraph_suggestions_tests.rs"
[[test]]
name = "selected_role_tests"
path = "tests/selected_role_tests.rs"
[[test]]
name = "server_mode_tests"
path = "tests/server_mode_tests.rs"
[[test]]
name = "unit_test"
path = "tests/unit_test.rs"
[[test]]
name = "update_functionality_tests"
path = "tests/update_functionality_tests.rs"
[[test]]
name = "vm_api_tests"
path = "tests/vm_api_tests.rs"
[[test]]
name = "vm_functionality_tests"
path = "tests/vm_functionality_tests.rs"
[[test]]
name = "vm_management_tests"
path = "tests/vm_management_tests.rs"
[[test]]
name = "web_operations_basic_tests"
path = "tests/web_operations_basic_tests.rs"
[[test]]
name = "web_operations_tests"
path = "tests/web_operations_tests.rs"