Metadata-Version: 2.4
Name: aifred-tk
Version: 0.7.1
Summary: AI agent toolkit with CLI and MCP presentation layers
Project-URL: Repository, https://gitlab.com/Kencho1/aifred-tk
Project-URL: Documentation, https://aifred-toolkit.readthedocs.io/
Author: Jesús Alonso Abad
License: MIT
License-File: LICENSE.md
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: anyio>=4.0
Requires-Dist: dynaconf>=3.2
Requires-Dist: fastmcp>=2.0
Requires-Dist: gitpython>=3.1
Requires-Dist: jsonpath-ng>=1.6
Requires-Dist: loguru>=0.7
Requires-Dist: multilspy>=0.0.15
Requires-Dist: pathspec>=0.12
Requires-Dist: platformdirs>=4.0
Requires-Dist: pydantic-ai~=1.90
Requires-Dist: pydantic>=2.6
Requires-Dist: python-frontmatter>=1.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: questionary>=2.0
Requires-Dist: toml>=0.10.2
Requires-Dist: tomli-w>=1.0
Requires-Dist: typer>=0.12
Provides-Extra: bugyo
Requires-Dist: daimyo>=1.17.2,~=1.17; extra == 'bugyo'
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.15; extra == 'dev'
Requires-Dist: tox>=4; extra == 'dev'
Requires-Dist: typer>=0.12; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.0; extra == 'docs'
Description-Content-Type: text/markdown

# AIfred Toolkit

AI agent tools exposed via CLI and MCP — a microkernel plugin system for composable AI workflows.

## Installation

```bash
pip install aifred-tk
```

## Usage

```bash
# List available tools
aifred-tk --help

# Get help for a specific tool
aifred-tk TOOL_ID --help

# Run a tool
aifred-tk TOOL_ID --option value
```

## Documentation

Full documentation: [aifred-toolkit.readthedocs.io](https://aifred-toolkit.readthedocs.io/)
