Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Agentmail Python Library


## Quick Start

Install with:
```bash
pip install agentmail-python
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Quick Start uses incorrect package name agentmail-python instead of the documented agentmail

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 8:

<comment>Quick Start uses incorrect package name `agentmail-python` instead of the documented `agentmail`</comment>

<file context>
@@ -1,5 +1,21 @@
+
+Install with:
+```bash
+pip install agentmail-python
+```
+
</file context>
Suggested change
pip install agentmail-python
pip install agentmail
Fix with Cubic

```

Or clone and run:
```bash
git clone https://github.com/agentmail-to/agentmail-python.git
cd agentmail-python
python setup.py install
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Quick Start documentation references python setup.py install but the repository has no setup.py file (only pyproject.toml with Poetry). This command will fail for users following the instructions.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 15:

<comment>Quick Start documentation references `python setup.py install` but the repository has no `setup.py` file (only `pyproject.toml` with Poetry). This command will fail for users following the instructions.</comment>

<file context>
@@ -1,5 +1,21 @@
+```bash
+git clone https://github.com/agentmail-to/agentmail-python.git
+cd agentmail-python
+python setup.py install
+```
+
</file context>
Fix with Cubic

```


[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fagentmail-to%2Fagentmail-python)
[![pypi](https://img.shields.io/pypi/v/agentmail)](https://pypi.python.org/pypi/agentmail)

Expand Down