Metadata-Version: 2.4
Name: foundry-stoke
Version: 0.1.0b1
Summary: Control-plane library for Foundry hosted agent instances (durable store, session lifecycle, auth).
Author: Deivid de Foggi
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/deividfoggi/foundry-stoke
Project-URL: Repository, https://github.com/deividfoggi/foundry-stoke
Project-URL: Issues, https://github.com/deividfoggi/foundry-stoke/issues
Keywords: azure,foundry,agents,control-plane
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Provides-Extra: azure
Requires-Dist: azure-ai-projects>=2.3.0; extra == "azure"
Requires-Dist: azure-identity>=1.15.0; extra == "azure"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Dynamic: license-file

# foundry-stoke (Python)

Control-plane library for Foundry hosted agent instances.

This package (`import foundry_stoke`) provides the durable store provider abstraction with
reference providers, the session lifecycle controller, and the credential provider used to
authenticate against the Foundry control plane. See `docs/features/stoke-beta/` for the
design (spec, plan, ADRs, contracts).

Status: beta, P1 slice (durable store, session lifecycle, primary authentication).
