Metadata-Version: 2.4
Name: agent-inference
Version: 0.1.0
Summary: A Python package for agent 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

# Agent Inference

A Python package for agent inference capabilities.

## Installation

```bash
pip install agent-inference
```

## Usage

```bash
agent-inference
```

Or import in Python:

```python
from agent_inference import main
main()
```

## Development

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

## License

MIT License