Metadata-Version: 2.4
Name: openmarv
Version: 0.1.0
Summary: Multi-access agentic coding tool — TUI, CLI, and REST API with JSON output
Author: 20ZollCoder
License: MIT
Project-URL: Homepage, https://github.com/20ZollCoder/openmarv
Project-URL: Repository, https://github.com/20ZollCoder/openmarv
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: prompt_toolkit>=3.0.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: rich>=10.0.0
Requires-Dist: textual>=0.50.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn>=0.20.0
Requires-Dist: sse-starlette>=1.6.0
Requires-Dist: pydantic>=2.0.0
Dynamic: license-file

# OpenMarv

Open-source coding agent for the terminal.

## Install

```bash
pip install openmarv
```

## Usage

```bash
openmarv        # TUI mode (default)
openmarv --cli  # Interactive CLI
```

## Supported Providers

- **Ollama** (local)
- **OpenAI**
- **Anthropic**
- **OpenRouter**

Set `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, or `OPENROUTER_API_KEY` in your environment, or use `/model` in the TUI to configure interactively.

## License

MIT
