Metadata-Version: 2.3
Name: dais-sdk
Version: 0.10.1
Summary: A LLM Agent Meta Framework
Author: BHznJNs
Author-email: BHznJNs <bhznjns@outlook.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: openai>=2.24.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.26.0
Requires-Dist: starlette>=0.50.0
Requires-Dist: uvicorn>=0.40.0
Requires-Dist: anthropic>=0.84.0
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: binaryornot>=0.6.0
Requires-Python: >=3.14
Project-URL: Source, https://github.com/Dais-Project/Dais-SDK
Project-URL: Tracker, https://github.com/Dais-Project/Dais-SDK/issues
Description-Content-Type: text/markdown

# Dais-SDK

Dais-SDK is a LLM Agent Meta Framework.

## Installation

```
pip install dais_sdk
```

## Development

Create virtual environment
```
uv venv
```

Install all dependencies
```
uv sync --all-groups
```

Run test
```
uv run pytest
```
