Metadata-Version: 2.4
Name: june-ai
Version: 0.1.0
Summary: Junê — one install for the public June toolset: the MCP agent-memory connector (june-mcp) and the reproducible benchmark suite (june-bench).
Author-email: Junemind <access@januraine.ai>
License: MIT
Project-URL: Homepage, https://june.januraine.ai
Project-URL: MCP connector, https://github.com/Junemind/june-mcp
Project-URL: Benchmarks, https://github.com/Junemind/june-bench
Keywords: june,agent-memory,knowledge-graph,mcp,benchmark
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: june-mcp>=0.1.0
Requires-Dist: june-bench>=0.0.31
Dynamic: license-file

# june-ai

**One install for the public Junê toolset.**

```bash
pip install june-ai
```

installs:

- **[june-mcp](https://github.com/Junemind/june-mcp)** — the MCP server that gives any agent
  (Claude Desktop, Claude Code, …) a shared, cited knowledge-graph memory backed by a June
  endpoint. Free tier works out of the box; a Pro/Team endpoint lights up Pro answers through
  the same tools, tagged `june-pro` in the terminal.
- **[june-bench](https://github.com/Junemind/june-bench)** — the reproducible benchmark suite:
  run Junê and open alternatives over public datasets and get accuracy + cost side by side.

The Junê **engine** itself is a separate product: the local-first
[Junê desktop app](https://github.com/Junemind/June_releases) (free tier is full-featured and
private), or the source-protected engine distribution for Pro/Team. This package is the open
tooling around it.

Website: https://june.januraine.ai
