Metadata-Version: 2.4
Name: emdash-ai
Version: 0.1.36
Summary: Graph-based coding intelligence system - The 'Senior Engineer' Context Engine
Author: Em Dash Team
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: local
Requires-Dist: astroid (>=3.0.1,<4.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: cmake (>=3.25.0)
Requires-Dist: emdash-cli (>=0.1.36)
Requires-Dist: emdash-core (>=0.1.36)
Requires-Dist: gitpython (>=3.1.40,<4.0.0)
Requires-Dist: httpx (>=0.25.0)
Requires-Dist: kuzu (>=0.4.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: networkx (>=3.2.1,<4.0.0)
Requires-Dist: numpy (>=1.26.0)
Requires-Dist: openai (>=1.0.0)
Requires-Dist: pillow (>=10.0.0,<11.0.0)
Requires-Dist: prompt_toolkit (>=3.0.43,<4.0.0)
Requires-Dist: pydantic (>=2.5.0,<3.0.0)
Requires-Dist: pygithub (>=2.1.1,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-louvain (>=0.16,<0.17)
Requires-Dist: rich (>=13.7.0)
Requires-Dist: scipy (>=1.11.4,<2.0.0)
Requires-Dist: sentence-transformers (>=2.2.0)
Requires-Dist: supabase (>=2.0.0)
Requires-Dist: textual (>=0.47.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Description-Content-Type: text/markdown

# emdash-ai

Graph-based coding intelligence system - The 'Senior Engineer' Context Engine

## Installation

**Prerequisites** (for building kuzu):
```bash
# macOS
brew install cmake

# Ubuntu/Debian
sudo apt-get install cmake
```

Then install emdash:
```bash
pip install emdash-ai
```

## Usage

```bash
emdash index   # Index your codebase
emdash agent   # Start the AI agent
```

## Features

- Graph-based code analysis
- Semantic code search
- AI-powered code exploration
- MCP server integration

## TODO

- [ ] Ralph Wigum
- [ ] Browser agent
- [ ] Fork conversation
- [x] Hooks
- [x] Agent name and description

