Metadata-Version: 2.4
Name: smartcomment
Version: 0.1.0
Summary: smartcomment: A General-Purpose Execution Graph Tracing Package.
Author-email: Xinle Deng <dengxinle@zju.edu.cn>
License: MIT
Project-URL: Homepage, https://github.com/zjunlp/smartcomment
Keywords: debugging,execution-graph,system-explanation,AI,log
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0
Requires-Dist: loguru>=0.7
Provides-Extra: viz
Requires-Dist: graphviz>=0.20; extra == "viz"
Requires-Dist: pyvis>=0.3; extra == "viz"
Requires-Dist: matplotlib>=3.8; extra == "viz"

# MemTrace
Let's debug stateful agents!
