Metadata-Version: 2.4
Name: kinagent
Version: 0.1.2
Summary: SDK and CLI for building agents on the Kinvestor Agent Platform
Project-URL: Homepage, https://kinvestor.us
Project-URL: Repository, https://github.com/kinvestor-platform/kinagent
Author-email: Kinvestor <dev@kinvestor.us>
Maintainer-email: Krishna Bhattarai <dev@kinvestor.us>
License: Proprietary
Keywords: agent,ai,kinvestor,llm,sdk
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.40.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: google-genai>=1.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: openai>=1.50.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: structlog>=24.0.0
Requires-Dist: uvicorn[standard]>=0.30.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.25.0; extra == 'dev'
Requires-Dist: pytest>=8.3.0; extra == 'dev'
Requires-Dist: ruff>=0.9.0; extra == 'dev'
Description-Content-Type: text/markdown

# kinagent

SDK and CLI for building agents on the Kinvestor Agent Platform.

> This package is under active development. Coming soon.

## Installation

```
pip install kinagent
```

## Links

- Website: https://kinvestor.us
- Platform: https://github.com/kinvestor-platform
