agentic-robotics-node 0.1.1

High-performance agentic robotics framework with ROS2 compatibility
Documentation
[build-dependencies.napi-build]
version = "2.3"

[dependencies.agentic-robotics-core]
version = "0.1.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.napi]
features = ["async", "tokio_rt", "napi8"]
version = "3.0"

[dependencies.napi-derive]
version = "3.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full", "rt-multi-thread", "time"]
version = "1.47"

[lib]
crate-type = ["cdylib"]
name = "agentic_robotics_node"
path = "src/lib.rs"

[package]
authors = ["ruv <hello@ruv.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "asynchronous", "network-programming"]
description = "High-performance agentic robotics framework with ROS2 compatibility"
documentation = "https://docs.rs/agentic-robotics"
edition = "2021"
homepage = "https://ruv.io"
keywords = ["robotics", "ros", "ros2", "middleware", "agents"]
license = "MIT OR Apache-2.0"
name = "agentic-robotics-node"
readme = "README.md"
repository = "https://github.com/ruvnet/vibecast"
version = "0.1.1"