Metadata-Version: 2.4
Name: cruise-llm
Version: 0.1.2
Summary: The fastest way to build, chain, and reuse LLM agents and flows
Project-URL: Homepage, https://github.com/sdeep27/cruise-llm
Project-URL: Repository, https://github.com/sdeep27/cruise-llm
Author-email: Deep Pulusani <deep.pulusani@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,ai,anthropic,langchain,litellm,llm,openai
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: function-schema
Requires-Dist: litellm
Requires-Dist: python-dotenv
Requires-Dist: rapidfuzz
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# 🚢 cruise-llm 

**The fastest way to build, chain, and reuse LLM agents and flows.**

```python
from cruise_llm import LLM

# That's it. Start chatting.
LLM().user("Explain quantum computing").chat()
```

More documentation coming soon. This project is in active development