Metadata-Version: 2.4
Name: agentic-inference
Version: 0.1.0
Summary: A Python package for agentic inference capabilities
Project-URL: Homepage, https://github.com/vllm-project/agentic-api
Project-URL: Repository, https://github.com/vllm-project/agentic-api.git
Project-URL: Issues, https://github.com/vllm-project/agentic-api/issues
Author: vLLM Agent Inference Team
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Description-Content-Type: text/markdown

# Agentic Inference

A Python package for agentic inference capabilities.

## Installation

```bash
pip install agentic-inference
```

## Usage

```bash
agentic-inference
```

Or import in Python:

```python
from agentic_inference import main
main()
```

## Development

This project is part of the vLLM ecosystem for agentic APIs.

## License

MIT License