agentic-robotics-embedded 0.1.2

High-performance agentic robotics framework with ROS2 compatibility
Documentation
[dependencies.agentic-robotics-core]
version = "0.1.1"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.thiserror]
version = "2.0"

[features]
default = []
embassy = []
rtic = []

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

[package]
authors = ["ruv <hello@ruv.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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-embedded"
readme = "README.md"
repository = "https://github.com/ruvnet/vibecast"
version = "0.1.2"