Metadata-Version: 2.1
Name: botchain
Version: 0.0.2
Summary: chain bots via strings
Author-email: Cody <cody@dkdc.dev>
Project-URL: Homepage, https://github.com/dkdc-io/botchain
Project-URL: Bug Tracker, https://github.com/dkdc-io/botchain/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: stringflow
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: nbclient; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# BotChain

Chain bots via strings.

> [!WARNING]
> Work in progress. Not intended for use yet.

## why?

simplicity.

## setup

TODO
