stynx-code-engine 3.4.0

Agentic query engine with tool-use loop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stynx-code-engine"
version = "3.4.0"
edition = "2024"
description = "Agentic query engine with tool-use loop"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"

[dependencies]
stynx-code-config = { workspace = true }
stynx-code-errors = { workspace = true }
stynx-code-types = { workspace = true }
stynx-code-tools = { workspace = true }
futures = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }