Metadata-Version: 2.4
Name: fast-agent-acp
Version: 0.5.1
Summary: Convenience launcher that pulls in fast-agent-mcp and exposes the ACP CLI entrypoint.
Project-URL: Homepage, https://github.com/evalstate/fast-agent
Project-URL: Repository, https://github.com/evalstate/fast-agent
Project-URL: Issues, https://github.com/evalstate/fast-agent/issues
Author-email: Fast Agent Maintainers <fastagent@llmindset.co.uk>
License: Apache-2.0
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.14,>=3.13.5
Requires-Dist: fast-agent-mcp==0.5.1
Description-Content-Type: text/markdown

# fast-agent-acp

Convenience wrapper package for running fast-agent-mcp with ACP (Agent Communication Protocol) support.

## Installation

```bash
uvx fast-agent-acp
```

## What is this?

This package provides a minimal entrypoint that pulls in `fast-agent-mcp` as a dependency and exposes the ACP CLI command. It exists solely for convenience, allowing users to run `uvx fast-agent-acp` without needing to know the full command structure.

## Usage

Simply run:

```bash
uvx fast-agent-acp
```

This is equivalent to running the ACP command from the main `fast-agent-mcp` package.

## License

Apache License 2.0 - See the [main repository](https://github.com/evalstate/fast-agent) for details.

## More Information

For full documentation and the main project, visit: https://github.com/evalstate/fast-agent
