Metadata-Version: 2.4
Name: ixmachina
Version: 0.1.0
Summary: A package to simplify and wrap connections to LLMs with RAG, memory, and MCP support
Author-email: Ix <ix@ixmachina.ai>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: openai>=1.0.0
Requires-Dist: anthropic>=0.21.0
Requires-Dist: requests>=2.28.0
Requires-Dist: beautifulsoup4>=4.11.0
Requires-Dist: ddgs>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Provides-Extra: embeddings
Requires-Dist: sentence-transformers>=2.0.0; extra == "embeddings"
Requires-Dist: rapidfuzz>=3.0.0; extra == "embeddings"

# ixmachina

A Python package to simplify and wrap connections to LLMs with RAG, memory, and MCP support.

## Installation

```bash
pip install ixmachina
```

