chidori-core 0.2.14

Core of Chidori, compiles graph and node definitions into an interpretable graph
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "chidori-core"
version = "1.0.0"
description = ""
authors = [{ name = "Colton Pierson", email = "colton@thousandbirds.ai" }]
dependencies = [
]
readme = "README.md"
requires-python = "== 3.12"

[tool.rye]
managed = true
virtual = true