Metadata-Version: 2.4
Name: bridgic-core
Version: 0.2.0
Summary: Core classes and abstractions of Bridgic, as well as basic implementations for the orchestration framework.
Author-email: Tielei Zhang <zhangtl04@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: cloudpickle>=3.1.2
Requires-Dist: docstring-parser>=0.16.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: msgpack>=1.1.1
Requires-Dist: pydantic<2.12.0,>=2.11.0
Description-Content-Type: text/markdown

Bridgic Core
============

The core Python package of the Bridgic Library. It provides essential classes and abstractions that form the foundation for building LLM applications, such as agents, workflows, and more. We carefully designed the core library so that developers could writting their programs using "worker" and "automa" expressions. 

By installing the core package via ```pip install bridgic-core```, you can introduce flexible, convenient, and concise process orchestration capabilities to your program with minimal dependencies.