mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 00:02:43 +02:00
* making first commit. still need to work on streaming respones * making first commit. still need to work on streaming respones * stream buffer implementation with tests * adding grok API keys to workflow * fixed changes based on code review * adding support for bedrock models * fixed issues with translation to claude code --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
14 lines
340 B
TOML
14 lines
340 B
TOML
[package]
|
|
name = "hermesllm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = {version = "1.0.219", features = ["derive"]}
|
|
serde_json = "1.0.140"
|
|
serde_with = {version = "3.12.0", features = ["base64"]}
|
|
thiserror = "2.0.12"
|
|
aws-smithy-eventstream = "0.60"
|
|
bytes = "1.10"
|
|
uuid = { version = "1.11", features = ["v4"] }
|
|
log = "0.4"
|