Metadata-Version: 2.4
Name: symfonic
Version: 0.0.1
Summary: Symfonic AI orchestration framework (placeholder release to reserve package name).
Author: Amiel Yañez
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Symfonic

Symfonic is a framework for building and orchestrating multi-agent AI systems.

This initial release is a **placeholder** to reserve the package name on PyPI.

Planned modules:

- `symfonic.core` — agent graph runtime
- `symfonic.agents` — reusable agent implementations
- `symfonic.orchestration` — workflow orchestration layer

Future versions will implement:

- AgentGraph runtime
- Tool registry and governance
- Model provider abstraction
- Graph presets
- Observability hooks
