hehe-agent 0.0.1

Agent runtime for hehe AI Agent framework
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.hehe-core]
version = "0.0.1"

[dependencies.hehe-llm]
version = "0.0.1"

[dependencies.hehe-tools]
version = "0.0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full", "sync"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["full", "rt-multi-thread", "macros"]
version = "1"

[features]
default = []

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

[package]
authors = ["hehe contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Agent runtime for hehe AI Agent framework"
documentation = "https://docs.rs/hehe-agent"
edition = "2021"
keywords = ["ai", "agent", "llm", "chatbot"]
license = "MIT OR Apache-2.0"
name = "hehe-agent"
readme = false
repository = "https://github.com/user/hehe"
rust-version = "1.75"
version = "0.0.1"