Metadata-Version: 2.4
Name: flotilla-core
Version: 0.1.0
Summary: Core runtime and agent contract for Flotilla
License: Apache-2.0
Keywords: ai,agents,workflow,runtime,durable-execution
Author: geoff
Author-email: geoffschneider@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: jsonschema (>=4.26.0,<5.0.0)
Requires-Dist: mcp (>=1.25.0,<2.0.0)
Requires-Dist: pydantic (==2.12.2)
Requires-Dist: pydantic-settings (==2.11.0)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: pyyaml (==6.0.1)
Requires-Dist: structlog (==24.1.0)
Project-URL: Documentation, https://github.com/flotilla-dev/flotilla/tree/main/docs
Project-URL: Homepage, https://github.com/flotilla-dev/flotilla
Project-URL: Repository, https://github.com/flotilla-dev/flotilla
Description-Content-Type: text/markdown

# flotilla-core

Core runtime, durable thread model, suspend/resume services, configuration, and agent/tool contracts for Flotilla.

Flotilla is a Python framework for building agent-centric services with durable execution, explicit runtime boundaries, resumable workflows, and structured orchestration.

## Install

```bash
pip install flotilla-core
```

## What This Package Provides

- `FlotillaRuntime` for workflow execution
- durable thread entry models and store contracts
- suspend/resume service contracts
- agent and tool interfaces
- configuration and dependency composition helpers

## Status

Flotilla is pre-1.0. APIs may evolve before a stable release.

## License

Apache-2.0

