Metadata-Version: 2.4
Name: cloudbase-agent-langgraph
Version: 0.1.4
Summary: Cloudbase Agent Python SDK - LangGraph framework integration
Author-email: Cloudbase Agent Team <ag-kit@example.com>
License: Apache-2.0
Keywords: Cloudbase Agent,agent,ai,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: ag-ui-langgraph>=0.0.20
Requires-Dist: cloudbase-agent-core
Requires-Dist: cloudbase-agent-storage
Requires-Dist: langchain-core>=0.3.0
Requires-Dist: langgraph>=0.2.0
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.12.0; extra == 'dev'
Description-Content-Type: text/markdown

# cloudbase-agent-langgraph

Cloudbase Agent Python SDK - LangGraph framework integration

## Installation

```bash
pip install cloudbase-agent-langgraph
```

## Usage

```python
from cloudbase_agent import ...
```

## License

Apache-2.0
