Metadata-Version: 2.4
Name: shim-engine
Version: 0.1.0
Summary: Local-first observability for LLM-agent loops. JSONL log, no SaaS, optional MLLANG awareness.
Author: Jake Liu
License: Apache-2.0
Project-URL: Homepage, https://github.com/jakeliu/mllang
Project-URL: Repository, https://github.com/jakeliu/mllang
Project-URL: Documentation, https://github.com/jakeliu/mllang/blob/main/docs/shim.md
Project-URL: Issues, https://github.com/jakeliu/mllang/issues
Keywords: llm,agents,observability,telemetry,instrumentation,mllang,shim
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Provides-Extra: mllang
Requires-Dist: mllang-protocol>=0.1.5; extra == "mllang"
Provides-Extra: tiktoken
Requires-Dist: tiktoken>=0.5; extra == "tiktoken"
