Agentic-rs 0.1.0

The `agents` package provides a set of tools for creating and managing agents capable of processing text and performing specified tasks based on a given role. It leverages asynchronous Rust programming with Tokio for efficient task execution.
Documentation
[dependencies.indicatif]
version = "0.17.8"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.ollama-rs]
features = ["stream"]
version = "0.1.9"

[dependencies.pdf-extract]
version = "0.7.7"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.4"

[dependencies.scraper]
version = "0.19.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3.36"

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

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

[package]
authors = ["Hamze Ghalebi <ghalebi@gmail.com>"]
description = "The `agents` package provides a set of tools for creating and managing agents capable of processing text and performing specified tasks based on a given role. It leverages asynchronous Rust programming with Tokio for efficient task execution."
edition = "2021"
license = "MIT"
name = "Agentic-rs"
readme = "README.md"
repository = "https://github.com/RustSandbox/agents"
version = "0.1.0"