Metadata-Version: 2.1
Name: fsm-llm
Version: 0.1.0
Summary: A Python framework for FSM-based LLM agents
Home-page: https://github.com/jsz-05/LLM-State-Machine
Author: Jeffrey Zhou
Author-email: jeffreyzhou3@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: openai >=0.27.0
Requires-Dist: pydantic >=1.10.0
Requires-Dist: jinja2 >=3.0.0
Requires-Dist: python-dotenv >=0.15.0

