mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
12 lines
429 B
TOML
12 lines
429 B
TOML
[project]
|
|
name = "simplemind"
|
|
version = "0.1.4"
|
|
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic", "ollama", "groq", "google-generativeai"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|