Metadata-Version: 2.4
Name: agentcode
Version: 0.2.0
Summary: Python wrapper for the agentcode codebase indexer with bundled runtime binaries
Author-email: azk <you@example.com>
License: Unlicense
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: click>=8.1.7
Description-Content-Type: text/markdown

# agentcode (Python)

Install `agentcode`, then run `agentcode`.

## Install

```bash
pip install agentcode
```

## Use

```bash
agentcode map --budget 8k --json
agentcode mcp
```

This package bundles the runtime, so normal installs should work out of the box.

## Maintainers

The wheel includes bundled binaries for:

- `darwin-arm64`
- `darwin-x64`
- `linux-x64`
- `win32-x64`

For local development, you can override the bundled runtime with `AGENTCODE_BINARY=/path/to/agentcode`.
