https://github.com/jeremychone/rust-agentic
library to structure and execute agent flow in Rust
https://github.com/jeremychone/rust-agentic
Last synced: 2 months ago
JSON representation
library to structure and execute agent flow in Rust
- Host: GitHub
- URL: https://github.com/jeremychone/rust-agentic
- Owner: jeremychone
- License: apache-2.0
- Created: 2024-06-04T15:08:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T15:33:44.000Z (12 months ago)
- Last Synced: 2024-10-22T23:28:51.601Z (7 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-a2a - Agentic - agentic?style=social)](https://github.com/jeremychone/rust-agentic) - A Rust crate providing essential building blocks for agentic applications, with an ergonomic API for MCP and A2A support. (Work in Progress) (⚙️ Implementations & Libraries)
README
# Agentic - library to structure and execute agent flow in Rust.
**NOTE**: At present, only the initial types are available to give an idea of the direction. While these may not be particularly useful, development is expected to progress rapidly.
Agentic will utilize the [genai](https://crates.io/crates/genai) library to connect with various Generative AI Providers, including OpenAI, Ollama, Anthropic, and others.