Metadata-Version: 2.4
Name: artificer-workflows
Version: 0.1.0a2
Summary: A library for developing workflow graphs that run as MCP (Model Context Protocol) servers
Author-email: me@scottrussell.net
License: MIT
License-File: LICENSE
Keywords: ai,llm,mcp,model-context-protocol,workflow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.13.1
Requires-Dist: jinja2>=3.1.6
Requires-Dist: jsonschema>=4.25.1
Description-Content-Type: text/markdown

# artificer-workflows

A library for developing workflow graphs that run as MCP (Model Context Protocol) servers.

> **Alpha Release** - APIs may change.

## Installation

```bash
pip install artificer-workflows
```

## License

MIT
