Metadata-Version: 2.4
Name: liman-openapi
Version: 0.1.0a1
Summary: Liman AgentOps OpenAPI Library
Author-email: Guro Bokum <jiojiajiu@gmail.com>
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1
Requires-Dist: liman-core
Requires-Dist: openapi-core>=0.19.5
Requires-Dist: openapi-spec-validator>=0.7.2
Requires-Dist: ruamel-yaml>=0.18.14
Description-Content-Type: text/markdown

# Liman OpenAPI plugin

[![codecov](https://codecov.io/gh/gurobokum/liman/graph/badge.svg?token=PMKWXNBF1K&component=python/liman_openapi)](https://codecov.io/gh/gurobokum/liman?components[0]=python/liman_openapi)

Allows to generate ToolNode based on OpenAPI specification.

```python
spec = load_openapi(file_path) # or url, yaml, json

tool_nodes = create_nodes(spec)
```
